mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Implement 1:1 call mutes state.
This commit is contained in:
committed by
Greyson Parrelli
parent
23ad23c341
commit
e840efcecc
@@ -67,6 +67,10 @@ data class CallParticipant(
|
||||
return copy(identityKey = identityKey)
|
||||
}
|
||||
|
||||
fun withAudioEnabled(audioEnabled: Boolean): CallParticipant {
|
||||
return copy(isMicrophoneEnabled = audioEnabled)
|
||||
}
|
||||
|
||||
fun withVideoEnabled(videoEnabled: Boolean): CallParticipant {
|
||||
return copy(isVideoEnabled = videoEnabled)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user