Skip to content

Commit

Permalink
Fix TrackSubscriptionPermissionChanged docstring (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente authored Oct 25, 2023
1 parent 40ccf2a commit 65b22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export enum RoomEvent {
* be emitted.
*
* args: (pub: [[RemoteTrackPublication]],
* status: [[TrackPublication.SubscriptionStatus]],
* status: [[TrackPublication.PermissionStatus]],
* participant: [[RemoteParticipant]])
*/
TrackSubscriptionPermissionChanged = 'trackSubscriptionPermissionChanged',
Expand Down

0 comments on commit 65b22c2

Please sign in to comment.