@rongcloud/engine 4.6.0-beem.4 → 4.6.0-beem.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
- * RCEngine - v4.6.0-beem.4
3
- * CommitId - 91772ec0ea266506f30b033d87f886e79ae4c209
4
- * Fri Apr 01 2022 10:49:32 GMT+0800 (China Standard Time)
2
+ * RCEngine - v4.6.0-beem.5
3
+ * CommitId - be09ae60f45b2f2e97b0f7897216e2bbfbc6a1c5
4
+ * Thu May 12 2022 18:23:09 GMT+0800 (China Standard Time)
5
5
  * ©2020 RongCloud, Inc. All rights reserved.
6
6
  */
7
7
  /**
@@ -1204,7 +1204,19 @@ declare enum RTCMode {
1204
1204
  /**
1205
1205
  * 直播模式
1206
1206
  */
1207
- LIVE = 2
1207
+ LIVE = 2,
1208
+ /**
1209
+ * sip呼叫
1210
+ */
1211
+ SIP = 4,
1212
+ /**
1213
+ * 呼叫模式.包括单呼和群呼
1214
+ */
1215
+ CALL = 5,
1216
+ /**
1217
+ * 会议
1218
+ */
1219
+ MEETING = 6
1208
1220
  }
1209
1221
  /**
1210
1222
  * 直播类型