Skip to content

Commit

Permalink
fix: Hide meeting link URL in zoom meeting (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
PruthiviRaj27 committed Jan 10, 2023
1 parent 19e2c0c commit e826f09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class ZoomMeetHandler(
}

override fun onZoomSDKInitializeResult(errorCode: Int, internalErrorCode: Int) {
zoomSDK.zoomUIService.hideMeetingInviteUrl(true)
if (errorCode != ZoomError.ZOOM_ERROR_SUCCESS) {
Toast.makeText(
context,
Expand Down

0 comments on commit e826f09

Please sign in to comment.