first implementation of PTT; Adjusting Opus parameter for shorter pTime, lower bandwidth (mono) and Forward Error Correction

This commit is contained in:
Stefan Otto
2020-03-27 01:01:54 +01:00
parent d700a3cfb2
commit e12ff16115
4 changed files with 146 additions and 27 deletions
+6
View File
@@ -74,3 +74,9 @@ export const setDisplayNameInProgress = (flag) =>
type : 'SET_DISPLAY_NAME_IN_PROGRESS',
payload : { flag }
});
export const setIsSpeaking = (flag) =>
({
type : 'SET_IS_SPEAKING',
payload : { flag }
});