File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 = []
You can’t perform that action at this time.
0 commit comments