Skip to content

Commit e993c52

Browse files
committed
fix
1 parent 28bd344 commit e993c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

livekit-rtc/livekit/rtc/participant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ def set_track_subscription_permissions(
411411
Set the track subscription permissions for the local participant.
412412
413413
Args:
414-
all_participants_allowed (bool): Whether to allow all participants to subscribe to this participant's tracks.
415-
participant_permissions (List[ParticipantTrackPermission]): Participant-specific track subscription permissions, ignored if `all_participants_allowed` is True.
414+
allow_all_participants (bool): Whether to allow all participants to subscribe to this participant's tracks.
415+
participant_permissions (List[ParticipantTrackPermission]): Participant-specific track subscription permissions, ignored if `allow_all_participants` is True.
416416
"""
417417
if participant_permissions is None:
418418
participant_permissions = []

0 commit comments

Comments
 (0)