We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lastPLITimestamp
1 parent 170c763 commit b752662Copy full SHA for b752662
pkg/conference/participant.go
@@ -21,7 +21,9 @@ type ParticipantID struct {
21
}
22
23
type PublishedTrack struct {
24
- track *webrtc.TrackLocalStaticRTP
+ track *webrtc.TrackLocalStaticRTP
25
+ // The time when we sent the last PLI to the sender. We store this to avoid
26
+ // spamming the sender.
27
lastPLITimestamp atomic.Int64
28
29
0 commit comments