Interface StaticAudioChannel

All Superinterfaces:
AudioChannel

public interface StaticAudioChannel extends AudioChannel
  • Method Details

    • addTarget

      void addTarget(VoicechatConnection target)
      Adds a target to the audio channel.
      Parameters:
      target - the target to add
    • removeTarget

      void removeTarget(VoicechatConnection target)
      Removes a target from the audio channel.
      Parameters:
      target - the target to remove
    • clearTargets

      void clearTargets()
      Removes all targets from the audio channel.