DIRECT_CDN_STREAMING_REASON

Reasons for the changes in CDN streaming status.

Enumerator

DIRECT_CDN_STREAMING_REASON_OK
0: No error.
DIRECT_CDN_STREAMING_REASON_FAILED
1: A general error; no specific reason. You can try to push the media stream again.
DIRECT_CDN_STREAMING_REASON_AUDIO_PUBLICATION
2: An error occurs when pushing audio streams. For example, the local audio capture device is not working properly, is occupied by another process, or does not get the permission required.
DIRECT_CDN_STREAMING_REASON_VIDEO_PUBLICATION
3: An error occurs when pushing video streams. For example, the local video capture device is not working properly, is occupied by another process, or does not get the permission required.
DIRECT_CDN_STREAMING_REASON_NET_CONNECT
4: Fails to connect to the CDN.
DIRECT_CDN_STREAMING_REASON_BAD_NAME
5: The URL is already being used. Use a new URL for streaming.