Skip to content

Commit

Permalink
forcefully adding recording flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hadiamjad committed Jul 12, 2023
1 parent 6369ccc commit 8330481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jitsi/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export const jitsiOptions = (
};

const features = jwt_decode(jwt)?.context?.features;
features.recording = "true";
reportAction("features", { features });

Object.entries(features).forEach(([feature, state]) => {
Expand Down

0 comments on commit 8330481

Please sign in to comment.