|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Instance Methods | |
| (void) | - onDirectCdnStreamingStateChanged:reason:message: |
| (void) | - onDirectCdnStreamingStats: |
The event handler for direct cdn streaming
|
optional |
Occurs when the CDN streaming state changes.
When the host directly pushes streams to the CDN, if the streaming state changes, the SDK triggers this callback to report the changed streaming state, error codes, and other information. You can troubleshoot issues by referring to this callback.
| state | The current CDN streaming state. See AgoraDirectCdnStreamingState. |
| reason | Reasons for changes in the status of CDN streaming. See AgoraDirectCdnStreamingReason. |
| message | The information about the changed streaming state. |
|
optional |
Reports the CDN streaming statistics.
When the host directly pushes media streams to the CDN, the SDK triggers this callback every one second.
| stats | The statistics of the current CDN streaming. See AgoraDirectCdnStreamingStats. |