https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L273
if i call toxav_call to initiate a call, and i do not specify a valid audio bit rate, then it will not even ring.
it will fail with TOXAV_ERR_CALL_INVALID_BIT_RATE
video bit rate checking is totally disabled: https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L1016
is that ok? seems strange.
i think i should be able to make a call without audio (audio_bit_rate=0)
https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L273
if i call toxav_call to initiate a call, and i do not specify a valid audio bit rate, then it will not even ring.
it will fail with TOXAV_ERR_CALL_INVALID_BIT_RATE
video bit rate checking is totally disabled: https://github.com/TokTok/c-toxcore/blob/master/toxav/toxav.c#L1016
is that ok? seems strange.
i think i should be able to make a call without audio (audio_bit_rate=0)