RoomAppCallTooFrequent constant
Description: Room signalling type interfaces are called more frequently than the upper limit.
Cause: This application calls the room signalling type interface too often. (e.g., sendCustomCommand
sendBroadcastMessage
)
Solutions: Please control the frequency of application calls to the room signalling type interface. Please refer to https://docs.zegocloud.com/article/7612 for details.
Implementation
static const int RoomAppCallTooFrequent = 1002073;