feat: signal server tag
This commit is contained in:
@@ -489,7 +489,8 @@ export class UsersEffects {
|
||||
|
||||
this.webrtc.identify(user.oderId || user.id, this.resolveDisplayName(user), undefined, {
|
||||
description: user.description,
|
||||
profileUpdatedAt: user.profileUpdatedAt
|
||||
profileUpdatedAt: user.profileUpdatedAt,
|
||||
homeSignalServerUrl: user.homeSignalServerUrl
|
||||
});
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user