quickvo-sdk-js 1.5.9 → 1.5.11
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/enums/eventName.d.ts +1 -1
- package/dist/enums/notifyName.d.ts +2 -2
- package/dist/index.js +20870 -21021
- package/dist/index.umd.cjs +3 -3
- package/dist/protos/compiled.d.ts +6921 -7248
- package/dist/room/RoomCalls.d.ts +8 -2
- package/dist/room/RoomMedias.d.ts +1 -1
- package/dist/room/RoomUsers.d.ts +4 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ export declare const enum_eventName: {
|
|
|
23
23
|
readonly heartbeatEx: "慢心跳";
|
|
24
24
|
readonly ackMsg: "确认收到消息";
|
|
25
25
|
readonly reportNetwork: "上报网络类型";
|
|
26
|
-
readonly
|
|
26
|
+
readonly reportP2PConnectEx: "上报P2P连接结果";
|
|
27
27
|
readonly debugger: "调试";
|
|
28
28
|
readonly ai: "WorkerAi调试";
|
|
29
29
|
readonly shutdown: "清除缓存";
|
|
@@ -20,11 +20,11 @@ export declare const enum_notifyName: {
|
|
|
20
20
|
readonly onUpdateCall: "更新通讯状态";
|
|
21
21
|
readonly onUpdateStreams: "更新媒体流";
|
|
22
22
|
readonly onTrackInactive: "通知轨道失效";
|
|
23
|
-
readonly
|
|
23
|
+
readonly onAttemptP2PEx: "尝试与对方建立P2P连接";
|
|
24
24
|
readonly onOffer: "收到P2P-offer";
|
|
25
25
|
readonly onAnswer: "收到P2P-answer";
|
|
26
26
|
readonly onCandidate: "收到P2P候选信息-candidate";
|
|
27
|
-
readonly
|
|
27
|
+
readonly onDisconnectedP2P: "监听关闭P2P";
|
|
28
28
|
readonly onUpdatePermissions: "更新推流权限通知";
|
|
29
29
|
readonly onTokenExpired: "Token已过期";
|
|
30
30
|
readonly onDestroyRoom: "直播模式房间销毁";
|