mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-12-26 05:28:53 +00:00
Improve message
This commit is contained in:
parent
50bb04af5e
commit
b117cd31d0
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
|
||||||
|
Loading…
Reference in New Issue
Block a user