MediaDeviceInfo

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

Information that describes a single media input or output device.

Values are set from CallClient.enumerateDevices.

Constructors

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

Properties

Link copied to clipboard
val deviceId: String

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

Link copied to clipboard
val groupId: String
Link copied to clipboard
val kind: String

Enumerated value specifying the device kind.

Link copied to clipboard
val label: String

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