mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Fix typo in bitrate setting.
This commit is contained in:
parent
dd96f120a9
commit
38e3260e77
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue