Update to libsignal-client 0.15.0

This commit is contained in:
Greyson Parrelli
2022-03-24 13:23:23 -04:00
parent 6c3baf229c
commit 8d4419705b
285 changed files with 758 additions and 755 deletions

View File

@@ -1,11 +1,11 @@
package org.thoughtcrime.securesms.events
import android.content.Context
import org.signal.libsignal.protocol.IdentityKey
import org.thoughtcrime.securesms.R
import org.thoughtcrime.securesms.components.webrtc.BroadcastVideoSink
import org.thoughtcrime.securesms.recipients.Recipient
import org.thoughtcrime.securesms.ringrtc.CameraState
import org.whispersystems.libsignal.IdentityKey
data class CallParticipant constructor(
val callParticipantId: CallParticipantId = CallParticipantId(Recipient.UNKNOWN),