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 11256dc commit 5b0cce0Copy full SHA for 5b0cce0
Runtime/Scripts/Participant.cs
@@ -2,7 +2,7 @@
2
using System.Linq;
3
using System.Collections.Generic;
4
using System.Threading.Tasks;
5
-using System.Collections;
+using Google.Protobuf.Collections;
6
using LiveKit.Internal;
7
using LiveKit.Proto;
8
using LiveKit.Internal.FFIClients.Requests;
@@ -23,6 +23,7 @@ public class Participant
23
public string Identity => _info.Identity;
24
public string Name => _info.Name;
25
public string Metadata => _info.Metadata;
26
+ public MapField<string, string> Attributes => _info.Attributes;
27
public ConnectionQuality ConnectionQuality { internal set; get; }
28
public event PublishDelegate TrackPublished;
29
public event PublishDelegate TrackUnpublished;
0 commit comments