Table of Contents

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

string

Index

Device index (0-based). Note: indices can change when devices are added/removed.

public uint Index

Field Value

uint

Name

Device name as reported by the operating system.

public string Name

Field Value

string