Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions zoom_sdk_c_sharp_wrap/setting_service_dotnet_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ namespace ZOOM_SDK_DOTNET_WRAP {

IAudioSettingContextDotNetWrap^ CSettingServiceDotNetWrap::GetAudioSettings()
{
if (CAudioSettingContextDotNetWrap::Instance)
{
CAudioSettingContextDotNetWrap::Instance->BindEvent();
}

return CAudioSettingContextDotNetWrap::Instance;
}

Expand Down