Commit 38e3260e authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in bitrate setting.

parent dd96f120
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment