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