Table of Contents

Class VoiceReceiveHandler

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

Constructors

VoiceReceiveHandler()

public VoiceReceiveHandler()

Properties

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