mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
363 B
15 lines
363 B
#ifndef COREDEFINES_H |
|
#define COREDEFINES_H |
|
|
|
#define TOXAV_MAX_CALLS 16 |
|
#define GROUPCHAT_MAX_SIZE 32 |
|
#define TOX_SAVE_INTERVAL 30*1000 |
|
#define TOX_FILE_INTERVAL 0 |
|
#define TOX_BOOTSTRAP_INTERVAL 5*1000 |
|
#define TOXAV_RINGING_TIME 15 |
|
|
|
// TODO: Put that in the settings |
|
#define TOXAV_MAX_VIDEO_WIDTH 1600 |
|
#define TOXAV_MAX_VIDEO_HEIGHT 1200 |
|
|
|
#endif // COREDEFINES_H
|
|
|