Click or drag to resize

MediaChannelFactoryCreateChannel Method


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

Parameters

localAddress  String
 
mediaType  MediaType
 
mediaProtocol  MediaProtocol
 
localRtpPort  Int32
 

Return Value

IMediaChannel

Implements

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