mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 00:56:34 +01:00
Per-call pending status and state handling
* Proper handling of incoming video calls. * Add command /vcall for initiating video calls * Add command /res command to set video resolution
This commit is contained in:
@@ -92,7 +92,9 @@ static struct cmd_func chat_commands[] = {
|
||||
{ "/bitrate", cmd_bitrate },
|
||||
#endif /* AUDIO */
|
||||
#ifdef VIDEO
|
||||
{ "/vcall", cmd_vcall },
|
||||
{ "/video", cmd_video },
|
||||
{ "/res", cmd_res },
|
||||
#endif /* VIDEO */
|
||||
{ NULL, NULL },
|
||||
};
|
||||
@@ -105,7 +107,7 @@ static struct cmd_func conference_commands[] = {
|
||||
{ "/mute", cmd_conference_mute },
|
||||
{ "/sense", cmd_conference_sense },
|
||||
#endif /* AUDIO */
|
||||
{ NULL, NULL },
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user