How to customize a toast message in zoom windows sdk?

Description
I want to create my own toast message that would appear in the zoom sdk interface but I’m not sure where to start.

Which Windows Meeting SDK version?
v5.7.6.1081

Device (please complete the following information):
hp Pavilion x360 convertible 14-dh1xx
** OS: [. Windows 11]**

Hi @nehapandit, thanks for the post.

Can you please provide additional context on what you are trying to display and what action(s) would trigger this behavior?

Thanks!

I’m want to display a toast message whenever a speaker starts speaking i.e. unmutes himself/herself

Hi @nehapandit,

You can determine when a user’s audio status (i…e. mute/unmute) changes through the onUserAudioStatusChange callback. Similarly, the onUserActiveAudioChange will be triggered when users start/stop talking.

As far as displaying UI when this occurs goes, that is outside of the scope of what the SDK is responsible for so we can only assist with telling you which callbacks relate to the behavior you are trying to implement.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.