trtc-cloud-js-sdk 2.12.2-beta.23 → 2.12.2-beta.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trtc-cloud-js-sdk",
3
- "version": "2.12.2-beta.23",
3
+ "version": "2.12.2-beta.25",
4
4
  "description": "Tencent Cloud RTC SDK for Web And Electron",
5
5
  "main": "trtc-cloud-js-sdk.js",
6
6
  "module": "trtc-cloud-js-sdk.esm.js",
@@ -936,7 +936,7 @@ declare class TRTCMediaMixingManager implements ITRTCMediaMixingManager {
936
936
  }
937
937
 
938
938
  declare type WhiteboardToolType = 'pen' | 'rect' | 'ellipse' | 'arrow' | 'laser' | 'eraserObject';
939
- declare type WhiteboardOp = 'undo' | 'redo' | 'clearall' | 'clearself';
939
+ declare type WhiteboardOp = 'undo' | 'redo' | 'clearall';
940
940
  declare type WhiteboardSessionStalledReason = 'silence' | 'queue-full';
941
941
  declare enum TRTCWhiteboardEvent {
942
942
  STARTED = "started",
@@ -1035,8 +1035,6 @@ declare class TRTCWhiteboardManager implements ITRTCWhiteboardManager {
1035
1035
  private _getWhiteboardPlugin;
1036
1036
  private _emitWhiteboardEvent;
1037
1037
  private _applyRemoteCommand;
1038
- private _buildPluginOptions;
1039
- private _buildOperationOptions;
1040
1038
  on(event: string, func: (...args: any[]) => void): void;
1041
1039
  off(event: string, func: (...args: any[]) => void): void;
1042
1040
  destroy(): Promise<void>;