Fix typo in bitrate setting.

This commit is contained in:
Juliusz Chroboczek
2020-04-25 14:45:12 +02:00
parent dd96f120a9
commit 38e3260e77
+1 -1
View File
@@ -99,7 +99,7 @@ type clientMessage struct {
Candidate *webrtc.ICECandidateInit `json:"candidate,omitempty"`
Del bool `json:"del,omitempty"`
AudioRate int `json:"audiorate,omitempty"`
VideoRate int `json:"audiorate,omitempty"`
VideoRate int `json:"videorate,omitempty"`
}
type closeMessage struct {