send Audio Packet
Sends an audio packet to players with null activation info.
Return
true
if the packet was successfully sent, false
otherwise.
Parameters
packet
The audio packet to send.
abstract fun sendAudioPacket(packet: SourceAudioPacket, activationInfo: PlayerActivationInfo?): Boolean
Sends an audio packet to players with activation info.
Return
true
if the packet was successfully sent, false
otherwise.
Parameters
packet
The audio packet to send.
activation Info
The activation info for the audio packet.