Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: User can able to share zoom link #472

Merged
merged 5 commits into from
Jan 10, 2023
Merged

fix: User can able to share zoom link #472

merged 5 commits into from
Jan 10, 2023

Conversation

PruthiviRaj27
Copy link
Contributor

Changes done

  • Hide zoom meeting URL - (Ref link)

Reason for the changes

  • User can able to copy and share zoom link

Fixes #.

@@ -170,6 +170,7 @@ class ZoomMeetHandler(
}

fun startMeeting() {
zoomSDK.zoomUIService.hideMeetingInviteUrl(true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be done on initialization result?

@@ -150,6 +150,7 @@ class ZoomMeetHandler(
registerMeetingServiceListener()
setIsCustomizedMeetingUIEnabled()
onInitializeCallback?.onSuccess()
zoomSDK.zoomUIService.hideMeetingInviteUrl(true)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is zoom is already initialized

@Karthik-0 Karthik-0 merged commit e826f09 into master Jan 10, 2023
@delete-merged-branch delete-merged-branch bot deleted the zoomShareLink branch January 10, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants