Click or drag to resize
MediaChannelFactoryCreateChannel Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public IMediaChannel CreateChannel(
	string localAddress,
	MediaType mediaType,
	MediaProtocol mediaProtocol,
	int localRtpPort
)

Parameters

localAddress
Type: SystemString
mediaType
Type: Ozeki.MediaMediaType
mediaProtocol
Type: Ozeki.MediaMediaProtocol
localRtpPort
Type: SystemInt32

Return Value

Type: IMediaChannel

Implements

IMediaChannelFactoryCreateChannel(String, MediaType, MediaProtocol, Int32)
See Also