Interface VideoDetailsCompletionHandler


  • public interface VideoDetailsCompletionHandler
    VideoDetailsCompletionHandler is an interface implemented by the client application wishing to receive details of a video call Call object. Client application can use this interface using Call.readVideoDetails(VideoDetailsCompletionHandler) method.
    • Method Detail

      • onCompleted

        void onCompleted​(java.util.List<VideoDetails> videoDetails)
        Called with the list of video details for each video channel.
        Parameters:
        videoDetails - list of video details for each video channel.
        See Also:
        VideoDetails