From fa305a4a7f499aae2416a55ec2e1c85c586d0713 Mon Sep 17 00:00:00 2001 From: Viktor Apostolski Date: Tue, 1 Oct 2024 14:52:18 +0200 Subject: [PATCH 1/3] update docs --- docusaurus/video/docusaurus/docs/api/basics/calls.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx index 959e39e9..60acc642 100644 --- a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx +++ b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx @@ -747,6 +747,8 @@ 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. +For proper session timer functionality, the `JoinEndedCall` permission on call level scope should be disabled. + ### Call type configuration You can configure all calls to have a default max duration, this can be done from the Dashboard (Call Type Settings) or using the API. From 7b196c0ddf7b13112e46baa619fc6bfac58eea78 Mon Sep 17 00:00:00 2001 From: Viktor Apostolski Date: Tue, 1 Oct 2024 14:54:08 +0200 Subject: [PATCH 2/3] improve sentence --- docusaurus/video/docusaurus/docs/api/basics/calls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx index 60acc642..d8ae088e 100644 --- a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx +++ b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx @@ -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. -For proper session timer functionality, the `JoinEndedCall` permission on call level scope should be disabled. +To ensure session timers work correctly, the `JoinEndedCall` permission should be disabled at the call level. ### Call type configuration From e3366e325673e4ef1558aae033386b38614eea37 Mon Sep 17 00:00:00 2001 From: Tommaso Barbugli Date: Tue, 5 Nov 2024 13:20:09 +0100 Subject: [PATCH 3/3] Update calls.mdx --- docusaurus/video/docusaurus/docs/api/basics/calls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx index d8ae088e..4172ac19 100644 --- a/docusaurus/video/docusaurus/docs/api/basics/calls.mdx +++ b/docusaurus/video/docusaurus/docs/api/basics/calls.mdx @@ -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