mirror of
				https://gitlab.com/comunic/ComunicRTCProxy
				synced 2025-11-04 04:04:19 +00:00 
			
		
		
		
	Improve message
This commit is contained in:
		
							
								
								
									
										2
									
								
								relay.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								relay.go
									
									
									
									
									
								
							@@ -191,7 +191,7 @@ func processCloseRequests() {
 | 
				
			|||||||
/// Start new call
 | 
					/// Start new call
 | 
				
			||||||
func newCall(mainOffer receivedSignal, r *activeRelay) {
 | 
					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
 | 
						// Ice candidates mutex
 | 
				
			||||||
	var candidatesMux sync.Mutex
 | 
						var candidatesMux sync.Mutex
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user