Skip to content
Snippets Groups Projects
Commit 13fd59f7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Adrien Béraud
Browse files

audio(macOS): fix crash when changing audio devices during call

Change-Id: I57dce44e8ef387f470971d8e8cdb995e03ff18b5
gitlab: #170
parent 563a1447
Branches
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@ CoreLayer::CoreLayer(const AudioPreference &pref)
{}
CoreLayer::~CoreLayer()
{}
{
stopStream();
}
std::vector<std::string>
CoreLayer::getCaptureDeviceList() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment