Description
I’m using Custom UI. Is there any API which I can highlight speaking user? Or, should I use native win32 API?
Which Windows Meeting SDK version?
v5.9.12625
Description
I’m using Custom UI. Is there any API which I can highlight speaking user? Or, should I use native win32 API?
Which Windows Meeting SDK version?
v5.9.12625
Hi @Miyamoto, thanks for using our SDK.
You can determine when a user’s audio becomes active through the onUserActiveAudioChange callback. The SDK does not provide the ability to auto highlight who is speaking in custom UI mode.
Thanks!