Click or drag to resize
MediaChannelConnectToRemoteHost Method

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

Parameters

remoteIpEndPoint
Type: SystemString
port
Type: SystemInt32
dummySourceDesc
Type: Ozeki.MediaMediaChannelDescription

Implements

IMediaChannelConnectToRemoteHost(String, Int32, MediaChannelDescription)
See Also