Enumeration ChannelMediaRelayError

The error code of the media stream relay. You can get the code through AgoraRTCClient.on("channel-media-relay-state").

Index

Enumeration members

DEST_TOKEN_EXPIRED

DEST_TOKEN_EXPIRED: = "DEST_TOKEN_EXPIRED"

The token of the destination channel has expired.

RELAY_OK

RELAY_OK: = "RELAY_OK"

No error.

SERVER_CONNECTION_LOST

SERVER_CONNECTION_LOST: = "SERVER_CONNECTION_LOST"

The SDK disconnects from the relay service.

SRC_TOKEN_EXPIRED

SRC_TOKEN_EXPIRED: = "SRC_TOKEN_EXPIRED"

The token of the source channel has expired.