pytgcalls / pytgcalls

Async client API for the Telegram Calls
http://pytgcalls.github.io/
GNU Lesser General Public License v3.0
297 stars 165 forks source link

join_group_call without playing anything #175

Closed rainrisa closed 11 months ago

rainrisa commented 1 year ago

Is your feature request related to a problem? Please describe. I want to join vidcall without playing anything, and just listen to other person when they talk

Describe the solution you'd like Seems like join_group_call really needs a stream parameter, can we just set it to None ?https://github.com/pytgcalls/pytgcalls/blob/4e697ef4d9842ab88c0362eac278538e61ee134c/pytgcalls/methods/groups/join_group_call.py#L37-L44

TuriOG commented 11 months ago

It is now possible if you upgrade to the current latest version (1.0.2).