Enumeration ChannelMediaRelayEvent

The event code of channel media relay.

Enumeration Members

RelayEventNetworkConnected: 1

1: The user is connected to the server.

RelayEventNetworkDisconnected: 0

0: The user disconnects from the server due to a poor network connection.

RelayEventPacketJoinedDestChannel: 3

3: The user joins the target channel.

RelayEventPacketJoinedSrcChannel: 2

2: The user joins the source channel.

RelayEventPacketReceivedAudioFromSrc: 6

6: The server receives the audio stream from the source channel.

RelayEventPacketReceivedVideoFromSrc: 5

5: The server receives the audio stream from the source channel.

RelayEventPacketSentToDestChannel: 4

4: The SDK starts relaying the media stream to the target channel.

RelayEventPacketUpdateDestChannel: 7

7: The target channel is updated.

RelayEventPacketUpdateDestChannelIsNull: 10

10: The target channel name is NULL.

RelayEventPacketUpdateDestChannelNotChange: 9

9: The target channel does not change, which means that the target channel fails to be updated.

RelayEventPauseSendPacketToDestChannelFailed: 13

13: The SDK fails to pause relaying the media stream to target channels.

RelayEventPauseSendPacketToDestChannelSuccess: 12

12: The SDK successfully pauses relaying the media stream to target channels.

RelayEventResumeSendPacketToDestChannelFailed: 15

15: The SDK fails to resume relaying the media stream to target channels.

RelayEventResumeSendPacketToDestChannelSuccess: 14

14: The SDK successfully resumes relaying the media stream to target channels.

RelayEventVideoProfileUpdate: 11

11: The video profile is sent to the server.

Generated using TypeDoc