1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-12 19:55:59 +01:00

Fix typo in minVideoRate.

This commit is contained in:
Juliusz Chroboczek 2020-05-11 15:55:15 +02:00
parent fbf26be8c6
commit 337770814f

View file

@ -174,7 +174,7 @@ type chatHistoryEntry struct {
}
const (
minVideoRate = 38400
minVideoRate = 384000
minAudioRate = 9600
)