#4691 Log WebRTC termination

for diagnostic purposes
master
Andrey Kleshchev 2025-09-17 17:19:45 +03:00
parent c743ea2b6d
commit bf0f60039b
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ void LLWebRTCVoiceClient::terminate()
return;
}
LL_INFOS("Voice") << "Terminating WebRTC" << LL_ENDL;
mVoiceEnabled = false;
llwebrtc::terminate();