AddParticipantDto
userIdstringrequired
ID of the user to add to the room
rolestring
Role to grant the new participant. Defaults to member.
Possible values: [owner, admin, member]
AddParticipantDto
{
"userId": "string",
"role": "owner"
}