Click or drag to resize
MediaChannelCreateMediaChannel 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.NetworkITransportFactory
mediaType
Type: Ozeki.MediaMediaType
mediaProtocol
Type: Ozeki.MediaMediaProtocol
localRtpPort
Type: SystemInt32

Return Value

Type: IMediaChannel
See Also