mirror of
				https://github.com/pion/webrtc.git
				synced 2025-10-31 18:52:55 +08:00 
			
		
		
		
	 911013755a
			
		
	
	911013755a
	
	
	
		
			
			The examples server now detects 'demo.wasm' files in the jsfiddles. Examples layout updated to match Pion style. Resolves #491
		
			
				
	
	
		
			16 lines
		
	
	
		
			485 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			485 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 />
 | |
| 
 | |
| Message<br />
 | |
| <textarea id="message">This is my DataChannel message!</textarea> <br/>
 | |
| <button onclick="window.sendMessage()">Send Message</button> <br />
 | |
| 
 | |
| <br />
 | |
| Logs<br />
 | |
| <div id="logs"></div> |