You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-10 21:23:02 +03:00
@@ -768,6 +768,7 @@ export class MatrixCall extends EventEmitter {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (answerWithVideo) {
|
if (answerWithVideo) {
|
||||||
// Try to answer without video
|
// Try to answer without video
|
||||||
|
logger.warn("Failed to getUserMedia(), trying to getUserMedia() without video");
|
||||||
this.setState(prevState);
|
this.setState(prevState);
|
||||||
this.waitForLocalAVStream = false;
|
this.waitForLocalAVStream = false;
|
||||||
await this.answer(answerWithAudio, false);
|
await this.answer(answerWithAudio, false);
|
||||||
|
Reference in New Issue
Block a user