phone.CheckGroupCall#
- class pyrogram.raw.functions.phone.CheckGroupCall#
Check which of the specified source IDs the server still recognizes as joined to a group call. This method can be used with all group call types, see here for more info. After joining the main connection with phone.joinGroupCall, pass its non-zero SSRC/source ID to this method periodically. If a presentation connection is also active, include the separate source registered using phone.joinGroupCallPresentation. The method returns the subset of the supplied sources that are still joined. A missing source means that the corresponding connection must be recreated and joined again; it does not indicate whether media packets are currently flowing. If the method returns GROUPCALL_JOIN_MISSING, the main connection must be rejoined.
Usable by ✅ Users ❌ Bots- Details:
Layer:
227ID:
B59CF977
- Parameters:
call (
InputGroupCall) – Group call whose WebRTC connections should be checkedsources (List of
int32-bit) – Non-zero SSRC/source IDs of the caller’s main and presentation connections
- Returns:
List of
int32-bit