Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
Add Stop to TrackBase
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs authored and Sean-Der committed Sep 6, 2020
1 parent 7e463c9 commit 6433909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webrtc/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
// TrackBase represents common MediaStreamTrack functionality of LocalTrack and RemoteTrack.
type TrackBase interface {
ID() string
Stop() error
}

// LocalRTPTrack represents MediaStreamTrack which is fed by the local stream source.
Expand Down

0 comments on commit 6433909

Please sign in to comment.