PublisherErrorRetryTimeout constant

int const PublisherErrorRetryTimeout

Description: Stream publish retry has exceeds the maximum retry time.
Cause: The the network signal is bad, and the maximum retry time is exceeded.
Solutions: Check the network status or switch to another network.

Implementation

static const int PublisherErrorRetryTimeout = 1003021;