You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
and also in the other direction
This commit is contained in:
@@ -1000,7 +1000,9 @@ export class MatrixCall extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.opponentVersion = event.getContent().version;
|
this.opponentVersion = event.getContent().version;
|
||||||
|
if (this.opponentVersion !== 0) {
|
||||||
this.opponentPartyId = event.getContent().party_id || null;
|
this.opponentPartyId = event.getContent().party_id || null;
|
||||||
|
}
|
||||||
this.opponentCaps = event.getContent().capabilities || {};
|
this.opponentCaps = event.getContent().capabilities || {};
|
||||||
this.opponentMember = event.sender;
|
this.opponentMember = event.sender;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user