VideoSDK ClassEventsVersion: 0.0.xOn this pageVideoSDK Class Events - Javascript device-changed The device-changed event is triggered whenever a media device such as a camera, microphone, or speaker is connected to or removed from the system. Event callback parameters devices : Array<DeviceInfo> Examplemeeting.on("device-changed", (devices) => { //});Got a Question? Ask us on discord