fix: mobile ringing notification missing call id (#30614)

pull/28318/head^2
Pierre Lehnen 2 years ago committed by GitHub
parent 35363420f0
commit dd254a9bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/old-zoos-hang.md
  2. 1
      apps/meteor/server/services/video-conference/service.ts

@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---
fix: mobile ringing notification missing call id

@ -618,6 +618,7 @@ export class VideoConfService extends ServiceClassInternal implements IVideoConf
caller: call.createdBy,
avatar: getUserAvatarURL(call.createdBy.username),
status: call.status,
callId: call._id,
},
userId: calleeId,
notId: PushNotification.getNotificationId(`${call.rid}|${call._id}`),

Loading…
Cancel
Save