Skip to content

Commit

Permalink
fix(*): report using OPUS codec (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jun 21, 2023
1 parent 25d9d03 commit 15849ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export class Client extends EventEmitter {
username: this.options.username,
password: this.options.password,
tokens: this.options.tokens,
opus: true,
}),
);
}
Expand Down

0 comments on commit 15849ad

Please sign in to comment.