Add profile picture via join() method

Hi all,

It’d be incredibly helpful if we can assign participant photos via the join() method. Currently users cannot set their profile picture via the Zoom Meeting SDK, and allowing us to add them using the join method would be very helpful.

ZoomMtg.join({
    meetingNumber: 123456789,
    userName: 'User name',
    userEmail: '',
    userPhoto: 'https://i.imgur.com/6oT8BEb.jpeg',
    ...
 });

Thanks,
Alex

1 Like