mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add NONE enumerator to bit mask.
This commit is contained in:
parent
878efdc969
commit
3bc5ad1c13
|
@ -315,6 +315,11 @@ bool toxav_answer(ToxAV *av, uint32_t friend_number, uint32_t audio_bit_rate, ui
|
|||
|
||||
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
|
||||
* timed out. This is the final state after which no more state
|
||||
|
|
Loading…
Reference in New Issue
Block a user