OfferAnswerStateSetCallState Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected void SetCallState(
CallState currentCallState
)
Protected Sub SetCallState (
currentCallState As CallState
)
protected:
void SetCallState(
CallState currentCallState
)
member SetCallState :
currentCallState : CallState -> unit
Parameters
- currentCallState
- Type: Ozeki.VoIPCallState
See Also