IMediaDescriptionFactoryGenerateAnswer Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax MediaDescription GenerateAnswer(
string connection,
Origin origin,
MediaDescription offer,
bool unicast = true
)
Function GenerateAnswer (
connection As String,
origin As Origin,
offer As MediaDescription,
Optional unicast As Boolean = true
) As MediaDescription
MediaDescription^ GenerateAnswer(
String^ connection,
Origin^ origin,
MediaDescription^ offer,
bool unicast = true
)
abstract GenerateAnswer :
connection : string *
origin : Origin *
offer : MediaDescription *
?unicast : bool
(* Defaults:
let _unicast = defaultArg unicast true
*)
-> MediaDescription
Parameters
- connection
- Type: SystemString
- origin
- Type: Ozeki.MediaOrigin
- offer
- Type: Ozeki.MediaMediaDescription
- unicast (Optional)
- Type: SystemBoolean
Return Value
Type:
MediaDescriptionSee Also