Skip to content

Commit

Permalink
Specifing call member role doesn't restrict access
Browse files Browse the repository at this point in the history
  • Loading branch information
vagruchi committed Oct 22, 2024
1 parent 5958d6c commit 4bcfda8
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 4bcfda8

Please sign in to comment.