ExStreamClient.Model.VideoSettings (ExStreamClient v0.1.7)
View SourceSchema representing a VideoSettings
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.VideoSettings{ access_request_enabled: boolean(), camera_default_on: boolean(), camera_facing: :external | :back | :front, enabled: boolean(), target_resolution: ExStreamClient.Model.TargetResolution.t() }