mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Set min bitrate
This commit is contained in:
parent
d3434bc02c
commit
53e8686cb7
1 changed files with 1 additions and 4 deletions
|
|
@ -973,10 +973,7 @@ private:
|
|||
videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP8);
|
||||
//videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP9);
|
||||
|
||||
int minOutgoingVideoBitrateKbit = 100;
|
||||
#if DEBUG
|
||||
//minOutgoingVideoBitrateKbit = 900;
|
||||
#endif
|
||||
int minOutgoingVideoBitrateKbit = 500;
|
||||
|
||||
__weak GroupCallThreadLocalContext *weakSelf = self;
|
||||
_instance.reset(new tgcalls::GroupInstanceCustomImpl((tgcalls::GroupInstanceDescriptor){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue