Layer 227
PhoneGetGroupCallStreamChannels
Get the available stream channels and current playback timestamp of an RTMP-mode video chat, livestream or live story, see here for the full flow. The group call must be joined before invoking this method. Send the request to the media DC specified by group Call. stream_dc_id.
method
Users
phone.getGroupCallStreamChannels#1ab21940 call:InputGroupCall = phone.GroupCallStreamChannels;
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | RTMP-mode video chat, livestream or live story |
Returns
phone.GroupCallStreamChannelsGogram Example
// PhoneGetGroupCallStreamChannels - positional arguments result, err := client.PhoneGetGroupCallStreamChannels(&tg.InputGroupCall{}) if err != nil { // handle error } // result is *tg.PhoneGroupCallStreamChannels
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. |