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