feat: signal server tag
This commit is contained in:
@@ -375,7 +375,8 @@ export class RoomSignalingConnection {
|
||||
this.webrtc.setCurrentServer(room.id);
|
||||
this.webrtc.identify(oderId, displayName, wsUrl, {
|
||||
description,
|
||||
profileUpdatedAt
|
||||
profileUpdatedAt,
|
||||
homeSignalServerUrl: user?.homeSignalServerUrl
|
||||
});
|
||||
|
||||
for (const backgroundRoom of backgroundRooms) {
|
||||
|
||||
Reference in New Issue
Block a user