mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 03:06:45 +02:00
VAD sort of works
This commit is contained in:
@ -623,7 +623,8 @@ ToxWindow new_friendlist(void)
|
||||
ret.onRequestTimeout = &friendlist_onAv;
|
||||
ret.onPeerTimeout = &friendlist_onAv;
|
||||
|
||||
ret.call_index = -1;
|
||||
ret.call_idx = -1;
|
||||
ret.device_selection[0] = ret.device_selection[1] = -1;
|
||||
#endif /* _SUPPORT_AUDIO */
|
||||
|
||||
strcpy(ret.name, "friends");
|
||||
|
Reference in New Issue
Block a user