Skip to content

Commit

Permalink
fix(mux-player-react): add disablePictureInPicture to TS def
Browse files Browse the repository at this point in the history
Fixes muxinc#831

Not sure if this is the right place to add this.

---------

Co-authored-by: Christian Pillsbury <cjpillsbury@gmail.com>
  • Loading branch information
heff and cjpillsbury authored Dec 1, 2023
1 parent b86f6e6 commit 9fd9978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mux-player-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type MuxMediaPropTypes = {
// debug: Options["debug"] & Hls["config"]["debug"];
debug: boolean;
disableCookies: boolean;
disablePictureInPicture?: boolean;
// metadata: Partial<Options["data"]>;
metadata: { [k: string]: any };
extraSourceParams: Record<string, any>;
Expand Down

0 comments on commit 9fd9978

Please sign in to comment.