Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionReporter ¶ added in v1.13.0
type SessionReporter interface {
CreateEgress(ctx context.Context, info *livekit.EgressInfo) chan error
UpdateEgress(ctx context.Context, info *livekit.EgressInfo) error
UpdateMetrics(ctx context.Context, req *rpc.UpdateMetricsRequest) error
IsHealthy() bool
SetWatchdogHandler(w func())
Drain()
}
func NewSessionReporter ¶ added in v1.13.0
func NewSessionReporter(conf *config.BaseConfig, bus psrpc.MessageBus) (SessionReporter, error)
Click to show internal directories.
Click to hide internal directories.