Mannol toxav fix.

This commit is contained in:
irungentoo 2015-11-17 18:41:00 -05:00
parent e1089c1779
commit 4df59de504
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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;