changeRole()
changeRole(userId: string, role: string)
Last updated
changeRole(userId: string, role: string)
Last updated
Changes the role of an existing user. The target user's id and new role are provided as parameters.
Sample use case: Have a custom participants panel in your integration and want power users to be able to change roles of other participants.