diff --git a/zoom_sdk_c_sharp_wrap/setting_service_dotnet_wrap.cpp b/zoom_sdk_c_sharp_wrap/setting_service_dotnet_wrap.cpp index ff94db7..50d1b21 100644 --- a/zoom_sdk_c_sharp_wrap/setting_service_dotnet_wrap.cpp +++ b/zoom_sdk_c_sharp_wrap/setting_service_dotnet_wrap.cpp @@ -33,6 +33,11 @@ namespace ZOOM_SDK_DOTNET_WRAP { IAudioSettingContextDotNetWrap^ CSettingServiceDotNetWrap::GetAudioSettings() { + if (CAudioSettingContextDotNetWrap::Instance) + { + CAudioSettingContextDotNetWrap::Instance->BindEvent(); + } + return CAudioSettingContextDotNetWrap::Instance; }