This commit is contained in:
seydx
2025-05-17 14:25:18 +02:00
parent 16a812c8b8
commit a9bcb46f38
7 changed files with 415 additions and 710 deletions
+1 -1
View File
@@ -217,4 +217,4 @@ func sanitizeIP6(host string) string {
return "[" + host + "]"
}
return host
}
}
+1 -1
View File
@@ -87,4 +87,4 @@ func (c *Conn) AddTrack(media *core.Media, codec *core.Codec, track *core.Receiv
c.Senders = append(c.Senders, sender)
return nil
}
}