| Package | Description | 
|---|---|
| com.ciscowebex.androidsdk.phone | 
| Modifier and Type | Method and Description | 
|---|---|
static MediaOption | 
MediaOption.audioOnly()
Constructs an audio only media option. 
 | 
static MediaOption | 
MediaOption.audioVideo(android.util.Pair<android.view.View,android.view.View> videoRenderViews)
Constructs an audio and video media option. 
 | 
static MediaOption | 
MediaOption.audioVideo(android.view.View localView,
          android.view.View remoteView)
Constructs an audio and video media option. 
 | 
static MediaOption | 
MediaOption.audioVideoSharing(android.util.Pair<android.view.View,android.view.View> videoRenderViews,
                 android.view.View sharingView)
Constructs an audio/video and share media option. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Call.answer(MediaOption option,
      CompletionHandler<java.lang.Void> callback)
Answers this call. 
 | 
void | 
Phone.dial(java.lang.String dialString,
    MediaOption option,
    CompletionHandler<Call> callback)
Makes a call to an intended recipient on behalf of the authenticated user. 
 |