summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index c1c6019c..5e82faa6 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -187,11 +187,6 @@ bool toxav_answer(ToxAV *av, uint32_t friend_number, uint32_t audio_bit_rate, ui
187 ******************************************************************************/ 187 ******************************************************************************/
188typedef enum TOXAV_CALL_STATE { 188typedef enum TOXAV_CALL_STATE {
189 /** 189 /**
190 * The friend's client is aware of the call. This happens after calling
191 * toxav_call and the initial call request has been received.
192 */
193 TOXAV_CALL_STATE_RINGING,
194 /**
195 * Not sending anything. Either the friend requested that this client stops 190 * Not sending anything. Either the friend requested that this client stops
196 * sending anything, or the client turned off both audio and video by setting 191 * sending anything, or the client turned off both audio and video by setting
197 * the respective bit rates to 0. 192 * the respective bit rates to 0.