Participant list

Can you please help me -

  • How to increase the participant’s cell size?
  • How to change scroll to horizontal in landscape mode also?

Hey @prashant.aggarwal

Thanks for using the dev forum!

Are you using a custom meeting UI or the default meeting UI? Can you also provide the version number of the SDK you are using?

Thanks!
Michael

Hi,I am using custom meeting UI.

Hey @prashant.aggarwal,

If you are using presentParticipantsViewController, there is not currently a way to change the UI of that view that is presented.

Thanks!
Michael

Hi,

When I open meetings in landscape mode then change orientation from landscape to portrait then the full video is not showing in portrait mode.

Please help

Hey @prashant.aggarwal,

The Custom Meeting UI in the Sample App, seems to be rotating correctly. Is it possible you have not enabled certain orientations in your xcode settings? If you would like to compare your code to the sample app’s:

  1. Download the code at the link provided
  2. Provide a valid JWT in the KjwtToken constant in AppDelegate.h
  3. Enter “zoom.us” for the kSDKDomain constant in AppDelegate.h
  4. Build and run the app
  5. Go to settings from within the app and enable “Custom meeting”
  6. From there you can start/join a meeting and observe the rotation of CustomMeetingViewController

If this does not help, can you provide your SDK version number and code please? Omit any information you would not like the public to see, if you decide to do so.

Thanks!
Michael

HI,

The issue is coming in a custom meeting. The orientation is working fine while sharing screen, but in if user video is on the issue is there…

steps to reproduce :

  • Enter the meeting id and password.

  • Open host and attendee camera.

  • change mobile to landscape mode.

  • now you can see the host video. Now rotate your device to portrait, The will automatically zoom, the full video is not showing there.

Please check…

Hey @prashant.aggarwal

I tried your steps on our Sample App, but could not reproduce. Are you seeing this on the latest SDK version?

Michael