mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
reconnect when detecting session id change, so we send invite if needed
This commit is contained in:
parent
bffce7fafe
commit
4f2999f8d8
@ -143,7 +143,9 @@ export class Member {
|
||||
const localMedia = this.localMedia;
|
||||
this.localMedia = undefined;
|
||||
this.disconnect(false);
|
||||
this.localMedia = localMedia;
|
||||
// connect again, as the other side might be waiting for our invite
|
||||
// after refreshing
|
||||
this.connect(localMedia!, this.localMuteSettings!);
|
||||
});
|
||||
}
|
||||
this.callDeviceMembership = callDeviceMembership;
|
||||
|
Loading…
Reference in New Issue
Block a user