Skip to content

Commit

Permalink
Fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boks1971 committed Oct 18, 2022
1 parent c66dcde commit 097d94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtptransceiver.go
Expand Up @@ -170,6 +170,7 @@ func (t *RTPTransceiver) Stop() error {
return nil
}

// IsStopped returns true if RTPTransceiver is stopped, else returns false
func (t *RTPTransceiver) IsStopped() bool {
return t.isStopped.get()
}
Expand Down

0 comments on commit 097d94f

Please sign in to comment.