Click or drag to resize
MediaDescriptionGetChannelRemoteAddress Method (Int32)
Gets the IP address for the channel where the media data will be sent to. If no connection is present int the channel description, the session level connection will be used.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public string GetChannelRemoteAddress(
	int channelIndex
)

Parameters

channelIndex
Type: SystemInt32

Return Value

Type: String
See Also