Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1getDeviceCapabilities(deviceInfo): Promise<MediaTrackCapabilities | null>
Returns the capabilities of a media device.
The device to query. See MediaDeviceInfo.
MediaDeviceInfo
Promise<MediaTrackCapabilities | null>
The device capabilities, or null if unavailable.
null
1await client.getDeviceCapabilities(deviceInfo);