Skip to content

Commit 4d9a138

Browse files
authored
feat(ts) migrate JitsiConferenceEventManager
1 parent 428d171 commit 4d9a138

File tree

5 files changed

+116
-98
lines changed

5 files changed

+116
-98
lines changed

JitsiConference.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export interface IConferenceOptions {
124124
};
125125
startAudioMuted?: number;
126126
startLastN?: number;
127+
startSilent?: boolean;
127128
startVideoMuted?: number;
128129
statisticsDisplayName?: string;
129130
statisticsId?: string;
@@ -303,6 +304,8 @@ export default class JitsiConference extends Listenable {
303304
public jvbEstablishmentDuration?: number;
304305
public isDesktopMutedByFocus: boolean;
305306
public mutedDesktopByFocusActor?: string;
307+
public dominantSpeakerIsSilent?: boolean;
308+
306309

307310
/**
308311
* @param {IConferenceOptions} options

0 commit comments

Comments
 (0)