rename 'read' into 'play', 'publish' into 'record' (#463)

This commit is contained in:
Alessandro Ros
2023-11-11 20:36:26 +01:00
committed by GitHub
parent ccecef1ed7
commit aaef8c29a7
42 changed files with 64 additions and 64 deletions

View File

@@ -56,7 +56,7 @@ func (c *client) read() error {
}
defer rc.Close()
// find published medias
// find available medias
desc, _, err := rc.Describe(u)
if err != nil {
return err