this.setRoomValues(); if (canvas.thishib.currentInvitation.passwordProtected){ if ($debug) Debug.write("Is Password Protected"); this.pass_label.setAttribute('visibility','visible'); this._password.setAttribute('visibility','visible'); this.invitation_pass.setAttribute('visibility','visible'); } else { this.showLoginStep(); if ($debug) Debug.write("invitationQuickLoader:oninit userlang = [",userlang,"]; canvas.lang = [",canvas.language_id,"]"); if (canvas.language_id > 0) { this.isRoomFull.doCall(); } else { this.showLoginStep(); } } this.pass_label.setAttribute('visibility','hidden'); this._password.setAttribute('visibility','hidden'); this.invitation_pass.setAttribute('visibility','hidden'); this.labellanguages.setAttribute('visibility','visible'); this.languages.setAttribute('visibility','visible'); this.connect.setAttribute('visibility','visible'); this.checkInvitationPass.doCall(); return canvas.thishib.currentInvitation.room.rooms_id; return canvas.invitationHash; return parent.parent._password.getText(); if (canvas.thishib.currentInvitation.room.roomtype.roomtypes_id==1){ canvas.isConference = true; } else { canvas.isConference = false; } var roomObj = canvas.thishib.currentInvitation.room; hib.currentroomid = roomObj.rooms_id; this.userlang = Number(this.languages.getValue()); this.labellanguages.setAttribute('visibility','hidden'); this.languages.setAttribute('visibility','hidden'); this.connect.setAttribute('visibility','hidden'); this.labelloading.setAttribute('visibility','visible'); parent.userlang = Number(this.userlang); var invitee = canvas.thishib.currentInvitation.invitee; var email = invitee.adresses.email; var fName = invitee.firstname == null ? "" : invitee.firstname; var lName = invitee.lastname == null ? email : invitee.lastname; canvas.setAttribute('currentuser', email); canvas.setAttribute('user_id', -invitee.user_id); canvas.setAttribute('firstName', fName); canvas.setAttribute('lastName', lName); canvas.setAttribute('mail', email); canvas.setAttribute('lastLogin', invitee.lastlogin); canvas.setAttribute('official_code',''); canvas.setAttribute('picture_uri', invitee.pictureuri); canvas.setAttribute('language', invitee.language_id); hib.userobject = invitee; hib.userobject.firstname = fName; hib.userobject.lastname = lName; hib.userlang = Number(this.userlang); canvas.thishib.loaderVar = new lz.autoloaderBarOnly(canvas); canvas.thishib.loaderVar.setProgress(); this.close(); canvas.thishib.loaderVar.getLanguageByIdAndMax.doCall(); this.doCall(); //The onResult-Handler will be called be the rtmpconnection