UNPKG

@rongcloud/plugin-wechat-rtc

Version:

@rongcloud/plugin-wechat-rtc

11 lines 246 B
export declare enum RCKickReason { /** * Server 主动踢(掉 Server API 踢出) */ SERVER_KICK = 1, /** * 其他设备登陆后,本端被踢 */ OTHER_KICK = 2 } //# sourceMappingURL=RCKickReason.d.ts.map