1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 17:16:36 +01:00

Implemented audio calls using new ToxAV API

This commit is contained in:
cnhenry
2015-07-03 14:39:27 -05:00
parent 3241551cfb
commit f2121fae74
12 changed files with 142 additions and 3553 deletions

View File

@@ -77,10 +77,10 @@ static struct cmd_func chat_commands[] = {
{ "/hangup", cmd_hangup },
{ "/mute", cmd_mute },
{ "/sense", cmd_sense },
#ifdef VIDEO
{ "/enablevid", cmd_enablevid },
{ "/disablevid",cmd_disablevid },
#endif /* VIDEO */
//#ifdef VIDEO
//{ "/enablevid", cmd_enablevid },
//{ "/disablevid",cmd_disablevid },
//#endif /* VIDEO */
#endif /* AUDIO */
{ NULL, NULL },
};