Skip to content

Commit 8812f2b

Browse files
committed
Remove unused VideoChannel/AudioChannel from WhepSession
1 parent ef9b283 commit 8812f2b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/webrtc/sessions/whep/type_whep.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type (
3535
VideoPacketsDropped atomic.Uint64
3636
VideoSequenceNumber uint16
3737
VideoLayerCurrent atomic.Value
38-
VideoChannel chan codecs.TrackPacket
3938

4039
// Protects AudioTrack, AudioTimestamp, AudioPacketsWritten, AudioSequenceNumber
4140
AudioLock sync.RWMutex
@@ -44,6 +43,5 @@ type (
4443
AudioPacketsWritten uint64
4544
AudioSequenceNumber uint16
4645
AudioLayerCurrent atomic.Value
47-
AudioChannel chan codecs.TrackPacket
4846
}
4947
)

0 commit comments

Comments
 (0)