@xmov/avatar 2.0.0-alpha.57 → 2.0.0-alpha.58

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.
@@ -42,10 +42,10 @@ export default class XingyunAvatarAgent extends XmovAvatar {
42
42
  init(params?: XingyunAvatarAgentInitParams): Promise<ISessionResponse | null | undefined>;
43
43
  private initialize;
44
44
  private beginInitialSession;
45
- start(): void;
45
+ protected start(): void;
46
46
  protected onTtsaReady(sessionInfo?: ISessionResponse): void;
47
47
  private abortInitialization;
48
- stop(): Promise<void>;
48
+ protected stop(): Promise<void>;
49
49
  switchInvisibleMode(): Promise<void>;
50
50
  destroy(reason?: string): Promise<void>;
51
51
  ask(text: string): Promise<void>;