Access to room as owner
Answers
-
Hey @Anyverse,
Welcome to the community! 🎉
Yes, you'll need to create a meeting token for the owner, e.g. by posting to the
/meeting-tokens
API endpoint. The documentation is here:Make sure to include the
room_name
property and match it to the room the owner will join, and set theis_owner
property totrue
.The returned token (something like
eyABC…
) then needs to be added as atoken
parameter to the call instance.Let us know in case there are any more questions!
Cheers
1