Update API scheme on layer 202.

This commit is contained in:
John Preston
2025-04-09 10:28:21 +04:00
parent a569495f5d
commit 2a7aac76d9
14 changed files with 104 additions and 145 deletions

View File

@@ -116,7 +116,7 @@ int AppConfig::confcallSizeLimit() const {
bool AppConfig::confcallPrioritizeVP8() const {
AssertIsDebug();
return true;
return false;
return get<bool>(u"confcall_use_vp8"_q, false);
}