Skip to content

Commit 4a12860

Browse files
committed
Cmt
1 parent 22740c9 commit 4a12860

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/LiveKit/Agent/Room+Agent.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ let publishOnBehalfAttributeKey = "lk.publish_on_behalf"
2020

2121
public extension Room {
2222
/// Returns a dictionary containing all agent participants.
23+
///
24+
/// - Note: This method filters out agents that are replaced by another agent e.g. avatar worker
25+
/// using `lk.publish_on_behalf` attribute.
2326
@objc
2427
var agentParticipants: [Participant.Identity: Participant] {
2528
// Filter out agents that are replaced by another agent e.g. avatar worker

0 commit comments

Comments
 (0)