Merge branch 'livekit' into toger5/tiles_based_on_rtc_member

This commit is contained in:
Hugh Nimmo-Smith
2024-11-20 10:35:49 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ module.exports = {
"@typescript-eslint/promise-function-async": "error", "@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-await": "error", "@typescript-eslint/require-await": "error",
"@typescript-eslint/await-thenable": "error", "@typescript-eslint/await-thenable": "error",
"rxjs/no-exposed-subjects": "error",
}, },
settings: { settings: {
react: { react: {

View File

@@ -271,7 +271,6 @@ class UserMedia {
), ),
), ),
startWith(false), startWith(false),
distinctUntilChanged(),
// Make this Observable hot so that the timers don't reset when you // Make this Observable hot so that the timers don't reset when you
// resubscribe // resubscribe
this.scope.state(), this.scope.state(),