diff --git a/src/matrix/Session.js b/src/matrix/Session.js index b3bd6f98..bd4de880 100644 --- a/src/matrix/Session.js +++ b/src/matrix/Session.js @@ -153,8 +153,8 @@ export class Session { }, storage: this._storage, webRTC: this._platform.webRTC, - ownDeviceId: sessionInfo.deviceId, - ownUserId: sessionInfo.userId, + ownDeviceId: this._sessionInfo.deviceId, + ownUserId: this._sessionInfo.userId, logger: this._platform.logger, forceTURN: false, });