Click or drag to resize
IMediaChannelConnectToRemoteHost Method
Connects to the given remote address and port.

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

Parameters

address
Type: SystemString
port
Type: SystemInt32
dummySourceDesc
Type: Ozeki.MediaMediaChannelDescription
See Also