Table of Contents

Interface IVoiceReceiveHandler

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public interface IVoiceReceiveHandler

Properties

RequiresExternalSocketAddress

bool RequiresExternalSocketAddress { get; }

Property Value

bool

Methods

HandlePacket(VoiceClient, RtpPacket)

VoicePacketHandlingResult HandlePacket(VoiceClient client, RtpPacket packet)

Parameters

client VoiceClient
packet RtpPacket

Returns

VoicePacketHandlingResult