Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2020 Changes in this version + type Camera struct + DisplayName string + PanLeft string + PanRight string + PanTiltStop string + Presets []CameraPreset + Stream string + TiltDown string + TiltUp string + ZoomIn string + ZoomOut string + ZoomStop string + type CameraPreset struct + DisplayName string + SetPreset string + type Config struct + Cameras []Camera + ControlKey string + type ConfigService interface + Cameras func(ctx context.Context, room, controlGroup string) ([]Camera, error) + RoomAndControlGroup func(ctx context.Context, hostname string) (string, string, error) + type ControlKeyService interface + ControlKey func(ctx context.Context, room, controlGroup string) (string, error)