| IMediaDescriptionFactoryGenerateChannelAnswer Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
SyntaxMediaChannelDescription GenerateChannelAnswer(
	MediaChannelDescription offer,
	CommunicationMode cm,
	int port,
	SRTPMode srtpMode,
	bool unicast
)
Function GenerateChannelAnswer ( 
	offer As MediaChannelDescription,
	cm As CommunicationMode,
	port As Integer,
	srtpMode As SRTPMode,
	unicast As Boolean
) As MediaChannelDescription
MediaChannelDescription^ GenerateChannelAnswer(
	MediaChannelDescription^ offer, 
	CommunicationMode cm, 
	int port, 
	SRTPMode srtpMode, 
	bool unicast
)
abstract GenerateChannelAnswer : 
        offer : MediaChannelDescription * 
        cm : CommunicationMode * 
        port : int * 
        srtpMode : SRTPMode * 
        unicast : bool -> MediaChannelDescription 
Parameters
- offer
 - Type: Ozeki.MediaMediaChannelDescription
 - cm
 - Type: Ozeki.MediaCommunicationMode
 - port
 - Type: SystemInt32
 - srtpMode
 - Type: Ozeki.CommonSRTPMode
 - unicast
 - Type: SystemBoolean
 
Return Value
Type: 
MediaChannelDescription
See Also