LocalHoldState
Description:
[ CCode ( cprefix = "TP_LOCAL_HOLD_STATE_" , has_type_id = false ) ]
public enum LocalHoldState
The hold state of a channel.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- HELD - All streams are
held (the call is on hold)
- PENDING_HOLD -
The connection manager is attempting to move to state Held, but has not yet completed that operation.
- PENDING_UNHOLD -
The connection manager is attempting to move to state Unheld, but has not yet completed that operation.
- UNHELD - All streams
are unheld (the call is active).