Method to
ArgumentType: AsnConfigurePublishingArgument
AsnConfigurePublishingArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sSessionToken | string | The system provides a token (as returned by the join conference request) | |
bProvideAudio | boolean | yes | This client wants to provide audio |
bProvideVideo | boolean | yes | This client wants to provide video |
bProvideData | boolean | yes | This client wants to provide data |
u8sSDPOffer | string | yes | SDP Data the client is offering |
bModerator | boolean | yes | This client will be moderator (may only be set by a moderator in the room) |
bMute | boolean | yes | This client will be muted / unmuted |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnConfigurePublishingResult
AsnConfigurePublishingResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sSDPAnswer | string | yes | SDP Data the server was replying |
optionalParams | AsnOptionalParameters | yes |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 6.4