larksr_websdk 3.2.319 → 3.2.320
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/doc/config.md +7 -0
- package/dist/doc/functions.md +1 -1
- package/dist/doc/update.md +2 -2
- package/dist/larksr-web-sdk.min.js +1 -1
- package/dist/types/larksr.d.ts +1 -1
- package/package.json +1 -1
- package/types/larksr.d.ts +1 -1
package/dist/types/larksr.d.ts
CHANGED
|
@@ -821,7 +821,7 @@ declare class LarkSR extends EventBase<LarkSRClientEvent, LarkSREvent> {
|
|
|
821
821
|
} | undefined>;
|
|
822
822
|
/**
|
|
823
823
|
* 打开一个视频设备,要注意浏览器限制在 https 或者 localhost 下才能打开视频
|
|
824
|
-
*
|
|
824
|
+
* @param audio boolean 是否同时开启音频
|
|
825
825
|
* @param cameraId 视频设备id,如果不传将打开默认设备。@see getConnectedVideoinputDevices
|
|
826
826
|
* @returns Promise
|
|
827
827
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "larksr_websdk",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.320",
|
|
4
4
|
"description": "Larksr websdk. Easy to build a cloud render client for larksr system or ue4 pixelstreaming.docs: https://pingxingyun.github.io/webclient_sdk/",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pingxingyun",
|
package/types/larksr.d.ts
CHANGED
|
@@ -821,7 +821,7 @@ declare class LarkSR extends EventBase<LarkSRClientEvent, LarkSREvent> {
|
|
|
821
821
|
} | undefined>;
|
|
822
822
|
/**
|
|
823
823
|
* 打开一个视频设备,要注意浏览器限制在 https 或者 localhost 下才能打开视频
|
|
824
|
-
*
|
|
824
|
+
* @param audio boolean 是否同时开启音频
|
|
825
825
|
* @param cameraId 视频设备id,如果不传将打开默认设备。@see getConnectedVideoinputDevices
|
|
826
826
|
* @returns Promise
|
|
827
827
|
*/
|