Skip to content

Commit

Permalink
Disabled by default caption (#2937)
Browse files Browse the repository at this point in the history
* fix: disable closed caption in prebuilt

* fix: disabled by default
  • Loading branch information
amar-1995 authored and KaustubhKumar05 committed May 24, 2024
1 parent 951030b commit 72a527c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const initialAppData = {
[POLL_STATE.pollInView]: '',
[POLL_STATE.view]: '',
},
// by default on because of on demand now
[APP_DATA.caption]: true,
// by default on because of on demand now, for beam disabled
[APP_DATA.caption]: false,
};

export const AppData = React.memo(() => {
Expand Down

0 comments on commit 72a527c

Please sign in to comment.