Jabber Guest Android SDK
|
Package com.cisco.jabber.guest
Automatically generated file. More...
Classes | |
class | AudioRouteManager |
The AudioRouteManager can be used to query and set audio paths available on the device. More... | |
class | BaseTextureViewLayout |
Abstract view that is extended by DataView, PreviewView, RemoteView, and SelfView. More... | |
class | CallBarView |
A view that represents controls that can alter the functionality of an active call. More... | |
class | 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. More... | |
class | CallService |
The CallService monitors an active Jabber Guest call and provides a number of benefits. More... | |
class | DataView |
A view that represents the called party's shared screen during an active call. More... | |
class | JabberGuestCall |
This is the main class of the Jabber Guest Android SDK. More... | |
class | JabberGuestCallActivity |
JabberGuestCallActivity is the simplest method of adding Jabber Guest into your application. More... | |
class | KeypadView |
A view that represents a telephone keypad during an active call. More... | |
class | 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. More... | |
class | PreviewView |
A view that represents the local user's video before a call is placed. More... | |
class | RemoteView |
A view that represents the called party's video during an active call. More... | |
interface | RenderCallbacks |
Interface definition for callbacks invoked when a given TextureView is receiving frames from a media source (local or remote). More... | |
class | SelfView |
A view that represents the local user's transmitted video during an active call. More... | |
Detailed Description
Automatically generated file.
DO NOT MODIFY