Class WolfGroup.WolfGroupAudioCounts
Group audio channel active members count.
Inheritance
System.Object
WolfGroup.WolfGroupAudioCounts
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WolfGroupAudioCounts
Constructors
| Improve this Doc View SourceWolfGroupAudioCounts()
Creates a new instance of WOLF group audio counts object.
Declaration
[JsonConstructor]
protected WolfGroupAudioCounts()
Properties
| Improve this Doc View SourceBroadcastersCount
Count of users currently broadcasting.
Declaration
[JsonProperty("broadcasterCount")]
public int BroadcastersCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
GroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ListenersCount
Count of users currently listening.
Declaration
[JsonProperty("consumerCount")]
public int ListenersCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |