Closed sahej-dev closed 2 months ago
The method to set audio device required an argument of type DeviceId which is defined in the daily_flutter (a third-party package). Hence, any project using this package which is not directly depending on daily_flutter is unable to use the method.
DeviceId
daily_flutter
void setAudioDevice({required DeviceId deviceId}) { _client!.setAudioDevice(deviceId: deviceId); }
The method to set audio device required an argument of type
DeviceId
which is defined in thedaily_flutter
(a third-party package). Hence, any project using this package which is not directly depending ondaily_flutter
is unable to use the method.