Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Increase max webinar duration (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
feymartynov committed Mar 28, 2021
1 parent 4d4210a commit 736e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/endpoint/rtc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub(crate) type ConnectResponse = OutgoingResponse<ConnectResponseData>;

////////////////////////////////////////////////////////////////////////////////

const MAX_WEBINAR_DURATION: i64 = 6;
const MAX_WEBINAR_DURATION: i64 = 7;

#[derive(Debug, Deserialize)]
pub(crate) struct CreateRequest {
Expand Down

0 comments on commit 736e16b

Please sign in to comment.