CallStateExIsMediaCommunication Method |
Returns a boolean value indicating whether media can be sent to the remote party.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsMediaCommunication(
CallState state
)
Public Shared Function IsMediaCommunication (
state As CallState
) As Boolean
public:
static bool IsMediaCommunication(
CallState state
)
static member IsMediaCommunication :
state : CallState -> bool
Parameters
- state
- Type: Ozeki.VoIPCallState
Return Value
Type:
Boolean
See Also