1
Fork 0
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:
Juliusz Chroboczek 2020-05-11 15:55:15 +02:00
parent fbf26be8c6
commit 337770814f

View file

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