Add CallScreenMediator pattern to facilitate moving from views to compose.

This commit is contained in:
Alex Hart
2025-02-11 12:22:03 -04:00
committed by Greyson Parrelli
parent f80ab7402a
commit 216c29c206
23 changed files with 989 additions and 310 deletions

View File

@@ -7,8 +7,7 @@ class CallParticipantsViewState(
callParticipantsState: CallParticipantsState,
ephemeralState: WebRtcEphemeralState,
val isPortrait: Boolean,
val isLandscapeEnabled: Boolean,
val isStartedFromCallLink: Boolean
val isLandscapeEnabled: Boolean
) {
val callParticipantsState = CallParticipantsState.update(callParticipantsState, ephemeralState)