@livedigital/client 2.44.0 → 2.45.0-test-speaker.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,6 +3,8 @@ import Engine from '../index';
|
|
|
3
3
|
declare class ChannelAudioObserverEventHandler {
|
|
4
4
|
private readonly engine;
|
|
5
5
|
private readonly logger;
|
|
6
|
+
private lastDominantSpeaker?;
|
|
7
|
+
private isSilence;
|
|
6
8
|
constructor(params: {
|
|
7
9
|
engine: Engine;
|
|
8
10
|
onLogMessage?: LogMessageHandler;
|
|
@@ -12,6 +14,7 @@ declare class ChannelAudioObserverEventHandler {
|
|
|
12
14
|
private handlePeerVolumes;
|
|
13
15
|
private handleSilence;
|
|
14
16
|
private static validateEventPayload;
|
|
17
|
+
private checkLastDominantSpeakerContinueSpeak;
|
|
15
18
|
static throwInvalidPayload(): void;
|
|
16
19
|
}
|
|
17
20
|
export default ChannelAudioObserverEventHandler;
|