mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: extend accessDialogOpened event time from 1500 to 2000 ms
parent
e46a93f42c
commit
58edee6b97
|
@ -377,7 +377,7 @@ export class Publisher extends StreamManager {
|
|||
|
||||
let constraints: MediaStreamConstraints = {};
|
||||
let constraintsAux: MediaStreamConstraints = {};
|
||||
const timeForDialogEvent = 1500;
|
||||
const timeForDialogEvent = 2000;
|
||||
let startTime;
|
||||
|
||||
const errorCallback = (openViduError: OpenViduError) => {
|
||||
|
|
Loading…
Reference in New Issue