fix stream management for component + add test

This commit is contained in:
Martin/Geno
2019-08-08 17:46:02 +02:00
committed by Mickaël Rémond
parent d3b45b42a5
commit 6005a964ba
2 changed files with 8 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ func (c *Component) Connect() error {
}
}
func (c *Component) Resume() error {
func (c *Component) Resume(SMState) error {
return errors.New("components do not support stream management")
}