frontend: add share meeting link component for moderators in the participant panel
This commit is contained in:
parent
cc858a6d2c
commit
f6c5ecf6ef
@ -91,6 +91,15 @@
|
|||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
</div>
|
</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>
|
</ov-videoconference>
|
||||||
} @else {
|
} @else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user