Click or drag to resize

MediaChannelConnectToRemoteHost Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public void ConnectToRemoteHost(
	string remoteIpEndPoint,
	int port,
	MediaChannelDescription dummySourceDesc
)

Parameters

remoteIpEndPoint  String
 
port  Int32
 
dummySourceDesc  MediaChannelDescription
 

Implements

IMediaChannelConnectToRemoteHost(String, Int32, MediaChannelDescription)
See Also