| CommunicationModeHelperLocalUnhold Method  | 
            Visszaadja a lokalis csatorna communication mode-jat, ha unholdolni szeretnek a hivast.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static CommunicationMode LocalUnhold(
	CommunicationMode localCM,
	CommunicationMode remoteCM
)
Public Shared Function LocalUnhold ( 
	localCM As CommunicationMode,
	remoteCM As CommunicationMode
) As CommunicationMode
public:
static CommunicationMode LocalUnhold(
	CommunicationMode localCM, 
	CommunicationMode remoteCM
)
static member LocalUnhold : 
        localCM : CommunicationMode * 
        remoteCM : CommunicationMode -> CommunicationMode 
Parameters
- localCM
 - Type: Ozeki.MediaCommunicationMode
 - remoteCM
 - Type: Ozeki.MediaCommunicationMode
 
Return Value
Type: 
CommunicationMode
See Also