constructor()

in src/App.js [20:29]


  constructor() {
    super();

    this.state = {
      isInMeeting: false,
      isLoading: false,
      meetingTitle: '',
      selfAttendeeId: ''
    }
  }