Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Nov 14, 2023
1 parent fc3f247 commit 1a57aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/publish_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a57aab

Please sign in to comment.