Click or drag to resize

IMediaChannelInfoFactoryCreateNewChannelAnswer Method


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
MediaChannelInfo CreateNewChannelAnswer(
	string localAddress,
	MediaChannelDescription offerChannel,
	INatConfiguration natConfig,
	CommunicationMode cm,
	SRTPMode srtpMode
)

Parameters

localAddress  String
 
offerChannel  MediaChannelDescription
 
natConfig  INatConfiguration
 
cm  CommunicationMode
 
srtpMode  SRTPMode
 

Return Value

MediaChannelInfo
See Also