Skip to content

Commit

Permalink
examples: re-enable audio in 09-mirror.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 15, 2024
1 parent bd04ea8 commit f6257a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/foundational/09-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async def main(room_url, token):
transport = DailyTransport(
room_url, token, "Test",
DailyParams(
# audio_in_enabled=True,
# audio_out_enabled=True,
audio_in_enabled=True,
audio_out_enabled=True,
camera_out_enabled=True,
camera_out_width=1280,
camera_out_height=720
Expand Down

0 comments on commit f6257a8

Please sign in to comment.