lib/twilio-ruby/rest/video/v1/room.rb in twilio-ruby-5.40.2 vs lib/twilio-ruby/rest/video/v1/room.rb in twilio-ruby-5.40.3
- old
+ new
@@ -54,10 +54,11 @@
# @param [room.VideoCodec] video_codecs An array of the video codecs that are
# supported when publishing a track in the room. Can be: `VP8` and `H264`.
# ***This feature is not available in `peer-to-peer` rooms***
# @param [String] media_region The region for the media server in Group Rooms.
# Can be: one of the [available Media
- # Regions](https://www.twilio.com/docs/video/ip-address-whitelisting#group-rooms-media-servers). ***This feature is not available in `peer-to-peer` rooms.***
+ # Regions](https://www.twilio.com/docs/video/ip-address-whitelisting#group-rooms-media-servers).
+ # ***This feature is not available in `peer-to-peer` rooms.***
# @return [RoomInstance] Created RoomInstance
def create(enable_turn: :unset, type: :unset, unique_name: :unset, status_callback: :unset, status_callback_method: :unset, max_participants: :unset, record_participants_on_connect: :unset, video_codecs: :unset, media_region: :unset)
data = Twilio::Values.of({
'EnableTurn' => enable_turn,
'Type' => type,
\ No newline at end of file