Invite button not working with Zoom latest SDK

Description
When user taps on Invite button from participant list then displaying a custom activity and used below approach to customise the invite button,

Created a config.xml file in resource/values folder

<resources>
<!-- Default value is false, When user taps on Invite button, launch our own screen-->
<bool name="zm_config_invite_by_only_action_meeting_invite">true</bool>
</resources>

Registered the custom activity in AndroidManifest.xml file

<activity
    android:name="InviteUserActivity"
    android:excludeFromRecents="true"
>
    <intent-filter>
        <action android:name="${applicationId}.intent.action.MeetingInvite" />
        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>
</activity>

But this approach is not working after upgrade the Zoom SDK from version 5.4.3.613 to 5.5.1.1319.

Could you please look into this?

Thanks

Which Android Client SDK version?
5.5.1.1319

Smartphone (please complete the following information):

  • Device: All devices
  • OS: Tested in 10.0

Hi @venkateswara.ponugot,

Can you please clarify around what specifically is not working for this approach? Are you not able to invite, or is it not displaying your Activity correctly?

Thanks!

Hi @jon.zoom,

When I tap on the invite button the custom Activity is not displaying.

Thanks.

Hi @venkateswara.ponugot,

Thanks for confirming. We will investigate this and let you know as soon as we have any updates.

Thanks!

Any update on this?

Thanks.

Hi @venkateswara.ponugot,

We should be fixing this in the next version of the SDK, which will be available in the next week or so.

Thanks!

Thanks for the update.

You are very welcome!

@jon.zoom Could you please let me know when the new release planned with fix?

Hi @venkateswara.ponugot,

We recently decided to push back the release date. We do not yet have a timeline for the next version. The best place to keep up to date on our releases in the future will be through our release notes page.

Thanks!

@jon.zoom Thanks for the update.

You are very welcome!

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