mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 06:35:57 +00:00
Delete unused method (#266)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user