Documentation ¶
Index ¶
Constants ¶
View Source
const ( MsgStartNotReceived = "Start signal not received" MsgLimitReached = "Session limit reached" MsgLimitReachedWithoutStart = "Session limit reached before start signal" MsgStoppedBeforeStarted = "Stop called before pipeline could start" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EgressInfo ¶
type EgressInfo livekit.EgressInfo
func (*EgressInfo) SetAborted ¶
func (e *EgressInfo) SetAborted(msg string)
func (*EgressInfo) SetComplete ¶
func (e *EgressInfo) SetComplete()
func (*EgressInfo) SetFailed ¶
func (e *EgressInfo) SetFailed(err error)
func (*EgressInfo) SetLimitReached ¶
func (e *EgressInfo) SetLimitReached()
func (*EgressInfo) UpdateStatus ¶
func (e *EgressInfo) UpdateStatus(status livekit.EgressStatus)
Click to show internal directories.
Click to hide internal directories.