Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/cisco/room_kit.cr
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Cisco::RoomKit < PlaceOS::Driver
command({"Video Input SetMainVideoSource" => :camera_select},
connector_id_: 1..3, # Source can either be specified as the
layout_: VideoLayout, # physical connector...
source_id_: 1..3) # ...or the logical source ID
source_id_: 1..3) # ...or the logical source ID.

enum LayoutFamily
Auto
Expand Down