RteErrorCode

RTE related status codes and error codes.

Since
v4.5.0

Enum Values

kRteOk
0: Operation succeeded.
kRteErrorDefault
1: General error (not classified under specific error reasons).
kRteErrorInvalidArgument
2: Invalid argument set in the method. For example, illegal characters in parameters, or a null object passed. Please reset the parameters.
kRteErrorInvalidOperation
3: Operation not supported in the current state, such as the object being destroyed or invalid.
kRteErrorNetworkError
4: Network error. Please check your connection.
kRteErrorAuthenticationFailed
5: Token authentication failed. Possible reasons include an invalid or expired token. Please check your token.
kRteErrorStreamNotFound
6: Media stream not found. For example, after joining a channel, no stream is received from the host for over 10 seconds.