IMRealTimeSequentialDataSendFailed constant

int const IMRealTimeSequentialDataSendFailed

Description: Failed to send real-time sequential data.
Cause: The broadcast has not started yet, or the broadcast has encountered network problems.
Solution: Check whether startBroadcasting has been called to start broadcasting, or check whether the network is normal.

Implementation

static const int IMRealTimeSequentialDataSendFailed = 1009039;