Add more debugging for why audio ring/ringback might not be playing (#9642)
* Add more debugging for why audio might not be playing More debugging for https://github.com/vector-im/element-web/issues/20832 * Listen to events from <audio> * Make it easier to spot event type * Move to start/stop functions * Fix some lints * Protect from potentially undefined element * Needs more mocked functions * More code coverage * Test formatting * Add return types See https://github.com/matrix-org/matrix-react-sdk/pull/9642#discussion_r1036274817 * Add comment on when magic comment is applicable See https://github.com/matrix-org/matrix-react-sdk/pull/9642#discussion_r1036258757
This commit is contained in:
parent
5583d07f25
commit
ca58617cee
3 changed files with 116 additions and 3 deletions
|
@ -1071,6 +1071,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
},
|
||||
"debug_legacy_call_handler": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
},
|
||||
"audioInputMuted": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue