Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // set new password for channel
- this.$refs.jitsiRef.addEventListener('participantRoleChanged', function(event) {
- if (event.role === "moderator") {
- self.$refs.jitsiRef.executeCommand('password', '1');
- }
- });
- //ввод пароля
- this.$refs.jitsiRef.addEventListener('passwordRequired', function(){
- self.$refs.jitsiRef.executeCommand('password', '1');
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement