Skip to content

Commit

Permalink
Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 28, 2022
1 parent a5da936 commit d20de8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tgcalls/group/GroupInstanceCustomImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3314,7 +3314,6 @@ class GroupInstanceCustomInternal : public sigslot::has_slots<>, public std::ena
private:
rtc::scoped_refptr<WrappedAudioDeviceModule> createAudioDeviceModule() {
auto audioDeviceDataObserverShared = _audioDeviceDataObserverShared;
auto disableRecording = _disableAudioInput;
const auto create = [&](webrtc::AudioDeviceModule::AudioLayer layer) {
#ifdef WEBRTC_IOS
return rtc::make_ref_counted<webrtc::tgcalls_ios_adm::AudioDeviceModuleIOS>(false, disableRecording);
Expand Down

1 comment on commit d20de8e

@VityaSchel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

дизлайк за то что нет норм ридми

Please sign in to comment.