Class SpeakingEventArgs
public class SpeakingEventArgs : IJsonModel<JsonSpeaking>
- Inheritance
-
SpeakingEventArgs
- Implements
- Inherited Members
Constructors
SpeakingEventArgs(JsonSpeaking)
public SpeakingEventArgs(JsonSpeaking jsonModel)
Parameters
jsonModel
JsonSpeaking
Properties
Speaking
public SpeakingFlags Speaking { get; }
Property Value
Ssrc
public uint Ssrc { get; }
Property Value
UserId
public ulong UserId { get; }