service

package
v0.3.13 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LogResult

func LogResult(res *livekit.RecordingInfo)

Types

type Service

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

func NewService

func NewService(conf *config.Config, bus utils.MessageBus) *Service

func (*Service) Run

func (s *Service) Run() error

func (*Service) Status

func (s *Service) Status() Status

func (*Service) Stop

func (s *Service) Stop(kill bool)

type Status

type Status string
const (
	Starting  Status = "starting"
	Available Status = "available"
	Reserved  Status = "reserved"
	Recording Status = "recording"
	Stopping  Status = "stopping"
)

Jump to

Keyboard shortcuts

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