Reports pinned participants back to the library.
This commit is contained in:
@@ -582,6 +582,9 @@ export default {
|
||||
APP.UI.addListener(UIEvents.SELECTED_ENDPOINT, (id) => {
|
||||
room.selectParticipant(id);
|
||||
});
|
||||
APP.UI.addListener(UIEvents.PINNED_ENDPOINT, (id) => {
|
||||
room.pinParticipant(id);
|
||||
});
|
||||
|
||||
APP.UI.addListener(UIEvents.TOGGLE_SCREENSHARING, () => {
|
||||
APP.desktopsharing.toggleScreenSharing();
|
||||
|
||||
Reference in New Issue
Block a user