query abstract method
查询频道相关信息
@note 该接口需要在自己加入会议成功后才能调用
在登录后调用此接口可以查询频道相关信息,例如频道是否存在,频道人数等,结果通过 @ref JCMediaChannelCallback#onQuery "onQuery" 通知
channelId 频道标识
@return 返回操作id,与 @ref JCMediaChannelCallback#onQuery "onQuery" 回调中的 operationId 对应
Implementation
Future<int> query(String channelId);