Class VoiceReceiveHandler
public class VoiceReceiveHandler : IVoiceReceiveHandler
- Inheritance
-
VoiceReceiveHandler
- Implements
- Inherited Members
Constructors
VoiceReceiveHandler()
public VoiceReceiveHandler()
Properties
RequiresExternalSocketAddress
public bool RequiresExternalSocketAddress { get; }
Property Value
Methods
HandlePacket(VoiceClient, RtpPacket)
public VoicePacketHandlingResult HandlePacket(VoiceClient client, RtpPacket packet)
Parameters
client
VoiceClientpacket
RtpPacket