IMRepeatBroadcast constant
Description: Repeat broadcast.
Cause: The developer repeatedly calls the startBroadcasting
function.
Solution: Please check the business logic to avoid repeating the broadcast for the stream which is broadcasting.
Implementation
static const int IMRepeatBroadcast = 1009035;