Reports pinned participants back to the library.

This commit is contained in:
damencho 2016-01-12 15:11:24 -06:00
parent 3fd68fa0fd
commit 9fa4b02673
1 changed files with 3 additions and 0 deletions

View File

@ -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();