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.
@@ -821,7 +821,7 @@ declare class LarkSR extends EventBase<LarkSRClientEvent, LarkSREvent> {
821
821
  } | undefined>;
822
822
  /**
823
823
  * 打开一个视频设备,要注意浏览器限制在 https 或者 localhost 下才能打开视频
824
- * 注意不包含音频,如果需要同时打开默认的视频和音频请 @see openDefaultMedia
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.319",
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
- * 注意不包含音频,如果需要同时打开默认的视频和音频请 @see openDefaultMedia
824
+ * @param audio boolean 是否同时开启音频
825
825
  * @param cameraId 视频设备id,如果不传将打开默认设备。@see getConnectedVideoinputDevices
826
826
  * @returns Promise
827
827
  */