ZoomMtg JS lib - disable inviting frame

Hello all! It’s possible to disable this frame - http://take.ms/uxVbD ?

I try different combination of settings, with no success -

 

ZoomMtg.init({
 //debug: true,

 showMeetingHeader: false, //option
 disableInvite: true, //optional
 disableCallOut: true, //optional
 disableRecord: true, //optional
 //disableJoinAudio: true, //optional 
 audioPanelAlwaysOpen: false, //optional
 showPureSharingContent: true, //optional

 success: function (res) {
 ZoomMtg.join(
 {
 meetingNumber: meeting\_number,
 userName: USER\_NAME,
 signature: signature,
 apiKey: API\_KEY
 }
 );
 }
});