FS-9106 up default FPS to 30

This commit is contained in:
Anthony Minessale 2016-04-26 23:19:25 -05:00
parent 8ad3d5cb24
commit 0685a073ed

View File

@ -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;