MarshalX / tgcalls

Voice chats, private incoming and outgoing calls in Telegram for Developers
https://t.me/tgcallslib
GNU Lesser General Public License v3.0
516 stars 91 forks source link

2.0.0 dev 4 #130

Closed MarshalX closed 3 years ago

MarshalX commented 3 years ago

fix issue with memory de-allocation in group call raw; apply fix of building without pipewire from tg devs; restore ability to get audio devices; add ability to get list of audio devices instead of print; rename isGroupCallStarted to isGroupCallNativeCreated; make methods with printing audio devices deprecated; move code that works with audio device model from tgcalls to binding (its possible via performWithAudioDeviceModule tgcalls method).