IPartyRoster interface
Read-only access to the current party roster. Observed on the Unity main thread.
public interface IPartyRosterMembers
Section titled “Members”| name | description |
|---|---|
| Members { get; } | All party members including self. Sorted with self first, then by join order. Empty when solo. The reference is stable for the frame; the snapshot is rebuilt lazily when state changes. |
| GetMicStatus(…) | The member’s team-voice microphone mode (voice_is_open base, refined by GrpcTeamNtf method 25). Returns Opened for an unknown member. |
| IsSpeaking(…) | Whether the member is currently talking (GrpcTeamNtf method 26). false for an unknown member. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services