You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
group_call=GroupCall(client, 'input.raw', enable_logs_to_console=False)
group_call=GroupCallDevice(client, audio_output_device='MacBook Air Speakers')
New ways (by default factory use Pyrogram MTProto bridge):
group_call_factory=GroupCallFactory(pyro_client, enable_logs_to_console=False)
file_group_call=group_call_factory.get_file_group_call('input.raw')
device_group_call=group_call_factory.get_device_group_call(audio_output_device='External Headphones')
# one more wayfile_group_call=group_call_factory.get(GroupCallFactory.GROUP_CALL_TYPE.FILE, input_filename='input.raw')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Instance creating
Old ways:
New ways (by default factory use Pyrogram MTProto bridge):
Group Call factory for Telethon:
Beta Was this translation helpful? Give feedback.
All reactions