Skip to content

Commit

Permalink
small things
Browse files Browse the repository at this point in the history
  • Loading branch information
duvallj committed Apr 10, 2024
1 parent 50d8fce commit ec0ea06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <memory>

#include <src/modules/audio_device/include/test_audio_device.h>
#include <webrtc/api/audio_codecs/builtin_audio_decoder_factory.h>
#include <webrtc/api/audio_codecs/builtin_audio_encoder_factory.h>
#include <webrtc/api/create_peerconnection_factory.h>
Expand Down Expand Up @@ -71,6 +70,7 @@ PeerConnectionFactory::PeerConnectionFactory(const Napi::CallbackInfo &info)
(void)result;

_taskQueueFactory = webrtc::CreateDefaultTaskQueueFactory();
assert(_taskQueueFactory != nullptr);

_audioDeviceModule =
_workerThread->Invoke<rtc::scoped_refptr<webrtc::AudioDeviceModule>>(
Expand Down

0 comments on commit ec0ea06

Please sign in to comment.