window.ndInstance={};
window.ndInstance.ndc_onMemberInfoChange=function(res){
console.log('ndInstance.ndc_onMemberInfoChange',res);
}
window.ndInstance.ndc_onTagInfoChange=function(res){
console.log('ndInstance.ndc_onTagInfoChange',res);
}
if(!ndInstance.ndc_applySyncView){
alert("该接口仅支持再会议中使用");
return;
}
var res=await ndInstance.ndc_applySyncView();
console.log(res);
if(!window.ndInstance.ndc_getMeetInfo){
alert("该接口仅支持再会议中使用");
return;
}
var res=await ndInstance.ndc_getMeetInfo();
console.log(res);