params): Promise<void>Promotes a participant from “audience” to “member”. See join and demote.
Object containing the parameters of the method.
Id of the audience participant to promote.
Force the member’s audio to be muted right after the promotion.
Force the member’s video to be muted right after the promotion.
Specifies the media that the client will be allowed to send. A member participant can always receive all media.
Metadata to assign to the member.
List of permissions to grant when the Audience participant will become a Member.
Promise<void>
room.member.promoteYou need to specify the permissions when creating the Video Room Token on the server side.