Click or drag to resize

IMediaChannelConnectToRemoteHost Method

Connects to the given remote address and port.

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

Parameters

address  String
 
port  Int32
 
dummySourceDesc  MediaChannelDescription
 
See Also