mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Deduplicate call participants in call info screen..
This commit is contained in:
committed by
Greyson Parrelli
parent
8c9b668cd7
commit
3a314c565c
@@ -7,7 +7,7 @@ import org.thoughtcrime.securesms.components.webrtc.BroadcastVideoSink
|
||||
import org.thoughtcrime.securesms.recipients.Recipient
|
||||
import org.thoughtcrime.securesms.ringrtc.CameraState
|
||||
|
||||
data class CallParticipant constructor(
|
||||
data class CallParticipant(
|
||||
val callParticipantId: CallParticipantId = CallParticipantId(Recipient.UNKNOWN),
|
||||
val recipient: Recipient = Recipient.UNKNOWN,
|
||||
val identityKey: IdentityKey? = null,
|
||||
|
||||
Reference in New Issue
Block a user