Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/kotlin/io/livekit/server/IngressServiceClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class IngressServiceClient(
this.roomName = roomName
}

if (participantIdentity == null) {
if (participantIdentity != null) {
this.participantIdentity = participantIdentity
}

Expand Down
Loading