joinOtherRoom

public abstract void joinOtherRoom(String roomId, IRCRTCResultDataCallback<RCRTCOtherRoom> callBack)

加入副房间

前提必须已经 通过 joinRoomjoinRoom 加入了主房间

Parameters

roomId

房间 ID ,长度 64 个字符,可包含:`A-Z`、`a-z`、`0-9`、`+`、`=`、`-`、`_`

callBack

加入房间回调