Enumeration ChannelMediaRelayErrorConst

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

Enumeration Members

DEST_TOKEN_EXPIRED: "DEST_TOKEN_EXPIRED"

The token of the destination channel has expired.

RELAY_OK: "RELAY_OK"

No error.

SERVER_CONNECTION_LOST: "SERVER_CONNECTION_LOST"

The SDK disconnects from the relay service.

SRC_TOKEN_EXPIRED: "SRC_TOKEN_EXPIRED"

The token of the source channel has expired.

Generated using TypeDoc