mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Reduce minimum video rate further.
This commit is contained in:
parent
c52fa75686
commit
fc6c26e176
1 changed files with 1 additions and 1 deletions
2
group.go
2
group.go
|
@ -174,7 +174,7 @@ type chatHistoryEntry struct {
|
|||
}
|
||||
|
||||
const (
|
||||
minVideoRate = 384000
|
||||
minVideoRate = 200000
|
||||
minAudioRate = 9600
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue