hristoterezov
a3a871d4b3
fix(lib-jitsi-meet): Use the exported constants
7年前
Lyubo Marinov
dfebd692f3
eslint 4.8.0
ESLint 4.8.0 discovers a lot of error related to formatting. While I
tried to fix as many of them as possible, a portion of them actually go
against our coding style. In such a case, I've disabled the indent rule
which effectively leaves it as it was before ESLint 4.8.0.
Additionally, remove jshint because it's becoming a nuisance with its
lack of understanding of ES2015+.
7年前
hristoterezov
378a8d014e
feat(remotecontrol): Prevent multiple remote control sessions (#1875)
7年前
hristoterezov
1b0bffe251
fix(remotecontrol): Stop scroll events during the remote controll session
7年前
hristoterezov
e8223bbb4a
fix(remotecontrol): Use own scope for the messages. (#1787)
7年前
hristoterezov
b8d3e82ae7
fix(remotecontrol): Replace info dialogs with notifications.
7年前
hristoterezov
dc8198100b
feat(remotecontrol): Make sure the receiver is always sharing entire screen
7年前
hristoterezov
814d56c25c
feat(remotecontrol): multi monitor support
7年前
paweldomas
e7a4318e8c
ref(conference.js): remove global promise
Get rid of global APP.conference.screenSharingPromise.
7年前
hristoterezov
28ff188f96
fix(remotecontrol): Controller enabled property
8年前
hristoterezov
d91340166d
Remote control - display the authorization dialog in meet (#1541)
* fix(react/participant): store display name in redux
* feat(remotecontrol): Add option to display the authorization dialog in meet
* feat(remotecontrol): Enable ESLint and Flow
8年前
hristoterezov
b297aa3f3a
ref(remotecontrol): Changing the format of the messages
8年前
hristoterezov
b49c1c6ba2
fix(transport): Code style issues and enableLegacyFormat param bug
Improves naming.
Fixing typos.
enableLegacyFormat param was working like disableLegacyFormat.
Improves the structure of transport/index.js
8年前
Lyubo Marinov
e9dc9c47a9
Coding style
For lack of a better word/phrase, I'm calling all changes coding style.
I'm targeting readability through naming and syntax.
8年前
hristoterezov
54388b6a0a
ref(remotecontrol): To use transport module instead of API
8年前
hristoterezov
2b1176df53
style(remotecontrol): getRequestedParticipant method comments
8年前
hristoterezov
05bfbf5620
fix(remotecontrol): Execute Reciever.enable only when the value is changed
8年前
hristoterezov
b62e4d5ee9
fix(remotecontrol): Log level
8年前
hristoterezov
bd98d661d3
ref(remotecontrol): Moves hangup logic to remote control module
8年前
hristoterezov
0453346cf4
ref(remotecontrol): Pass the largeVideoWrapper as parameter to remote control module
8年前
hristoterezov
b22e3ee253
style(remotecontrol): Fix JSDoc for RemoteControlEvent
8年前
hristoterezov
e693554961
fix(remotecontrol): Logging
8年前
hristoterezov
0efca9a9a8
fix(remotecontrol): Fixing issues after peer review.
8年前
hristoterezov
5d22061c0a
fix(remotecontrol): Handle on-stage participant changes
8年前
hristoterezov
5d269ad0aa
fix(remotecontrol): Disable the keyboard shortcuts during remote control
8年前
hristoterezov
a4d5c41b3a
feat(remotecontrol): UI for requesting permissions
8年前
hristoterezov
846fb9abb0
feat(remotecontrol): Implement requesting remote control permissions
8年前
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
8年前
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
8年前