Fix speaker view not auto switching on presenting
This commit is contained in:
parent
67a51415d0
commit
a4fffdfbfb
6 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import type { AudioDevice } from '@signalapp/ringrtc';
|
||||
import type { ConversationType } from '../state/ducks/conversations';
|
||||
import type { ServiceIdString } from './ServiceId';
|
||||
import type { AciString, ServiceIdString } from './ServiceId';
|
||||
|
||||
// These are strings (1) for the database (2) for Storybook.
|
||||
export enum CallMode {
|
||||
|
@ -135,6 +135,7 @@ export enum GroupCallJoinState {
|
|||
}
|
||||
|
||||
export type GroupCallRemoteParticipantType = ConversationType & {
|
||||
aci: AciString;
|
||||
demuxId: number;
|
||||
hasRemoteAudio: boolean;
|
||||
hasRemoteVideo: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue