#4691 Log WebRTC termination

for diagnostic purposes
master
Andrey Kleshchev 2025-09-17 17:19:45 +03:00 committed by Hecklezz
parent 81c01ab5bc
commit 5a8dfe2d19
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();