onLeaveChannel method

void onLeaveChannel(
  1. int result
)

退出房间回调,App 调用 leaveChannel 方法后,SDK 提示 App 退出房间是否成功。

result 0 表示成功;其他值表示退出房间失败,错误码请参考 NERtcErrorCode

Implementation

void onLeaveChannel(int result) {}