Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developers/guides/get-engagement-analytics-via-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function VideoPlayer() {
controls
ref={ref}
src={source}
style={{ width: "100%", maxWidth: "500px" }}
className="w-full max-w-[500px]"
/>
);
}
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Audio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: microphone-stand
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ icon: camcorder
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: tv
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: gamepad
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Enabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ icon: clapperboard
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: triangle-exclamation
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Fullscreen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: expand
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

## Features
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Loading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: spinner
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/PictureInPicture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ icon: clone
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

## Features
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: person-to-portal
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Root.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ icon: flag-checkered
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Screenshare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: screencast
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

## Features
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: sliders
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

<Info>
Expand Down
5 changes: 1 addition & 4 deletions sdks/react/broadcast/Status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ icon: wave-pulse
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>

## Features
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/broadcast/Video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ icon: video
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Warning>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/broadcast/useBroadcastContext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: database
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
10 changes: 2 additions & 8 deletions sdks/react/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ streaming button.
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>
</Tab>
<Tab title="Broadcast.tsx">
Expand All @@ -46,10 +43,7 @@ streaming button.
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"
/>
</Tab>
</Tabs>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Clip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: scissors
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: tv
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: gamepad
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Error.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: triangle-exclamation
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Fullscreen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: expand
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

## Features
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: headset
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Loading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: spinner
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/PictureInPicture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ icon: clone
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

## Features
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Play.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: play
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: person-to-portal
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Poster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: image
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/RateSelect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ icon: gauge-simple-high
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
6 changes: 2 additions & 4 deletions sdks/react/player/Root.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ icon: flag-checkered
frameBorder="0"
allowFullScreen
allow="autoplay; encrypted-media; fullscreen; picture-in-picture; display-capture; camera; microphone"
style={{
borderRadius: 10,
backgroundColor: "black",
}}
className="rounded-[10px] bg-black"

/>

<Info>
Expand Down
Loading