| 
 | 
 
1.对于API中,提到的获取会议列表的方法swGetConfList(),跟创建时获取会议列表方法var json = session.swGetConfManager().swGetConfList()中的swGetConfList是同一个吗?具体用法上有什么区别? 
http://61.191.27.18:8081/doc/class/jSW.SwConfManager.html 
https://61.191.27.18:9443/Demo/conference.html 
  
 
2.麻烦看下我这写法是哪里不对吗?还是没有总会议列表数据 
var confManager = session.swGetConfManager();  
console.log('confManager:',confManager); 
                 
var json = session.swGetConfManager().swGetConfList(); 
console.log('json:', json); 
 
 |   
 
 
 
 |