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.doCall(); //The onResult-Handler will be called be the rtmpconnection