Fix wrong ringerId in auto-ended remote call

This commit is contained in:
Jamie Kyle 2024-01-03 11:19:08 -08:00 committed by GitHub
parent fee1359d5b
commit a60cf05f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 16 deletions

View file

@ -3450,7 +3450,10 @@ export default class MessageReceiver
const { receivedAtCounter } = envelope;
const callEventDetails = getCallEventForProto(callEvent);
const callEventDetails = getCallEventForProto(
callEvent,
'MessageReceiver.handleCallEvent'
);
const callEventSync = new CallEventSyncEvent(
{