CommunicationModeHelperAnswerRemoteCommunicationMode Method |
Visszaadja a lokalis csatorna communication mode-jat, ha tavolrol modositottak a communication mode-ot (pl. remote hold, unhold)
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static CommunicationMode AnswerRemoteCommunicationMode(
CommunicationMode remoteCM,
CommunicationMode localCM
)
Public Shared Function AnswerRemoteCommunicationMode (
remoteCM As CommunicationMode,
localCM As CommunicationMode
) As CommunicationMode
public:
static CommunicationMode AnswerRemoteCommunicationMode(
CommunicationMode remoteCM,
CommunicationMode localCM
)
static member AnswerRemoteCommunicationMode :
remoteCM : CommunicationMode *
localCM : CommunicationMode -> CommunicationMode
Parameters
- remoteCM
- Type: Ozeki.MediaCommunicationMode
- localCM
- Type: Ozeki.MediaCommunicationMode
Return Value
Type:
CommunicationModeSee Also