onJoinChannel method

void onJoinChannel (
  1. int result,
  2. int channelId,
  3. int elapsed
)

加入房间回调

result 参考 ErrorCode channelId 分配的Channel ID elapsed 加入房间总耗时(毫秒)

Implementation

void onJoinChannel(int result, int channelId, int elapsed);