Add paginated calling grid for group calls
This commit is contained in:
parent
9c3d404c82
commit
cf5b3f78b5
22 changed files with 1237 additions and 476 deletions
|
@ -147,6 +147,7 @@ const mapStateToActiveCallProp = (
|
|||
hasLocalVideo: activeCallState.hasLocalVideo,
|
||||
localAudioLevel: activeCallState.localAudioLevel,
|
||||
viewMode: activeCallState.viewMode,
|
||||
viewModeBeforePresentation: activeCallState.viewModeBeforePresentation,
|
||||
joinedAt: activeCallState.joinedAt,
|
||||
outgoingRing: activeCallState.outgoingRing,
|
||||
pip: activeCallState.pip,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue