HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayStatus

RainwayStatus enumeration

Rainway SDK operation return codes

public enum RainwayStatus

Values

namevaluedescription
Success0Indicates a successful operation
Failure1Indicates a failed operation
PeerNotCapableOfAppIsolation2Indicates a peer is not capable of using app isolation
InvalidParameter3An invalid argument was provided to one of the call's parameters.
NotAStream4There is no active stream with the given Stream ID.
NotByofb5The Stream ID provided is not a BYOFB stream.
ByofbNotReady6The underlying session of a BYOFB stream is not ready.
NoEncoderVariant7No encoder is available to stream with.
InvalidTextureFormat8The submitted video frame data is in an invalid format.

See Also