Delete unused method (#266)

This commit is contained in:
Raja Subramanian
2021-12-17 13:16:55 +05:30
committed by GitHub
parent 62feed3983
commit a8fe06e083

View File

@@ -173,10 +173,6 @@ func (w *WebRTCReceiver) Kind() webrtc.RTPCodecType {
return w.kind
}
func (w *WebRTCReceiver) IsSimulcast() bool {
return w.isSimulcast
}
func (w *WebRTCReceiver) AddUpTrack(track *webrtc.TrackRemote, buff *buffer.Buffer) {
if w.closed.get() {
return