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 com.meta.horizon.platform.ovr.models.LivestreamingStartResult#getStreamingResult() as type information.
Fields
Success[Get]
This member represents a successful start of the livestreaming session.
Unknown[Get]
NoPackageSet[Get]
This member represents an error where the package was not set during the livestreaming start process.
NoFbConnect[Get]
This member represents an error where Facebook Connect was not enabled during the livestreaming start process.
NoSessionId[Get]
This member represents an error where a session ID was not provided during the livestreaming start process.
MissingParameters[Get]
This member represents an error where required parameters were missing during the livestreaming start process.