Skip to content
Snippets Groups Projects
Commit 45a40d14 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "app_meetme: Set default value for audio_buffers."

parents cb99d15e fcaebb0e
No related branches found
No related tags found
No related merge requests found
......@@ -5774,6 +5774,9 @@ static void meetme_set_defaults(void)
/* Logging of participants defaults to ON for compatibility reasons */
rt_log_members = 1;
/* Set default number of buffers to be allocated. */
audio_buffers = DEFAULT_AUDIO_BUFFERS;
}
static void load_config_meetme(int reload)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment