Package 

Class NoAudioHandler

  • All Implemented Interfaces:
    io.livekit.android.audio.AudioHandler

    
    public final class NoAudioHandler
     implements AudioHandler
                        

    A dummy implementation that does no audio handling.

    • Constructor Summary

      Constructors 
      Constructor Description
      NoAudioHandler()
    • Method Summary

      Modifier and Type Method Description
      Unit start() Called when a room is started.
      Unit stop() Called when a room is disconnected.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoAudioHandler

        NoAudioHandler()
    • Method Detail

      • start

         Unit start()

        Called when a room is started.

      • stop

         Unit stop()

        Called when a room is disconnected.