Update to libsignal-client 0.15.0

This commit is contained in:
Jordan Rose
2022-03-24 07:59:06 -07:00
committed by Greyson Parrelli
parent ac9257ec1c
commit 1e316ea19f
284 changed files with 757 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),