Layer 224
PhoneCheckGroupCall
Check whether the group call Server Forwarding Unit is currently receiving the streams with the specified Web RTC source IDs. Returns an intersection of the source IDs specified in sources, and the source IDs currently being forwarded by the SFU.
method
Users
Parameters
| Name | Type | Description |
|---|---|---|
| Call | InputGroupCall | Group call |
| Sources | Vector<int> | Source IDs |
Returns
VectorGogram Example
// PhoneCheckGroupCall - positional arguments result, err := client.PhoneCheckGroupCall(&tg.InputGroupCall{}, []int{}) if err != nil { // handle error } // result is *tg.Vector
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. |