A component which plays a participant's screenshared video.
It also allows for placement of other components similar to rtk-participant-tile.
This component will not render anything if the participant hasn't start screensharing.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
hideFullScreenButton |
boolean |
✅ | - | Hide full screen button |
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
nameTagPosition |
| 'bottom-left' | 'bottom-right' | 'bottom-center' | 'top-left' | 'top-right' | 'top-center' |
✅ | - | Position of name tag |
participant |
Peer |
✅ | - | Participant object |
size |
Size |
✅ | - | Size |
t |
RtkI18n |
❌ | useLanguage() |
Language |
variant |
'solid' | 'gradient' |
✅ | - | Variant |
<!-- component.html -->
<rtk-screenshare-view></rtk-screenshare-view><!-- component.html -->
<rtk-screenshare-view
[hideFullScreenButton]="true"
[meeting]="meeting"
[nameTagPosition]="| 'bottom-left'
| 'bottom-right'
| 'bottom-center'
| 'top-left'
| 'top-right'
| 'top-center'">
</rtk-screenshare-view>