Table of Contents

Class NullVoiceReceiveHandler

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public class NullVoiceReceiveHandler : IVoiceReceiveHandler
Inheritance
NullVoiceReceiveHandler
Implements
Inherited Members

Properties

Instance

public static NullVoiceReceiveHandler Instance { get; }

Property Value

NullVoiceReceiveHandler

RequiresExternalSocketAddress

public bool RequiresExternalSocketAddress { get; }

Property Value

bool

Methods

HandlePacket(VoiceClient, RtpPacket)

public VoicePacketHandlingResult HandlePacket(VoiceClient client, RtpPacket packet)

Parameters

client VoiceClient
packet RtpPacket

Returns

VoicePacketHandlingResult