PublisherErrorAlreadyDoPublish constant

int const PublisherErrorAlreadyDoPublish

Description: Failed to publish the stream. The publish channel is already publishing streams.
Cause: The publish channel is already publishing streams.
Solutions: Please check the business logic to avoid repeating the publish for publish channel which is publishing.

Implementation

static const int PublisherErrorAlreadyDoPublish = 1003023;