mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-9106 up default FPS to 30
This commit is contained in:
parent
8ad3d5cb24
commit
0685a073ed
@ -2464,7 +2464,7 @@ conference_obj_t *conference_new(char *name, conference_xml_cfg_t cfg, switch_co
|
||||
conference_video_mode_t conference_video_mode = CONF_VIDEO_MODE_PASSTHROUGH;
|
||||
int conference_video_quality = 1;
|
||||
int auto_kps_debounce = 30000;
|
||||
float fps = 15.0f;
|
||||
float fps = 30.0f;
|
||||
uint32_t max_members = 0;
|
||||
uint32_t announce_count = 0;
|
||||
char *maxmember_sound = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user