Click or drag to resize

MediaChannelConnectToRemoteHost Method

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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