Show speaking indicator in 1:1 calls

This commit is contained in:
Scott Nonnenberg
2025-03-01 05:42:08 +10:00
committed by GitHub
parent 938f39cad1
commit cf4b068ab2
12 changed files with 134 additions and 13 deletions

View File

@@ -47,6 +47,9 @@ const logger = createLogger({
if (action.type === 'calling/GROUP_CALL_AUDIO_LEVELS_CHANGE') {
return false;
}
if (action.type === 'calling/DIRECT_CALL_AUDIO_LEVELS_CHANGE') {
return false;
}
return true;
},
});