async reInitializeMeetingSession()

in web-ui/src/components/chime/ChimeSdkWrapper.js [88:98]


  async reInitializeMeetingSession(JoinInfo, name) {
    this.configuration = new MeetingSessionConfiguration(
      JoinInfo.Meeting,
      JoinInfo.Attendee,
    );
    await this.initializeMeetingSession(this.configuration);

    this.title = JoinInfo.Title;
    this.name = name;
    // this.region = region;
  }