MediaDevices.get_audio_devices function not working properly in pytgcalls library
app.play(
5752252443,
MediaStream(
MediaDevices.get_audio_devices()[0],
),
) // this method caused the error
app.play(
5752252443,
MediaStream(
MediaDevices.get_audio_devices()[0],
),
) // this method caused the error