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 22740c9 commit 4a12860Copy full SHA for 4a12860
Sources/LiveKit/Agent/Room+Agent.swift
@@ -20,6 +20,9 @@ let publishOnBehalfAttributeKey = "lk.publish_on_behalf"
20
21
public extension Room {
22
/// 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.
26
@objc
27
var agentParticipants: [Participant.Identity: Participant] {
28
// Filter out agents that are replaced by another agent e.g. avatar worker
0 commit comments