1.7.8 shows invite button and dialog although disableInvite=true

Invite button and the dialog works although we have:

ZoomMtg.init({
leaveUrl: meetingConfig.leaveUrl,
disableInvite: true,
disableCallOut: true,
disableRecord: true,
isSupportAV: true,
isSupportChat: false,
isSupportQA: false,
screenShare: false,

});

Hey @WebWorker,

Please try placing the showInviteFunction inside the ZoomMtg.join() success call back.

Thanks,
Tommy