mirror of
				https://gitlab.com/comunic/ComunicRTCProxy
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Improve message
This commit is contained in:
		
							
								
								
									
										2
									
								
								relay.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								relay.go
									
									
									
									
									
								
							@@ -191,7 +191,7 @@ func processCloseRequests() {
 | 
			
		||||
/// Start new call
 | 
			
		||||
func newCall(mainOffer receivedSignal, r *activeRelay) {
 | 
			
		||||
 | 
			
		||||
	log.Printf("Starting new call: %s", mainOffer.callHash)
 | 
			
		||||
	log.Printf("Starting new call: %s / id: %d", r.callHash, r.id)
 | 
			
		||||
 | 
			
		||||
	// Ice candidates mutex
 | 
			
		||||
	var candidatesMux sync.Mutex
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user