Skip to content

Commit

Permalink
fix: update disposeEffects doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Tham authored and arun3528 committed Mar 6, 2023
1 parent 9298169 commit fa6d58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/local-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export abstract class LocalTrack extends EventEmitter<TrackEvents> {
}

/**
* Cleanup local microphone track.
* Cleanup the local microphone track.
*/
disposeEffects(): void {
if (this.effects.size > 0) {
Expand Down

0 comments on commit fa6d58b

Please sign in to comment.