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 com.meta.horizon.platform.ovr.models.LivestreamingStartResult#getStreamingResult() as type information.

Fields

This member represents a successful start of the livestreaming session.
Unknown[Get]
This member represents an error where the package was not set during the livestreaming start process.
This member represents an error where Facebook Connect was not enabled during the livestreaming start process.
This member represents an error where a session ID was not provided during the livestreaming start process.
This member represents an error where required parameters were missing during the livestreaming start process.

Member Functions

LivestreamingStartStatus
( final int value )
int getValue ( )

Static Member Functions

static LivestreamingStartStatus fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon