phone.getGroupCallStreamChannels

Get info about RTMP streams in a group call or livestream.
This method should be invoked to the same group/channel-related DC used for downloading livestream chunks.
As usual, the media DC is preferred, if available.

 Method schema is available as of layer 139. Switch »

Parameters

Name Type Description
call InputGroupCall Group call or livestream

Result

phone.GroupCallStreamChannels

Possible errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.
400 GROUPCALL_JOIN_MISSING You haven't joined this group call.

Related pages

Uploading and Downloading Files

How to transfer large data batches correctly.

Go up