Add NONE enumerator to bit mask.

This commit is contained in:
iphydf 2016-11-20 16:38:30 +00:00
parent 878efdc969
commit 3bc5ad1c13

View File

@ -315,6 +315,11 @@ bool toxav_answer(ToxAV *av, uint32_t friend_number, uint32_t audio_bit_rate, ui
enum TOXAV_FRIEND_CALL_STATE { enum TOXAV_FRIEND_CALL_STATE {
/**
* The empty bit mask. None of the bits specified below are set.
*/
TOXAV_FRIEND_CALL_STATE_NONE = 0,
/** /**
* Set by the AV core if an error occurred on the remote end or if friend * Set by the AV core if an error occurred on the remote end or if friend
* timed out. This is the final state after which no more state * timed out. This is the final state after which no more state