Click or drag to resize
MediaDescriptionFactoryGenerateChannelAnswer Method
Egy távoli féltől érkező csatornára generál egy választ.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public MediaChannelDescription GenerateChannelAnswer(
	MediaChannelDescription offer,
	CommunicationMode cm,
	int port,
	SRTPMode srtpMode,
	bool unicast
)

Parameters

offer
Type: Ozeki.MediaMediaChannelDescription
Másik féltől érkezett felajánlás.
cm
Type: Ozeki.MediaCommunicationMode
port
Type: SystemInt32
srtpMode
Type: Ozeki.CommonSRTPMode
unicast
Type: SystemBoolean
Egy címre akarunk-e küldeni

Return Value

Type: MediaChannelDescription

Implements

IMediaDescriptionFactoryGenerateChannelAnswer(MediaChannelDescription, CommunicationMode, Int32, SRTPMode, Boolean)
See Also