Click or drag to resize
MediaChannel.CreateMediaChannel Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IMediaChannel CreateMediaChannel(
	ITransportFactory transportFactory,
	MediaType mediaType,
	MediaProtocol mediaProtocol,
	int localRtpPort
)

Parameters

transportFactory
Type: Ozeki.Network.ITransportFactory
mediaType
Type: Ozeki.Media.MediaType
mediaProtocol
Type: Ozeki.Media.MediaProtocol
localRtpPort
Type: System.Int32

Return Value

Type: IMediaChannel
See Also