mirror of https://github.com/OpenVidu/openvidu.git
parent
9cd389eb61
commit
0f7e2e2b89
|
@ -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