Skip to main content
Version: v1.13.0

Enumeration: StageErrorCategory

The category of an error. The category of the error is determined based on if it is related to the connection to the stage (i.e. JOIN_ERROR), sending media to the stage (i.e.PUBLISH_ERROR), or receiving an incoming media stream from the stage (i.e. SUBSCRIBE_ERROR).

Enumeration Members

JOIN_ERROR

JOIN_ERROR = "JOIN_ERROR"

An error related to the connection to the stage.


PUBLISH_ERROR

PUBLISH_ERROR = "PUBLISH_ERROR"

An error related to publishing or sending media stream to the stage.


SUBSCRIBE_ERROR

SUBSCRIBE_ERROR = "SUBSCRIBE_ERROR"

An error related to subscribing or receiving media stream from the stage.