Latest code. Working voice, still needs some ui cleanup and accessibility fixes but in decent shape.
This commit is contained in:
@@ -47,10 +47,6 @@ func (d *Duration) UnmarshalJSON(buf []byte) error {
|
||||
}
|
||||
|
||||
type Track struct {
|
||||
Sid *uint8 `json:"sid,omitempty"`
|
||||
MaxSid *uint8 `json:"maxSid,omitempty"`
|
||||
Tid *uint8 `json:"tid,omitempty"`
|
||||
MaxTid *uint8 `json:"maxTid,omitempty"`
|
||||
Bitrate uint64 `json:"bitrate"`
|
||||
MaxBitrate uint64 `json:"maxBitrate,omitempty"`
|
||||
Loss float64 `json:"loss"`
|
||||
|
||||
Reference in New Issue
Block a user