weboffice-js-sdk 2.0.5-beta.5 → 2.0.5-beta.6

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.
@@ -516,7 +516,6 @@ export interface PresentationFacade {
516
516
  start: (index?: number) => Promise<void>;
517
517
  quit: () => Promise<void>;
518
518
  startFromCurrent: () => Promise<void>;
519
- /** 当前 iframe receiver 尚未承接,调用会由运行时返回不支持错误。 */
520
519
  startRemoteLive: () => Promise<void>;
521
520
  startSpeakerView: () => Promise<void>;
522
521
  addChangeListener: (listener: (payload: unknown) => void) => () => void;