Jabber Guest Android SDK
|
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
Ccom.cisco.jabber.guest.sdk.AudioRouteManager | The AudioRouteManager can be used to query and set audio paths available on the device |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.AudioRouteType | Represents the supported audio routes |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.AutoCallEvent | Represent the different events that take place once a auto call is either in the prepared or executed states |
Ccom.cisco.jabber.guest.sdk.CallBarView | A view that represents controls that can alter the functionality of an active call |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.CallControlEvent | Represent the different events that take place once a call is either in the starting or started states |
Ccom.cisco.jabber.guest.sdk.CallFragment | The CallFragment combines the SelfView, RemoteView, and CallBarView in a typical way to allow the user to communicate in a two-way video call |
Ccom.cisco.jabber.guest.sdk.CallService | The CallService monitors an active Jabber Guest call and provides a number of benefits |
Ccom.cisco.jabber.guest.sdk.statistics.CallStatisticActivity | |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.CallStatistics | Represents statistics relevant to an active call's audio and video multimedia streams at a single moment in time, when retrieved from the JabberGuestCall getStatistics method |
Ccom.cisco.jabber.guest.sdk.statistics.CallStatisticsFragment | |
Ccom.cisco.jabber.guest.sdk.statistics.CallStatisticsHelper | |
Ccom.cisco.jabber.guest.sdk.statistics.CallStatisticsListAdapter | |
Ccom.cisco.jabber.guest.sdk.statistics.CallStatisticsPagerAdapter | |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.CaptureOrientation | Used to specify the desired capture orientation when calling setCaptureOrientation() |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall | This is the main class of the Jabber Guest Android SDK |
Ccom.cisco.jabber.guest.sdk.JabberGuestCallActivity | JabberGuestCallActivity is the simplest method of adding Jabber Guest into your application |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.JabberGuestInvalidCertificateCallback | Whenever a JabberGuestCall instance encounters an error condition verifying the validity of a certificate installed on a Cisco Jabber Guest server, the instance will attempt to notify the implementing application of this failure, by calling this method, as long as the application has registered a valid implementation of this interface with this JabberGuestCall class prior to encountering the certificate error |
Ccom.cisco.jabber.jcf.JcfJniHelper | Created by pengliu2 on 11/16/16 |
Ccom.cisco.jabber.jcf.JcfNetworkInterfaceInfo | Created by pengliu2 on 11/16/16 |
Ccom.cisco.jabber.guest.sdk.KeypadView | A view that represents a telephone keypad during an active call |
Ccom.cisco.jabber.guest.sdk.util.Log | Logging class used by the SDK |
Ccom.cisco.jabber.guest.sdk.PreviewFragment | The PreviewFragment combines the PreviewView and CallBarView to allow the user to preview their video and initiate a two-way video call with a specified endpoint URI |
▼Ccom.cisco.jabber.guest.sdk.RenderCallbacks | Interface definition for callbacks invoked when a given TextureView is receiving frames from a media source (local or remote) |
▼Ccom.cisco.jabber.guest.sdk.BaseTextureViewLayout | Abstract view that is extended by DataView, PreviewView, RemoteView, and SelfView |
Ccom.cisco.jabber.guest.sdk.DataView | A view that represents the called party's shared screen during an active call |
Ccom.cisco.jabber.guest.sdk.PreviewView | A view that represents the local user's video before a call is placed |
Ccom.cisco.jabber.guest.sdk.RemoteView | A view that represents the called party's video during an active call |
Ccom.cisco.jabber.guest.sdk.SelfView | A view that represents the local user's transmitted video during an active call |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.State | Represent the different states that a JabberGuestCall instance can be in |
Ccom.cisco.jabber.guest.sdk.JabberGuestCall.TelephonyAudio | An enum used to relate various DTMF tones from the KeypadView to their corresponding audio files used during playback of those tones |
Ccom.cisco.jabber.guest.sdk.DataView.VisibleEdges | Enum declaring all possible visible edges for the contained TextureView inside this DataView |