Skip to main content
Version: 0.0.x

VideoSDK 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>

Example

meeting.on("device-changed", (devices) => {
//
});

Got a Question? Ask us on discord


Was this helpful?