Click or drag to resize
MediaDescriptionFactoryGenerateUnicastChannelOffer Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaChannelDescription GenerateUnicastChannelOffer(
	MediaType mediaType,
	int port,
	MediaProtocol protocol,
	CommunicationMode commMode
)

Parameters

mediaType
Type: Ozeki.MediaMediaType
port
Type: SystemInt32
protocol
Type: Ozeki.MediaMediaProtocol
commMode
Type: Ozeki.MediaCommunicationMode

Return Value

Type: MediaChannelDescription

Implements

IMediaDescriptionFactoryGenerateUnicastChannelOffer(MediaType, Int32, MediaProtocol, CommunicationMode)
See Also