OfferAnswerStateSetCallState Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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