Skip to content

Commit

Permalink
debug: Disable ssrc rewriting to try it out.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 18, 2025
1 parent a5adac5 commit 59e00e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/helpers/Participant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export class Participant {
},
toolbarConfig: {
alwaysVisible: true
},
flags: {
ssrcRewritingEnabled: false
}
} as IConfig;

Expand Down

0 comments on commit 59e00e0

Please sign in to comment.