kucservice 1.2.1 → 1.2.3
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/kucservice.common.js +2 -2
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +2 -2
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/kucservice.umd.js
CHANGED
|
@@ -10120,14 +10120,14 @@ var getH265PlayerObj = function getH265PlayerObj(rtcServe, doceProUrl, videoConf
|
|
|
10120
10120
|
};
|
|
10121
10121
|
var h265Play = new h265({
|
|
10122
10122
|
rtcServe: rtcServe,
|
|
10123
|
-
decUrl: doceProUrl || '
|
|
10123
|
+
decUrl: doceProUrl || './decoder/decoder-pro.js',
|
|
10124
10124
|
videoConfig: videoConfig || videoConfigdefault
|
|
10125
10125
|
});
|
|
10126
10126
|
return h265Play;
|
|
10127
10127
|
};
|
|
10128
10128
|
|
|
10129
10129
|
var common_request_initPhoneClientWs = function initPhoneClientWs(ws) {
|
|
10130
|
-
var phoneClientObj = phoneClient_j(ws);
|
|
10130
|
+
var phoneClientObj = new phoneClient_j(ws);
|
|
10131
10131
|
return phoneClientObj;
|
|
10132
10132
|
}; // 组合发送ws信息
|
|
10133
10133
|
|
|
Binary file
|