Closed chr4ss12 closed 1 year ago
in order to simplify business logic, can one meeting token be shared between users? my plan is to create one token that has is_owner=true and share between all of the trusted moderators, so they would be using the same token while in the same room.
Yes, you can use a token for multiple participants. There are some settings you probably don't want to use when doing this, like user_id or user_name.
user_id
user_name
in order to simplify business logic, can one meeting token be shared between users? my plan is to create one token that has is_owner=true and share between all of the trusted moderators, so they would be using the same token while in the same room.