onReJoinChannel method Null safety

void onReJoinChannel(
  1. 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);