| 
					
				 | 
			
			
				@@ -53,7 +53,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let src = `${origin}/classroom-whiteboard?t=${+new Date()}`;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if (props.type === 'call') {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      src = `${origin}/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      src = `${origin}/classroom-app/roll-call/index.html?t=${+new Date()}&platform=modal&imagePos=${
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         props.imagePos
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }`;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }
 
			 |