mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add additional call links moderation ui.
This commit is contained in:
@@ -7,7 +7,8 @@ class CallParticipantsViewState(
|
||||
callParticipantsState: CallParticipantsState,
|
||||
ephemeralState: WebRtcEphemeralState,
|
||||
val isPortrait: Boolean,
|
||||
val isLandscapeEnabled: Boolean
|
||||
val isLandscapeEnabled: Boolean,
|
||||
val isStartedFromCallLink: Boolean
|
||||
) {
|
||||
|
||||
val callParticipantsState = CallParticipantsState.update(callParticipantsState, ephemeralState)
|
||||
|
||||
Reference in New Issue
Block a user