CallHelperGetCall Method (DialogID) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IBaseSIPCall GetCall(
DialogID dialogID
)
Public Function GetCall (
dialogID As DialogID
) As IBaseSIPCall
public:
IBaseSIPCall^ GetCall(
DialogID^ dialogID
)
member GetCall :
dialogID : DialogID -> IBaseSIPCall
Parameters
- dialogID
- Type: Ozeki.VoIPDialogID
Return Value
Type:
IBaseSIPCall
See Also