Fix wrong ringerId in auto-ended remote call
This commit is contained in:
parent
fee1359d5b
commit
a60cf05f83
4 changed files with 57 additions and 16 deletions
|
@ -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(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue