demote
demote
- demote(
params):Promise<void>
Demotes a participant from “member” to “audience”. See join and promote.
Parameters
params
Object containing the parameters of the method.
memberId
Id of the member to affect. If omitted, affects the current member.
mediaAllowed
Specifies the media that the client will be allowed to receive. An audience participant cannot send any media.
Returns
Promise<void>
Permissions
room.member.demote
You need to specify the permissions when creating the Video Room Token on the server side.