frontend: add share meeting link component for moderators in the participant panel

This commit is contained in:
Carlos Santos 2025-07-31 10:52:44 +02:00
parent cc858a6d2c
commit f6c5ecf6ef

View File

@ -91,6 +91,15 @@
</button>
}
</div>
<div *ovParticipantPanelAfterLocalParticipant>
<div class="share-meeting-link-container">
<ov-share-meeting-link
[meetingUrl]="hostname + '/' + roomId"
(copyClicked)="copyPublisherLink()"
></ov-share-meeting-link>
</div>
</div>
}
</ov-videoconference>
} @else {