Package 

Class VideoInternal

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

    
    public class VideoInternal
     implements Video
                        
    • Method Summary

      Modifier and Type Method Description
      Media.Status getStatus() Gets video status, which may be one of Media.Status
      VideoView createVideoView(Activity activity) Creates a new view that displays the video stream.
      void pause() Pauses the visitor camera capturing.
      void resume() Resumes the visitor camera capturing.
      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
    • Constructor Detail

      • VideoInternal

        VideoInternal(Stream videoStream)
    • Method Detail

      • createVideoView

         VideoView createVideoView(Activity activity)

        Creates a new view that displays the video stream. This method should be called on the Main Thread.

        Parameters:
        activity - Activity on which you want to use this video view.
      • pause

         void pause()

        Pauses the visitor camera capturing.

      • resume

         void resume()

        Resumes the visitor camera capturing.