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