Skip to main content

RtkScreenshareView

A component which plays a participant's screenshared video.

It also allows for placement of other components similar to RtkParticipantTile.

This component will not render anything if the participant hasn't start screensharing.

<RtkScreenshareView participant={meeting.self} >
<RtkNameTag participant={meeting.self}>
<RtkAudioVisualizer slot="start" participant={meeting.self} />
</RtkNameTag>
</RtkScreenshareView>

Props

participant

required

Participant object

hideFullScreenButton

Hide full screen button

Default
false
Type
boolean

iconPack

Icon pack

Default
defaultIconPack

meeting

Meeting object

nameTagPosition

Position of name tag

Default
'bottom-left'
Type
"bottom-center" | "bottom-left" | "bottom-right" | "top-center" | "top-left" | "top-right"

size

Size

Type
"lg" | "md" | "sm" | "xl"

t

Language

Default
useLanguage()

variant

Variant

Default
'solid'
Type
"gradient" | "solid"