Package 

Class AudioInternal

  • All Implemented Interfaces:
    com.glia.androidsdk.comms.Audio

    
    public class AudioInternal
     implements Audio
                        
    • Method Summary

      Modifier and Type Method Description
      Media.Status getStatus() Gets audio status, which may be one of Media.Status
      void mute() Mutes the audio.
      void unmute() Unmutes the audio.
      void setOnHoldHandler(@NonNull() Consumer<Boolean> listener) Handler used to detect if Visitor stream is put on hold or resumed from being put on hold by Operator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait