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.
1 parent 02cd686 commit 10ffd72Copy full SHA for 10ffd72
pulsebeam/src/participant/downstream/video.rs
@@ -457,7 +457,6 @@ impl Slot {
457
if let Some(current) = self.target_receiver()
458
&& current.rid == receiver.rid
459
&& current.meta.id == receiver.meta.id
460
- && !matches!(self.state(), SlotState::Paused { .. })
461
{
462
return;
463
}
0 commit comments