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 a0d4b1c commit db6fe2eCopy full SHA for db6fe2e
Sources/LiveKit/Agent/Room+Agent.swift
@@ -20,6 +20,7 @@ let publishOnBehalfAttributeKey = "lk.publish_on_behalf"
20
21
public extension Room {
22
/// All agent participants in the Room
23
+ @objc
24
var agentParticipants: [Participant.Identity: RemoteParticipant] {
25
// Filter out agents that are replaced by another agent e.g. avatar worker
26
let onBehalfIdentities = Set(remoteParticipants.compactMap {
@@ -31,6 +32,7 @@ public extension Room {
31
32
}
33
34
/// The first agent participant in the Room
35
36
var agentParticipant: Participant? {
37
agentParticipants.values.first
38
0 commit comments