Restore call view mode after presentation end
This commit is contained in:
parent
9e1528fa24
commit
80c90540f6
13 changed files with 289 additions and 51 deletions
|
@ -7,6 +7,7 @@ import { noopAction } from '../../../state/ducks/noop';
|
|||
import {
|
||||
CallMode,
|
||||
CallState,
|
||||
CallViewMode,
|
||||
GroupCallConnectionState,
|
||||
GroupCallJoinState,
|
||||
} from '../../../types/Calling';
|
||||
|
@ -52,7 +53,7 @@ describe('state/selectors/calling', () => {
|
|||
hasLocalAudio: true,
|
||||
hasLocalVideo: false,
|
||||
localAudioLevel: 0,
|
||||
isInSpeakerView: false,
|
||||
viewMode: CallViewMode.Grid,
|
||||
showParticipantsList: false,
|
||||
safetyNumberChangedUuids: [],
|
||||
outgoingRing: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue