Package com.avaya.clientservices.call
Interface VideoDetailsCompletionHandler
-
public interface VideoDetailsCompletionHandlerVideoDetailsCompletionHandler is an interface implemented by the client application wishing to receive details of a video callCallobject. Client application can use this interface usingCall.readVideoDetails(VideoDetailsCompletionHandler)method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCompleted(java.util.List<VideoDetails> videoDetails)Called with the list of video details for each video channel.
-
-
-
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
-
-