Documentation
¶
Index ¶
- type Monitor
- func (m *Monitor) AcceptIngress(info *livekit.IngressInfo) bool
- func (m *Monitor) CanAcceptIngress() bool
- func (m *Monitor) GetCPULoad() float64
- func (m *Monitor) IngressEnded(info *livekit.IngressInfo)
- func (m *Monitor) IngressStarted(info *livekit.IngressInfo)
- func (m *Monitor) Start(conf *config.Config) error
- func (m *Monitor) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor struct {
// contains filtered or unexported fields
}
func NewMonitor ¶
func NewMonitor() *Monitor
func (*Monitor) AcceptIngress ¶
func (m *Monitor) AcceptIngress(info *livekit.IngressInfo) bool
func (*Monitor) CanAcceptIngress ¶
func (*Monitor) GetCPULoad ¶
func (*Monitor) IngressEnded ¶
func (m *Monitor) IngressEnded(info *livekit.IngressInfo)
func (*Monitor) IngressStarted ¶
func (m *Monitor) IngressStarted(info *livekit.IngressInfo)
Click to show internal directories.
Click to hide internal directories.