SendingState
Description:
[ CCode ( cprefix = "TP_SENDING_STATE_" , has_type_id = false ) ]
public enum SendingState
Enum indicating whether a contact is sending media.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- NONE - The contact is
not sending media and has not been asked to do so.
- PENDING_SEND -
The contact has been asked to start sending media.
- PENDING_STOP_SENDING -
The contact has been asked to stop sending media.
- SENDING - The contact
is sending media.