Struct AudioDevice
- Namespace
- LiveKit
Information about an audio device (microphone or speaker).
public struct AudioDevice
- Inherited Members
- Extension Methods
Fields
Guid
Platform-specific unique device identifier (GUID). This is stable across device additions/removals and should be preferred over index for device selection.
public string Guid
Field Value
Index
Device index (0-based). Note: indices can change when devices are added/removed.
public uint Index
Field Value
Name
Device name as reported by the operating system.
public string Name