CallHelperGetDialog Method (IBaseSIPCall) |
Gets the dialog that belongs to the specified call.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic ISIPDialog GetDialog(
IBaseSIPCall call
)
Public Function GetDialog (
call As IBaseSIPCall
) As ISIPDialog
public:
ISIPDialog^ GetDialog(
IBaseSIPCall^ call
)
member GetDialog :
call : IBaseSIPCall -> ISIPDialog
Parameters
- call
- Type: Ozeki.VoIPIBaseSIPCall
Return Value
Type:
ISIPDialog
See Also