room

package
v1.6.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BroadcastStatusPayload

type BroadcastStatusPayload struct {
	URL      string `json:"url,omitempty"`
	IsActive bool   `json:"is_active"`
}

type ClipboardPayload

type ClipboardPayload struct {
	Text string `json:"text,omitempty"`
	HTML string `json:"html,omitempty"`
}

type ControlStatusPayload

type ControlStatusPayload struct {
	HasHost bool   `json:"has_host"`
	HostId  string `json:"host_id,omitempty"`
}

type ControlTargetPayload

type ControlTargetPayload struct {
	ID string `json:"id"`
}

type KeyboardMapData

type KeyboardMapData struct {
	types.KeyboardMap
}

type KeyboardModifiersData

type KeyboardModifiersData struct {
	types.KeyboardModifiers
}

type RoomHandler

type RoomHandler struct {
	// contains filtered or unexported fields
}

func New

func New(
	sessions types.SessionManager,
	desktop types.DesktopManager,
	capture types.CaptureManager,
) *RoomHandler

func (*RoomHandler) Route

func (h *RoomHandler) Route(r types.Router)

type ScreenConfigurationPayload

type ScreenConfigurationPayload struct {
	Width  int   `json:"width"`
	Height int   `json:"height"`
	Rate   int16 `json:"rate"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL