@netless/app-slide 0.0.29 → 0.0.30

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.
@@ -18,7 +18,6 @@ export interface SlideControllerOptions {
18
18
  export declare class SlideController {
19
19
  readonly context: SlideControllerOptions["context"];
20
20
  readonly slide: Slide;
21
- readonly debug: boolean;
22
21
  private readonly channel;
23
22
  private readonly room?;
24
23
  private readonly player?;