Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIngressOutOfDate = errors.New("trying to ovewrite an ingress with an older version") ErrIngressTimedOut = errors.New("ingress timed out") ErrNoResponse = errors.New("no response from ingress service") ErrInvalidOutputDimensions = NewInvalidVideoParamsError("invalid output media dimensions") )
Functions ¶
func BuildIngressToken ¶ added in v1.0.2
func ValidateVideoOptionsConsistency ¶ added in v1.2.0
func ValidateVideoOptionsConsistency(options *livekit.IngressVideoOptions) error
Types ¶
type InvalidVideoParamsError ¶ added in v1.2.0
type InvalidVideoParamsError string
func NewInvalidVideoParamsError ¶ added in v1.2.0
func NewInvalidVideoParamsError(s string) InvalidVideoParamsError
func (InvalidVideoParamsError) Error ¶ added in v1.2.0
func (s InvalidVideoParamsError) Error() string
Click to show internal directories.
Click to hide internal directories.