Commit 572d765f by Иван Кубота

user positions

parent 16e88d0d
...@@ -230,11 +230,11 @@ Screen.Conference = function() { ...@@ -230,11 +230,11 @@ Screen.Conference = function() {
RTCinstance.mUiRemoteVideoParent = currentCameraID ? null : remoteVideoEl; RTCinstance.mUiRemoteVideoParent = currentCameraID ? null : remoteVideoEl;
var slots = { var slots = {
RemoveUser: {1: 0, 2: 1}, OfficeUser: {1: 0, 2: 1},
OfficeUser: {1: 2, 2: 3} RemoteUser: {1: 2, 2: 3},
}; };
RTCinstance.connectMessage = ()=>{ RTCinstance.callApp.connectMessage = ()=>{
var slot = slots[store.get( 'userRole' )][store.get( 'guestPosition' )]; var slot = slots[store.get( 'userRole' )][store.get( 'guestPosition' )];
debugger debugger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment