From 4df59de5049a44ce4d0145526978aa94c10047c8 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 17 Nov 2015 18:41:00 -0500 Subject: [PATCH] Mannol toxav fix. --- toxav/toxav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toxav/toxav.c b/toxav/toxav.c index 9eda3412..aaeb6f2d 100644 --- a/toxav/toxav.c +++ b/toxav/toxav.c @@ -513,7 +513,7 @@ bool toxav_call_control(ToxAV *av, uint32_t friend_number, TOXAV_CALL_CONTROL co goto END; } - rtp_allow_receiving(call->audio.first); + rtp_allow_receiving(call->video.first); } else { rc = TOXAV_ERR_CALL_CONTROL_INVALID_TRANSITION; goto END;