API reference
API reference
Select your platform
No SDKs available
No versions available

LivestreamingStartStatus Enum

It's an enum that represents the possible outcomes of starting a livestreaming session. This allows the API to return a standardized and well-defined set of values to indicate the outcome of starting a livestreaming session. It can be used in LivestreamingStartResult::StreamingResult as type information.

Enumeration Constants

MemberValueDescription
Success
1
This member represents a successful start of the livestreaming session.
Unknown
0
NoPackageSet
-1
This member represents an error where the package was not set during the livestreaming start process.
NoFbConnect
-2
This member represents an error where Facebook Connect was not enabled during the livestreaming start process.
NoSessionId
-3
This member represents an error where a session ID was not provided during the livestreaming start process.
MissingParameters
-4
This member represents an error where required parameters were missing during the livestreaming start process.