onReJoinChannel method

void onReJoinChannel (
  1. int result
)

重新加入频道回调 有时候由于网络原因,客户端可能会和服务器失去连接,SDK会进行自动重连,自动重连后触发此回调方法

result 参考 ErrorCode

Implementation

void onReJoinChannel(int result);