Skip to content

Commit

Permalink
Update example.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsea committed Aug 27, 2024
1 parent 46c582d commit c64ed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

room_api_instance = Daily::RoomsApi.new
opts = {
room_request: Daily::CreateRoomRequest.new(
create_room_request: Daily::CreateRoomRequest.new(
privacy: 'private',
properties: {
exp: (Time.now + (3600 * 2)).to_i, # Delete the room after two hours
Expand Down

0 comments on commit c64ed52

Please sign in to comment.