mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix typo in minVideoRate.
This commit is contained in:
parent
fbf26be8c6
commit
337770814f
1 changed files with 1 additions and 1 deletions
2
group.go
2
group.go
|
@ -174,7 +174,7 @@ type chatHistoryEntry struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
minVideoRate = 38400
|
minVideoRate = 384000
|
||||||
minAudioRate = 9600
|
minAudioRate = 9600
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue