model/audio_devices library

Classes

AudioDevices
A class representing audio devices used in calls.

Functions

audioDevicesFromJson(String str) List<AudioDevices>
Converts a JSON string to a list of AudioDevices.
audioDevicesToJson(List<AudioDevices> data) String
Converts a list of AudioDevices to a JSON string.