in web-ui/src/components/chime/ChimeSdkWrapper.js [25:43]
initializeSdkWrapper() {
this.meetingSession = null;
this.audioVideo = null;
this.title = null;
this.name = null;
this.region = null;
this.currentAudioInputDevice = null;
this.currentAudioOutputDevice = null;
this.currentVideoInputDevice = null;
this.audioInputDevices = [];
this.audioOutputDevices = [];
this.videoInputDevices = [];
this.devicesUpdatedCallbacks = [];
this.roster = {};
this.rosterUpdateCallbacks = [];
this.configuration = null;
this.messagingSocket = null;
this.messageUpdateCallbacks = [];
}