STSStreamingErrorCode

enum STSStreamingErrorCode {}

StraaS.io streaming SDK error code

  • Couldn’t access the camera, may be the permission problem or other camera problems.

    Declaration

    Objective-C

    STSStreamingErrorCodeCamera = 0
  • Couldn’t access the microphone, may be the permission problem or other microphone problems.

    Declaration

    Objective-C

    STSStreamingErrorCodeMicrophone = 1
  • Resolution is not supported by camera in current device.

    Declaration

    Objective-C

    STSStreamingErrorCodeResolutionNotSupport = 2
  • SDK internal error happened, please try again or report issue.

    Declaration

    Objective-C

    STSStreamingErrorCodeInternal = 3
  • Network error, underlying error object is included in the user info dictionary.

    Declaration

    Objective-C

    STSStreamingErrorCodeNetwork = 4
  • Operation is denied, the cause may be calling a method in wrong state.

    Declaration

    Objective-C

    STSStreamingErrorCodeOperationDenied = 5
  • Server side error happened, please try again later or contact with service provider.

    Declaration

    Objective-C

    STSStreamingErrorCodeServer = 6
  • Member JWT is invalid or expired. Please try again with a new member JWT.

    Declaration

    Objective-C

    STSStreamingErrorCodeUnauthorized = 7
  • Provided parameter is invalid.

    Declaration

    Objective-C

    STSStreamingErrorCodeParameterNotSupport = 8
  • Couldn’t create new event because of limitation of user’s live event count.

    Declaration

    Objective-C

    STSStreamingErrorCodeLiveCountLimit = 9
  • Live event expired, please remove this event by calling STSStreamingManager’s cleanLiveEvent:success:failure: method.

    Declaration

    Objective-C

    STSStreamingErrorCodeEventExpired = 10
  • Couldn’t find target live event. This error may be due to the event doesn’t exist, is ended, or doesn’t belong to current JWT.

    Declaration

    Objective-C

    STSStreamingErrorCodeEventNotFound = 11
  • Too many requests for the server, please try again later.

    Declaration

    Objective-C

    STSStreamingTooManyRequests = 12