PublisherErrorRepetitivePublishStream constant

int const PublisherErrorRepetitivePublishStream

Description: Failed to publish the stream. The same stream already exists in the room.
Cause: The same stream already exists in the room.
Solutions: Replace with a new stream ID. Adjust the stream ID generation strategy to ensure uniqueness.

Implementation

static const int PublisherErrorRepetitivePublishStream = 1003028;