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