CallHelperGetDialog Method (IBaseSIPCall) |
Gets the dialog that belongs to the specified call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ISIPDialogSee Also