Zoom meeting localization

Our business use case requirement is simple as below

  1. Create zoom meeting programmatically using Zoom’s create meeting API call
  2. Set the language for meeting with some API call only programmatically. How to do that?
    1. We set user’s language with updateuser API call, which changes the language shown in user profile, but meeting language is not controlled through this
  3. Create meeting API will return zoom meeting url, save that in db
  4. In the application we will be showing Join button which will be linked to meeting url saved in db
  5. User will join the zoom meeting from browser only and no desktop client will be used
  6. Now when user launches the meeting, it should show up the zoom meeting buttons language as used while creating the meeting (Japnese, Chinese etc.)

How to handle this meeting localization through meeting creation API programatically?

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