SEBWIN-475: Ensured "More" button is not visible in Zoom proctoring UI.
This commit is contained in:
		
							parent
							
								
									d732e3ee4f
								
							
						
					
					
						commit
						2775abe172
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -33,6 +33,7 @@
 | 
			
		|||
                var audioButton = document.getElementsByClassName('join-audio-by-voip__join-btn')[0];
 | 
			
		||||
                var audioContainer = document.getElementsByClassName('join-audio-container')[0];
 | 
			
		||||
                var leave = document.getElementsByClassName('footer__leave-btn-container')[0];
 | 
			
		||||
                var more = document.getElementsByClassName('more-button')[0];
 | 
			
		||||
                var videoButton = document.getElementsByClassName('send-video-container__btn')[0];
 | 
			
		||||
                var videoContainer = document.getElementsByClassName('send-video-container')[0];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -49,6 +50,10 @@
 | 
			
		|||
                    leave.style.visibility = "hidden";
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                if (more) {
 | 
			
		||||
                    more.style.visibility = "hidden";
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                if (videoButton && videoJoin < 100) {
 | 
			
		||||
                    videoButton.click();
 | 
			
		||||
                    videoJoin++;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue