mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 06:36:46 +02:00
Implemented audio calls using new ToxAV API
This commit is contained in:
@ -68,12 +68,10 @@ int stop_video_transmission(Call *call, int friend_number)
|
||||
*/
|
||||
void cmd_enablevid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
||||
{
|
||||
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Video Enabled");
|
||||
return;
|
||||
}
|
||||
|
||||
void cmd_disablevid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
||||
{
|
||||
line_info_add(self, NULL, NULL, NULL, SYS_MSG, 0, 0, "Video Disabled");
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user