Click or drag to resize

MediaDescriptionFactoryGenerateUnicastChannelOffer Method

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

Parameters

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

Return Value

Type: MediaChannelDescription

Implements

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