File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 "participant_attributes_changed" ,
6666 "connection_quality_changed" ,
6767 "participant_encryption_status_changed" ,
68- "participant_permission_changed " ,
68+ "participant_permissions_changed " ,
6969 "data_received" ,
7070 "sip_dtmf_received" ,
7171 "transcription_received" ,
@@ -788,13 +788,13 @@ def _on_room_event(self, event: proto_room.RoomEvent):
788788 participant ,
789789 event .participant_encryption_status_changed .is_encrypted ,
790790 )
791- elif which == "participant_permission_changed " :
791+ elif which == "participant_permissions_changed " :
792792 identity = event .participant_permission_changed .participant_identity
793793 participant = self ._retrieve_participant (identity )
794794 assert isinstance (participant , Participant )
795795 participant ._info .permission .CopyFrom (event .participant_permission_changed .permission )
796796 self .emit (
797- "participant_permission_changed " ,
797+ "participant_permissions_changed " ,
798798 participant ,
799799 participant .permissions ,
800800 )
You can’t perform that action at this time.
0 commit comments