diff --git a/protocol/rtcp/client.go b/protocol/rtcp/client.go index 87194405..4ac5b694 100644 --- a/protocol/rtcp/client.go +++ b/protocol/rtcp/client.go @@ -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 }