Skip to content

Commit

Permalink
Update calls.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Nov 5, 2024
1 parent 7b196c0 commit e3366e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/basics/calls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ await call.unpinVideo({
You can limit the maximum duration for calls. This limit can be set for individual calls or set to a default value for all calls with the same type.
When set, users will be automatically removed from a call when the time runs out and the call will be marked as ended.

To ensure session timers work correctly, the `JoinEndedCall` permission should be disabled at the call level.
Please note that by default, most call types are configured so that users can join ended calls. To ensure session timers work correctly, the `JoinEndedCall` permission should be disabled at the call level. This can be done from the dashboard.

### Call type configuration

Expand Down

0 comments on commit e3366e3

Please sign in to comment.