Event trigger when user change name in Zoom UI mode

Description
Is there a way to trigger an event when user changes name in Zoom UI mode?

Which Desktop Meeting SDK version?
5.9.3.3191

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Apple MacBook Pro (13-inch, M1)]
  • OS: [e.g. macOS Big Sur 11.2.1 ]

Additional context
Add any other context about the problem here.

Hi @Hong,

Whenever a user changes their name in the current meeting, the onUserNameChanged callback will be invoked.

Thanks!

Hi,
could you double check if that is the case for ZOOM UI mode?
I do not see it happens. in ZOOM UI mode. However, when I enable the customized UI mode, it invoked when user changes name.
Do you have an example code to check for this event feature in Zoom UI mode?
When I add this
public ZOOM_SDK_NAMESPACE::IMeetingParticipantsCtrlEvent

to class CSDKLoggedInUIMgr , I can no longer build the code.

Hong

Hi Jon,

I managed to get it built with no error. But still no event triggered when user change name in Zoom UI mode. I had the codes , could you be able to give me some help?
Hong

Only 4 files that I made changes to test from the SDK Desktop meeting release 5.9.3.3191

Hi @Hong,

Are you using the SDK sample app? If so, that implementation of this callback is only setup when custom meeting UI is enabled. If you want to receive this callback when using the default UI, you would need to create an instance of IMeetingParticipantsCtrlEvent and pass it into the SetEvent function.

Thanks!

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