mirror of
				https://gitlab.com/comunic/ComunicRTCProxy
				synced 2025-11-04 04:04:19 +00:00 
			
		
		
		
	My fault
This commit is contained in:
		
							
								
								
									
										2
									
								
								relay.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								relay.go
									
									
									
									
									
								
							@@ -202,7 +202,7 @@ func newCall(mainOffer receivedSignal, r activeRelay) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	// Enable trickling
 | 
						// Enable trickling
 | 
				
			||||||
	s := webrtc.SettingEngine{}
 | 
						s := webrtc.SettingEngine{}
 | 
				
			||||||
	s.SetTrickle(false)
 | 
						s.SetTrickle(false) // I did not manage to make the connection trickling, sorry...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Create the API object with the MediaEngine
 | 
						// Create the API object with the MediaEngine
 | 
				
			||||||
	api := webrtc.NewAPI(webrtc.WithMediaEngine(mediaEngine),
 | 
						api := webrtc.NewAPI(webrtc.WithMediaEngine(mediaEngine),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user