Skip to content

Commit

Permalink
call member role doesn't restrict access (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagruchi authored Oct 23, 2024
2 parents 5958d6c + 4bcfda8 commit 48a9085
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ You can provide a list of call members, this can be done when you create a call
There are two reasons to use call members:

- Call membership allows you to have more flexibility when it comes to permissions. The permission system allows you to grant different permissions to users and members, this way one user can be a member on one call or a member on another.
Membership also allows you to specify a role for user in a call. You can more information about the roles and permissions [here](/api/call_types/permissions/).
Membership also allows you to grant additional roles to users in a call. It's important to note that this doesn't restrict access, but rather expands capabilities.
You can more information about the roles and permissions [here](/api/call_types/permissions/).
- Call members will receive [push notifications](/api/call_types/settings/#push-notifications-settings).

<Tabs groupId="examples">
Expand Down

0 comments on commit 48a9085

Please sign in to comment.