mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-13 16:43:53 +01:00
Fix 1:1 calls
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -51,10 +51,10 @@ export function callingMessageToProto(
|
||||
}
|
||||
: undefined,
|
||||
iceUpdate: iceCandidates
|
||||
? iceCandidates.map(candidate => {
|
||||
? iceCandidates.map((candidate): Proto.CallMessage.IIceUpdate => {
|
||||
return {
|
||||
...candidate,
|
||||
callId: Long.fromValue(candidate.callId),
|
||||
id: Long.fromValue(candidate.callId),
|
||||
opaque: bufferToProto(candidate.opaque),
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user