Participant Id/Customer Key (in new SDK) is blank/null

Description
Participant Id, which is now Customer Key is coming out empty from ZoomSdk

Meeting SDK version
v5.7.1.1268

To Reproduce

  1. Join meeting with Params and Options
val opts: JoinMeetingOptions = JoinMeetingOptions().apply {
            ...
            customer_key = <some_participant_id>
}
  1. When inside meeting, try to get the customer key as,
    ZoomSdk.getInstance().inMeetingService?.myUserInfo?.customerKey

Expected output:
It should give us the key that we set up while joining the meeting.

Actual output:
It is coming out to be empty.

It was working before (when the name was participant Id)

Smartphone

  • All devices. Not device specific

Hi @agamjot.singh, thanks for bringing this up.

We are already aware of an issue that is causing this value to not reflect the actual key of a given user and will have a fix available in the next SDK release. There is no definitive date on this release, but be sure to keep an eye on our release notes for the most up-to-date release information. :slightly_smiling_face:

Thanks!

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