get https://examplebaseURL.com/v1/api/apps//data/conference-detail
Response Format
Parameter | Type | Description |
---|---|---|
callDuration | Number | The time the conference spent in seconds. |
callDate | String | The start date and time of the conference. The value must be in RFC3339 format, e.g. 2022-11-07T00:00:00.000Z. |
conferenceID | String | The conference ID. |
conferenceDetail.participants | Array | The participant details in the conference. |
conferenceDetail.participants.eid | String | The staff ID of the participant. |
conferenceDetail.participants.joinStatus | String | The status of the staff member. The value can be - "joined" when the staff member joined the conference, - "invited" when the staff member was invited to the conference, - "rejected" when the staff member rejected to join the conference, - "block" when the staff member was removed from the conference, or, - "leave" when the staff member left the conference. |
conferenceDetail.participants.roomRole | String | The value can be "owner" if the staff member is the conference host. An empty value is provided if the staff member is the participant. |
conferenceDetail.subject | String | The subject of the conference call. |