mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Display audio levels for each participant in group calls.
This commit is contained in:
committed by
Cody Henthorne
parent
a9f208153c
commit
ec92d5ddb7
@@ -1,9 +1,14 @@
|
||||
package org.thoughtcrime.securesms.webrtc
|
||||
|
||||
import org.thoughtcrime.securesms.components.webrtc.CallParticipantsState
|
||||
import org.thoughtcrime.securesms.service.webrtc.state.WebRtcEphemeralState
|
||||
|
||||
data class CallParticipantsViewState(
|
||||
val callParticipantsState: CallParticipantsState,
|
||||
class CallParticipantsViewState(
|
||||
callParticipantsState: CallParticipantsState,
|
||||
ephemeralState: WebRtcEphemeralState,
|
||||
val isPortrait: Boolean,
|
||||
val isLandscapeEnabled: Boolean
|
||||
)
|
||||
) {
|
||||
|
||||
val callParticipantsState = CallParticipantsState.update(callParticipantsState, ephemeralState)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user