Method to
ArgumentType: AsnJoinConferenceArgument
AsnJoinConferenceArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sRoomID | string | ID of the conference room to join | |
contact | AsnNetDatabaseContact | Contact details (at least the displayname must be filled) | |
bProvideAudio | boolean | 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 | SDP Data the client is offering | |
u8sToken | string | yes | a JAVA web token provided by the a 3rd party (UCConnect / UCController), required if the client wants to act as presenter |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnJoinConferenceResult
AsnJoinConferenceResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sPartyID | string | Our party id (with this id we are identified in the conference room among all participants) | |
u8sSessionToken | string | The system provides a session token for the party to authorize further requests within the conference | |
u8sSDPAnswer | string | The token is provided by the conference backend for aonymous conference attendees as well as for already authorized members and is required for all further function calls | |
roomdetails | AsnConferenceRoomDetails | Details of this conference room | |
parties | AsnConferenceParties | List of Parties in the room | |
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