larksr_websdk 3.2.341 → 3.2.343

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.
@@ -218,5 +218,11 @@ interface ILarkSRConfig {
218
218
  * 单独上传流程要求渲染服务器版本大于3290)
219
219
  */
220
220
  useSeparateMediaSharePeer?: boolean;
221
+ /**
222
+ * 是否启用 canvas 渲染. 默认关闭
223
+ * 要注意移动端开启 canvas 会消耗额外性能。
224
+ * 已知问题: iOS 在关闭 canvas 模式下,忽略狂高比的拉伸模式无效。
225
+ */
226
+ enableCanvasRender?: boolean;
221
227
  }
222
228
  ```