Email not reflecting in Attendance Report

While downloading the attendance report from Zoom, the email column is empty, and only the names are displayed in the list.
ZoomMtg.join({
meetingNumber: data.meeting_id,
sdkKey: data.sdkKey,
signature: data.signature,
userName: data.name,
userEmail: data.email,
passWord: data.password,
});
3.9.0/lib
the code and sdk version is given above

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