UNPKG

@rongcloud/plugin-wechat-rtc

Version:

@rongcloud/plugin-wechat-rtc

22 lines 387 B
/** * 通知拉取到的房间增量数据列表中每一项数据的动作 */ export declare enum PullRoomStatusEvent { /** * 人员加入 */ JOIN = 0, /** * 人员离开 */ LEAVE = 1, /** * 人员离线 */ OFFLINE = 2, /** * 资源变动 */ RESOURCECHANGE = 3 } //# sourceMappingURL=PullRoomStatusEvent.d.ts.map