CallHelperGetDialog Method (SIPMessage) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ISIPDialog GetDialog(
SIPMessage msg
)
Public Function GetDialog (
msg As SIPMessage
) As ISIPDialog
public:
ISIPDialog^ GetDialog(
SIPMessage^ msg
)
member GetDialog :
msg : SIPMessage -> ISIPDialog
Parameters
- msg
- Type: Ozeki.VoIPSIPMessage
Return Value
Type:
ISIPDialogSee Also