There was an error while loading. Please reload this page.
1 parent 455cac4 commit 410a0f3Copy full SHA for 410a0f3
1 file changed
livekit/src/room/mod.rs
@@ -1429,11 +1429,6 @@ impl RoomSession {
1429
.unwrap_or(None);
1430
}
1431
1432
- if participant.is_none() && (participant_identity.is_some() || participant_sid.is_some()) {
1433
- // We received a data packet from a participant that is not in the participants list
1434
- return;
1435
- }
1436
-
1437
// Update participant's data encryption status for regular data messages
1438
if let Some(ref p) = participant {
1439
use crate::e2ee::EncryptionType;
0 commit comments