constructor()

in amplify-video-frontend/src/App.js [70:80]


  constructor(props){
    super(props);
    this.state = {
      openAddEdit: false,
      openVideoChat: false,
      channelId: "",
      channelName: "",
      channelUrl: "",
      channels: []
    };
  }