HolyLib Wiki

voicechat.BroadcastVoiceData

  voicechat.BroadcastVoiceData( VoiceData voiceData, table plys )

Description

Sends the given voice data all clients, or only the given table of clients.

Recently Changed

This was recently changed in version (0.8 - DEV).

The plys argument was changed from previously accepting only a table containing Player to now accepting all ClientArg

Arguments

1VoiceData voiceData

The Voice data to send

2table plys

A table containing all players it should be sent to. All ClientArg types are accepted