1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-24 13:03:16 +01:00

group audio almost works

This commit is contained in:
Jfreegman
2014-11-26 15:22:34 -05:00
parent 751b5f9943
commit 09bbec79cf
10 changed files with 98 additions and 95 deletions

View File

@@ -50,6 +50,10 @@ typedef struct {
uint8_t *oldpeer_names;
uint16_t *peer_name_lengths;
uint16_t *oldpeer_name_lengths;
#ifdef AUDIO
Call call;
#endif
} GroupChat;
void kill_groupchat_window(ToxWindow *self);