UNPKG
@rongcloud/plugin-wechat-rtc
Version:
alpha (5.5.0-alpha.1)
enterprise (5.1.0-enterprise.1)
enterprise-alpha (5.2.0-enterprise-alpha.1)
latest (5.4.0)
5.5.0-alpha.1
5.4.0
5.4.0-alpha.1
5.3.0
5.3.0-alpha.1
5.2.0
5.2.0-enterprise-alpha.1
5.1.1
5.1.1-enterprise-alpha.1
5.1.0
5.1.0-enterprise-alpha.1
5.1.0-enterprise.1
5.1.0-alpha.1
5.0.2
5.0.2-alpha.1
5.0.1
5.0.0
@rongcloud/plugin-wechat-rtc
www.rongcloud.cn
@rongcloud/plugin-wechat-rtc
/
components
/
core
/
enums
/
RCResourceState.d.ts
11 lines
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
RCResourceState
{
/** * 资源可用 */
enable =
1
,
/** * 资源不可用 */
disable =
0
}
//# sourceMappingURL=RCResourceState.d.ts.map