Skip to content

Commit 15e6d8d

Browse files
committed
ex
1 parent 3e24162 commit 15e6d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/participant_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def main(room: rtc.Room) -> None:
2424
)
2525

2626
@room.on("participant_attributes_changed")
27-
async def on_participant_attributes_changed(
27+
def on_participant_attributes_changed(
2828
changed_attributes: dict[str, str], participant: rtc.Participant
2929
):
3030
logging.info(

0 commit comments

Comments
 (0)