SFU is now called Galène.

This commit is contained in:
Juliusz Chroboczek
2020-12-06 19:43:17 +01:00
parent 2d07c5d317
commit ef1c211b7f
23 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"sync/atomic"
"time"
"sfu/rtptime"
"galene/rtptime"
)
type Estimator struct {
+1 -1
View File
@@ -3,7 +3,7 @@ package estimator
import (
"testing"
"sfu/rtptime"
"galene/rtptime"
)
func TestEstimator(t *testing.T) {