云席组件
引入
在线文件引入方式
// script 标签引入,根据版本号引入JS版本。
// 该功能只有移动端组件
<script src="https://websdk.videocc.net/interactions-receive-sdk-ui-default/0.24.0/lib/MobileSeatTableMeeting/MobileSeatTableMeeting.umd.min.js"></script>
<script src="https://websdk.videocc.net/interactions-receive-sdk-ui-default/0.24.0/lib/MobileSeatTableVertical/MobileSeatTableVertical.umd.min.js"></script>
<script>
const MobileSeatTableMeeting = window.PolyvIRScene.MobileSeatTableMeeting.default;
</script>import 方式引入(推荐)
// 移动端
import MobileSeatTableMeeting from '@polyv/interactions-receive-sdk-ui-default/lib/MobileSeatTableMeeting';
import MobileSeatTableVertical from '@polyv/interactions-receive-sdk-ui-default/lib/MobileSeatTableVertical';代码示例
MobileSeatTableMeeting
Attributes
属性名
类型
默认值
含义
Events
事件名
参数类型
参数含义
说明
MobileSeatTableVertical
Attributes
属性名
类型
默认值
含义
Events
事件名
参数类型
参数含义
说明
MobileSeatFollowList
Attributes
属性名
类型
默认值
含义
Events
事件名
参数类型
参数含义
说明
MobileUserCard
Attributes
属性名
类型
默认值
含义
MobileSeatTips
Attributes
属性名
类型
默认值
含义
Last updated