Class PushFrameError
- Namespace
- LiveKit
An error that can occur when pushing a frame to a data track.
public sealed class PushFrameError : Exception, ISerializable
- Inheritance
-
PushFrameError
- Implements
- Inherited Members
- Extension Methods
Remarks
Pushing a frame can fail for several reasons:
- The track has been unpublished by the local participant or SFU
- The room is no longer connected
- Frames are being pushed too fast
Constructors
PushFrameError(string)
public PushFrameError(string message)
Parameters
messagestring