diff --git a/examples/publish_wave.py b/examples/publish_wave.py index 41204f8d..049601ba 100644 --- a/examples/publish_wave.py +++ b/examples/publish_wave.py @@ -24,7 +24,7 @@ def on_participant_disconnect(participant: rtc.Participant, *_): .with_grants( api.VideoGrants( room_join=True, - room="test", + room="my-room", ) ) .to_jwt()