fix: Fix multiple bugs with new authentication flow
This commit is contained in:
@@ -379,7 +379,8 @@ export class SignalingManager {
|
||||
description: credentials.description,
|
||||
profileUpdatedAt: credentials.profileUpdatedAt,
|
||||
homeSignalServerUrl: credentials.homeSignalServerUrl,
|
||||
connectionScope: this.lastSignalingUrl ?? undefined
|
||||
connectionScope: this.lastSignalingUrl ?? undefined,
|
||||
clientInstanceId: credentials.clientInstanceId
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user