mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-14 04:53:02 +01:00
Disable recv video callback for now
This commit is contained in:
parent
0d07d14b13
commit
f707dce2da
@ -188,6 +188,8 @@ void video_bit_rate_status_cb(ToxAV *av, uint32_t friend_number, uint32_t audio_
|
||||
|
||||
void callback_recv_video_starting(uint32_t friend_number)
|
||||
{
|
||||
return;
|
||||
|
||||
Call* this_call = &CallControl.calls[friend_number];
|
||||
|
||||
if ( this_call->vout_idx != -1 )
|
||||
|
Loading…
Reference in New Issue
Block a user