mirror of
https://github.com/pion/webrtc.git
synced 2025-09-27 03:25:58 +08:00
Rename Ssrc -> SSRC
This capitalization is consistent with other uses in the project, and matches the Go convention of capitalizing initialisms. https://github.com/golang/go/wiki/CodeReviewComments#initialisms Relates to #417
This commit is contained in:
@@ -41,7 +41,7 @@ func main() {
|
||||
go func() {
|
||||
ticker := time.NewTicker(time.Second * 3)
|
||||
for range ticker.C {
|
||||
err := peerConnection.SendRTCP(&rtcp.PictureLossIndication{MediaSSRC: track.Ssrc})
|
||||
err := peerConnection.SendRTCP(&rtcp.PictureLossIndication{MediaSSRC: track.SSRC})
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user