Enum BroadcasterLifeCyclePolicy.ATMOSPHERE_RESOURCE_POLICY

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EMPTY
      If there is no AtmosphereResource associated with the Broadcaster, release all resources.
      EMPTY_DESTROY
      If there is no AtmosphereResource associated with the Broadcaster, release all resources, and destroy the broadcaster.
      IDLE
      Release all resources associated with the Broadcaster when the idle time expires.
      IDLE_DESTROY
      Release all resources associated with the Broadcaster when the idle time expires and destroy the Broadcaster.
      IDLE_RESUME
      Release all resources associated with the Broadcaster when the idle time expires.
      NEVER
      Never release or destroy the Broadcaster.