mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Mannol toxav fix.
This commit is contained in:
parent
e1089c1779
commit
4df59de504
|
@ -513,7 +513,7 @@ bool toxav_call_control(ToxAV *av, uint32_t friend_number, TOXAV_CALL_CONTROL co
|
||||||
goto END;
|
goto END;
|
||||||
}
|
}
|
||||||
|
|
||||||
rtp_allow_receiving(call->audio.first);
|
rtp_allow_receiving(call->video.first);
|
||||||
} else {
|
} else {
|
||||||
rc = TOXAV_ERR_CALL_CONTROL_INVALID_TRANSITION;
|
rc = TOXAV_ERR_CALL_CONTROL_INVALID_TRANSITION;
|
||||||
goto END;
|
goto END;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user