Click or drag to resize

IMediaChannelInfoFactoryCreateMediaChannel Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
MediaChannelInfo CreateMediaChannel(
	string localAddress,
	MediaType mediaType,
	MediaProtocol protocol,
	INatConfiguration natConfig,
	int localRtpPort = 0
)

Parameters

localAddress
Type: SystemString
mediaType
Type: MediaType
protocol
Type: Ozeki.MediaMediaProtocol
natConfig
Type: Ozeki.NetworkINatConfiguration
localRtpPort (Optional)
Type: SystemInt32

Return Value

Type: MediaChannelInfo
See Also