onReJoinChannel method Null safety
- int result
Get notified when a user rejoins a channel In some cases, clients may get disconnected from the server due to network failures, the SDK will automatically reconnect to the server and trigger this callback method.
For information about result, see ErrorCode
Implementation
void onReJoinChannel(int result);