mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 01:28:46 +00:00
Update tgcalls
This commit is contained in:
@@ -243,7 +243,10 @@ tgcalls::VideoCaptureInterfaceObject *GetVideoCaptureAssumingSameThread(tgcalls:
|
||||
}
|
||||
|
||||
-(void)setOnFatalError:(dispatch_block_t _Nullable)onError {
|
||||
#if TARGET_OS_IOS
|
||||
#else
|
||||
_interface->setOnFatalError(onError);
|
||||
#endif
|
||||
}
|
||||
|
||||
- (void)makeOutgoingVideoView:(void (^_Nonnull)(UIView<OngoingCallThreadLocalContextWebrtcVideoView> * _Nullable))completion {
|
||||
@@ -967,8 +970,8 @@ private:
|
||||
}
|
||||
|
||||
std::vector<tgcalls::VideoCodecName> videoCodecPreferences;
|
||||
//videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP8);
|
||||
videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP9);
|
||||
videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP8);
|
||||
//videoCodecPreferences.push_back(tgcalls::VideoCodecName::VP9);
|
||||
|
||||
int minOutgoingVideoBitrateKbit = 100;
|
||||
#if DEBUG
|
||||
|
||||
Submodule submodules/TgVoipWebrtc/tgcalls updated: 94a9c7b4e4...bffd2b4131
Reference in New Issue
Block a user