MediaDeviceInfo

@Serializable
data class MediaDeviceInfo(val deviceId: String, val groupId: String, val kind: String, val label: String)

Information that describes a single media input or output device.

Values are set from CallClient.enumerateDevices.

Constructors

Link copied to clipboard
constructor(deviceId: String, groupId: String, kind: String, label: String)

Properties

Link copied to clipboard

Identifier for the represented device that is persisted across application launches.

Link copied to clipboard
Link copied to clipboard

Enumerated value specifying the device kind.

Link copied to clipboard

A label describing this device (e.g. "External USB Webcam").