File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/nextjs-with-typescript/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const DEFAULT_INITIAL_STATE: Partial<MuxPlayerProps> = Object.freeze({
121121 crossOrigin : undefined ,
122122 customDomain : undefined ,
123123 tokens : undefined ,
124- playbackId : 'ihZa7qP1zY8oyLSQW9TS602VgwQvNdyIvlk9LInEGU2s' ,
124+ playbackId : undefined ,
125125 streamType : undefined ,
126126 storyboardSrc : undefined ,
127127 theme : undefined ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function HomePage() {
66 < ul >
77 < li > < Link href = "/MuxVideo" className = "video" > <MuxVideo></ Link > </ li >
88 < li > < Link href = "/MuxAudio" className = "audio" > <MuxAudio></ Link > </ li >
9- < li > < Link href = " /MuxPlayer" className = "player" > <MuxPlayer></ Link > </ li >
9+ < li > < Link href = ' /MuxPlayer?playbackId="ihZa7qP1zY8oyLSQW9TS602VgwQvNdyIvlk9LInEGU2s"' className = "player" > <MuxPlayer></ Link > </ li >
1010 < li > < Link href = "/MuxPlayerPosterSlot" className = "player" > < > <MuxPlayer>< br /> (poster slot)</ > </ Link > </ li >
1111 < li > < Link href = "/MuxPlayerTheme" className = "player" > < > <MuxPlayer>< br /> (theme)</ > </ Link > </ li >
1212 < li > < Link href = "/MuxPlayerCuePoints" className = "player" > < > <MuxPlayer>< br /> (CuePoints)</ > </ Link > </ li >
You can’t perform that action at this time.
0 commit comments