zoom-c-sharp-wrapper
zoom-c-sharp-wrapper copied to clipboard
Fix audio device change events never being called
Add_CB_onComputerMicDeviceChanged(...) Add_CB_onComputerSpeakerDeviceChanged(...)
Do not work because events are not binded when audio settings context is built. Specified callbacks are never called.
This PR calls BindEvent on GetAudioSettings to correctly hook up SDK events.
Hi, is there a reason why this PR has not been added to latest release? I have to apply it again in my own personal branch... :(