We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24162 commit 15e6d8dCopy full SHA for 15e6d8d
examples/participant_attributes.py
@@ -24,7 +24,7 @@ async def main(room: rtc.Room) -> None:
24
)
25
26
@room.on("participant_attributes_changed")
27
- async def on_participant_attributes_changed(
+ def on_participant_attributes_changed(
28
changed_attributes: dict[str, str], participant: rtc.Participant
29
):
30
logging.info(
0 commit comments