Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zita Szupera <[email protected]>
  • Loading branch information
oliverlaz and szuperaz authored Aug 6, 2024
1 parent ec2715e commit 036c31b
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 a special permission (`JoinEndedCall`) 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 a special permission (`JoinEndedCall`) 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 a special permission (`JoinEndedCall`) 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 036c31b

Please sign in to comment.