1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 06:06:45 +02:00

A couple audio fixes (ugly but works)

- You will now receive an incoming call even if the caller's chat window is not opened
- Callbacks should all be working now
- Disable video command as video is currently broken
This commit is contained in:
Jfreegman
2015-11-03 20:36:41 -05:00
parent a5e5e98afc
commit 49f5efaab0
2 changed files with 72 additions and 22 deletions

View File

@ -246,6 +246,8 @@ void callback_video_end(uint32_t friend_number)
*/
void cmd_video(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
{
return; // TODO: Fix video
const char *error_str;
Call* this_call = &CallControl.calls[self->num];