Appearance
搜索视频幕布
js
const params = {}
// 获取场景中所有视频模板列表
cloudObj.RtAPI("getVideoPannelList", params, (res) => {
console.log(res);
});1
2
3
4
5
2
3
4
5
