Click or drag to resize
MediaChannelDescription Constructor (String, Int32, String, CommunicationMode)
Initializes a new instance of the MediaChannelDescription class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaChannelDescription(
	string mediaType,
	int port,
	string mediaProtocol,
	CommunicationMode communicationMode
)

Parameters

mediaType
Type: SystemString
Media type. (e.g. Audio)
port
Type: SystemInt32
Port used during the communication.
mediaProtocol
Type: SystemString
Media protocol. (e.g. RTP)
communicationMode
Type: Ozeki.MediaCommunicationMode
Communication mode. (e.g sendrecv)
See Also