mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp/client.go: fixed missing double quote in comment for Client.SetName()
This commit is contained in:
parent
809d904878
commit
ad241abdfd
|
@ -110,7 +110,7 @@ func (c *Client) SetSendInterval(d time.Duration) {
|
|||
}
|
||||
|
||||
// SetName sets a custom client name for use in receiver report source description.
|
||||
// Default is Client".
|
||||
// Default is "Client".
|
||||
func (c *Client) SetName(name string) {
|
||||
c.name = name
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue