Interface StaticAudioChannel

All Superinterfaces:
AudioChannel

public interface StaticAudioChannel extends AudioChannel
  • Method Details

    • setBypassGroupIsolation

      void setBypassGroupIsolation(boolean bypassGroupIsolation)
      Sets whether this audio channel should be received by targets in isolated groups.
      Parameters:
      bypassGroupIsolation - if group isolation should be bypassed
    • bypassesGroupIsolation

      boolean bypassesGroupIsolation()
      Returns:
      if this audio channel is received by targets in isolated groups
    • 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.