登录鉴权。在已登录状态下可以创建和加入房间,但在未登录状态下只能加入房间
accountId
token
Future<NEResult<void>> loginWithToken(String accountId, String token);