trtc-cloud-js-sdk 2.12.2-beta.24 → 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
package/trtc-cloud-js-sdk.d.ts
CHANGED
|
@@ -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'
|
|
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>;
|