mirror of
				https://github.com/pion/webrtc.git
				synced 2025-11-01 03:04:06 +08:00 
			
		
		
		
	 911013755a
			
		
	
	911013755a
	
	
	
		
			
			The examples server now detects 'demo.wasm' files in the jsfiddles. Examples layout updated to match Pion style. Resolves #491
		
			
				
	
	
		
			15 lines
		
	
	
		
			415 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			415 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| Browser base64 Session Description<br />
 | |
| <textarea id="localSessionDescription" readonly="true"></textarea> <br />
 | |
| 
 | |
| Golang base64 Session Description<br />
 | |
| <textarea id="remoteSessionDescription"></textarea> <br/>
 | |
| <button onclick="window.startSession()"> Start Session </button><br />
 | |
| 
 | |
| <br />
 | |
| 
 | |
| Video<br />
 | |
| <video id="video1" width="160" height="120" autoplay muted></video> <br />
 | |
| 
 | |
| Logs<br />
 | |
| <div id="logs"></div>
 |