Represents a conference call (or an invitation to a conference call, if neither the missed nor active flags are set).
If call_requests_disabled is not set or false, an incoming messageActionConferenceCall with the missed and active flags not set should trigger ringing and an incoming call screen, just like for one-on-one calls.
Constructor schema is available as of layer 202. Switch ยป
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| missed | flags.0?true | Whether the conference call has ended and the user hasn't joined. |
| active | flags.1?true | Whether the user is currently in the conference call. |
| video | flags.4?true | Whether this is a video conference call. |
| call_id | long | Call ID. |
| duration | flags.2?int | Call duration, for left calls only. |
| other_participants | flags.3?Vector<Peer> | Identifiers of some other call participants. |
The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.
Represents a conference call (or an invitation to a conference call, if neither the missed nor active flags are set).
If call_requests_disabled is not set or false, an incoming messageActionConferenceCall with the missed and active flags not set should trigger ringing and an incoming call screen, just like for one-on-one calls.