ChannelCallStateFlags
Description:
[ CCode ( cprefix = "TP_CHANNEL_CALL_STATE_" , has_type_id = false ) ]
[ Flags ]
public enum ChannelCallStateFlags
A set of flags representing call states.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CONFERENCE_HOST -
This contact has merged this call into a conference.
- FORWARDED -
The initiator of the call originally called a contact other than the current recipient of
the call, but the call was then forwarded or diverted.
- HELD -
The contact has placed the call on hold, and will not receive media from the local user or any other participants until they
unhold the call again.
- IN_PROGRESS -
Progress has been made in placing the outgoing call, but the destination contact may not
have been made aware of the call yet (so the Ringing state is not appropriate).
- QUEUED -
The contact is temporarily unavailable, and the call has been placed in a queue (e.g. 182 Queued in SIP, or call-waiting in
telephony).
- RINGING -
The contact has been alerted about the call but has not responded (e.g. 180 Ringing in SIP).