Skip to main content

To approve attendee join channel request.

post/v1/channel/join/approval

To allow or disallow attendee to join channel request.

post/v1/channel/join/approval

https://managedservices-prod.rteappbuilder.com/

Request

HEADER

AuthorizationREQUIRED
TYPE: STRING

JWT token as auth header

REQUEST BODY

Request meeting host to allow attendee join channel.

passphrase
TYPE: STRING

attendee_uid
TYPE: INTEGER

attendee_screenshare_uid
TYPE: INTEGER

approved
TYPE: BOOLEAN
SAMPLE REQUEST
{
"passphrase": "your_passphrase",
"attendee_uid": 219739922,
"attendee_screenshare_uid": 219739923,
"approved": false
}

Responses

success

Loading...