Closed ishannaithani closed 5 years ago
Purpose of this PR:
When a user cancels out of Screen Sharing dialogue box of the browser, the "error" reported needs to be changed to WARN from ERROR.
WARN
ERROR
Also, the throttleInterval of shareScreen function is reduced from 10000ms to 1000ms
throttleInterval
shareScreen
10000ms
1000ms
See ESS-1621 for more details.
Purpose of this PR:
When a user cancels out of Screen Sharing dialogue box of the browser, the "error" reported needs to be changed to
WARN
fromERROR
.Also, the
throttleInterval
ofshareScreen
function is reduced from10000ms
to1000ms
See ESS-1621 for more details.