MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / Init

Method Init

tgcalls/FakeAudioDeviceModule.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 int32_t Init() override {
82 return 0;
83 }
84
85 int32_t RegisterAudioCallback(webrtc::AudioTransport* callback) override {
86 std::unique_lock<std::mutex> lock(render_mutex_);

Callers 3

ChannelManagerMethod · 0.45
MediaManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected