1
Fork 0

Fix typo in minVideoRate.

This commit is contained in:
Juliusz Chroboczek 2020-05-11 15:55:15 +02:00
parent fbf26be8c6
commit 337770814f
1 changed files with 1 additions and 1 deletions

View File

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