PublisherErrorDispatchAuthError constant

int const PublisherErrorDispatchAuthError

Description: Push-pull flow authentication is incorrect.
Caution: An appSign error was passed when creating the engine, or a Token error or timeout was passed when logging into the room.
Solutions: Pass the correct Token upon login, or invoke renewToken when recive onRoomTokenWillExpire callback.

Implementation

static const int PublisherErrorDispatchAuthError = 1003072;