更新時間:2019-11-19
用戶正在通話中或者會議中,用戶可以獲取當(dāng)前呼叫的信號強(qiáng)度和音視頻質(zhì)量數(shù)據(jù)信息,如果在當(dāng)前正在主動共享或觀看共享,用戶還能獲取共享的質(zhì)量數(shù)據(jù)信息。
onEvtStatisticInfo事件每5秒上報一次,若UI需要更高頻率獲取音視頻質(zhì)量數(shù)據(jù),可以調(diào)用getCallStatisticInfo()接口獲取。
onEvtStatisticInfo:function(ret){ console.log("onEvtStatisticInfo"); } function getCallStatisticInfo(){ client.getCallStatisticInfo(function(data){ console.log("getCallStatisticInfo"); }); } |
參考文件:\usage\conference_usage.js。
function getShareStatisticInfo(){ client.getShareStatisticInfo(function(data){ console.log("getShareStatisticInfo"); }); } |
參考文件:\usage\conference_usage.js。
無。