Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.0.2
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶ added in v1.0.2
func NewHandler(conf *config.Config, bus utils.MessageBus) *Handler
func (*Handler) HandleRequest ¶ added in v1.0.2
func (h *Handler) HandleRequest(req *livekit.StartEgressRequest)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(conf *config.Config, bus utils.MessageBus) *Service
Click to show internal directories.
Click to hide internal directories.