localSpeaking$

View as MarkdownOpen in Claude
get localSpeaking$(): Observable<boolean>

Observable that is true while the local participant is speaking (RMS level above the VAD threshold, with hold time to avoid flicker).

Examples

call.localSpeaking$.subscribe((localSpeaking) => {
console.log('localSpeaking:', localSpeaking);
});