Click or drag to resize

MediaChannelFactoryCreateChannel Method

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

Parameters

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

Return Value

Type: IMediaChannel

Implements

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