Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    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 Source

    WolfGroupAudioCounts()

    Creates a new instance of WOLF group audio counts object.

    Declaration
    [JsonConstructor]
    protected WolfGroupAudioCounts()

    Properties

    | Improve this Doc View Source

    BroadcastersCount

    Count of users currently broadcasting.

    Declaration
    [JsonProperty("broadcasterCount")]
    public int BroadcastersCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    [JsonProperty("id")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ListenersCount

    Count of users currently listening.

    Declaration
    [JsonProperty("consumerCount")]
    public int ListenersCount { get; }
    Property Value
    Type Description
    System.Int32