Documentation
¶
Index ¶
- Variables
- func BuildIngressToken(apiKey, secret, roomName, participantIdentity, participantName string) (string, error)
- func NewInvalidAudioParamsError(s string) error
- func NewInvalidVideoParamsError(s string) error
- func ValidateVideoOptionsConsistency(options *livekit.IngressVideoEncodingOptions) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIngressOutOfDate = psrpc.NewErrorf(psrpc.FailedPrecondition, "trying to ovewrite an ingress with an older version") ErrIngressTimedOut = psrpc.NewErrorf(psrpc.DeadlineExceeded, "ingress timed out") ErrNoResponse = psrpc.NewErrorf(psrpc.Unavailable, "no response from ingress service") ErrInvalidOutputDimensions = NewInvalidVideoParamsError("invalid output media dimensions") )
Functions ¶
func BuildIngressToken ¶ added in v1.0.2
func NewInvalidAudioParamsError ¶ added in v1.5.1
func NewInvalidVideoParamsError ¶ added in v1.2.0
func ValidateVideoOptionsConsistency ¶ added in v1.2.0
func ValidateVideoOptionsConsistency(options *livekit.IngressVideoEncodingOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.