Class GroupAudioCountUpdateEvent
An event when group audio counts have changed.
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class GroupAudioCountUpdateEvent : IWolfMessage
Constructors
| Improve this Doc View SourceGroupAudioCountUpdateEvent()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupAudioCountUpdateEvent()
Properties
| Improve this Doc View SourceBroadcastersCount
New count of broadcasting members.
Declaration
[JsonProperty("broadcasterCount")]
public int BroadcastersCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
EventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to GroupAudioCountUpdate.
GroupID
Group ID.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
ListenersCount
New count of listening members.
Declaration
[JsonProperty("consumerCount")]
public int ListenersCount { get; }
Property Value
Type | Description |
---|---|
Int32 |