Skip to content

Commit

Permalink
docs: uncover the name of the JoinEndedCall permission (#1455)
Browse files Browse the repository at this point in the history
Our docs said that one with special permission can join an ended call,
but the permission's name wasn't provided.

---------

Co-authored-by: Zita Szupera <[email protected]>
  • Loading branch information
oliverlaz and szuperaz authored Aug 6, 2024
1 parent 6609391 commit 7f5fec9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ending a call requires a [special permission](../../guides/permissions-and-moder
await call.endCall();
```

Only users with special permission can join an ended call.
Only users with a special permission (`OwnCapability.JOIN_ENDED_CALL`) can join an ended call.

### Load call

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Ending a call requires a [special permission](../../guides/permissions-and-moder
await call.endCall();
```

Only users with special permission can join an ended call.
Only users with a special permission (`OwnCapability.JOIN_ENDED_CALL`) can join an ended call.

### Load call

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ending a call requires a [special permission](../../guides/permissions-and-moder
await call.endCall();
```

Only users with special permission can join an ended call.
Only users with a special permission (`OwnCapability.JOIN_ENDED_CALL`) can join an ended call.

### Load call

Expand Down

0 comments on commit 7f5fec9

Please sign in to comment.