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

group audio stuff

This commit is contained in:
Jfreegman
2014-12-09 18:29:07 -05:00
parent 424189cad9
commit 7865cea284
9 changed files with 58 additions and 83 deletions

View File

@ -33,10 +33,6 @@
#include "chat.h"
#include "file_senders.h"
#ifdef AUDIO
#include "audio_call.h"
#endif
extern ToxWindow *prompt;
extern FriendsList Friends;
@ -143,7 +139,7 @@ void cmd_join_group(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*ar
#ifdef AUDIO
else
groupnum = toxav_join_av_groupchat(m, self->num, (uint8_t *) groupkey, length,
write_device_callback_group, self);
write_device_callback_group, NULL);
#endif
if (groupnum == -1) {