mirror of https://github.com/OpenVidu/openvidu.git
commit
34cda28405
|
@ -566,6 +566,7 @@ export class OpenVidu {
|
||||||
reject(new OpenViduError(errorName, errorMessage));
|
reject(new OpenViduError(errorName, errorMessage));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const constraintsAux = mustAskForAudioTrackLater ? { video: constraints.video } : constraints;
|
const constraintsAux = mustAskForAudioTrackLater ? { video: constraints.video } : constraints;
|
||||||
|
|
Loading…
Reference in New Issue