[VCM] Do not unmute devices on exit (#15414)

This commit is contained in:
Andrey Nekrasov 2022-01-21 20:43:43 +03:00 committed by GitHub
parent ac4f725433
commit 6a01be2c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,7 +289,6 @@ VideoConferenceModule::VideoConferenceModule() :
inline VideoConferenceModule::~VideoConferenceModule()
{
instance->unmuteAll();
toolbar.hide();
}