Add self_video to VoiceState (#2137)
* Add self_video to VoiceState * Update selfVideo flag
This commit is contained in:
@@ -65,6 +65,8 @@ namespace Discord.WebSocket
|
||||
/// <inheritdoc />
|
||||
public bool IsStreaming => VoiceState?.IsStreaming ?? false;
|
||||
/// <inheritdoc />
|
||||
public bool IsVideoing => VoiceState?.IsVideoing ?? false;
|
||||
/// <inheritdoc />
|
||||
public DateTimeOffset? RequestToSpeakTimestamp => VoiceState?.RequestToSpeakTimestamp ?? null;
|
||||
/// <inheritdoc />
|
||||
public bool? IsPending { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user