IMediaDescriptionFactoryGenerateChannelAnswer Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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 MediaChannelDescription
-
- cm CommunicationMode
-
- port Int32
-
- srtpMode SRTPMode
-
- unicast Boolean
-
Return Value
MediaChannelDescription
See Also