public class

ConfParticipant

extends Object
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.ConfParticipant

Class Overview

This class defines a Call Handle that consists of the call id and line id of the call.

Summary

Constants
ConfParticipant NO_PARTICIPANT
String NO_PARTICIPANT_ID
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
ConfParticipant(Parcel in)
ConfParticipant(String participant_id)
Public Methods
String getHandle()
String toString()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final ConfParticipant NO_PARTICIPANT

public static final String NO_PARTICIPANT_ID

Constant Value: ""

Public Constructors

public ConfParticipant (Parcel in)

public ConfParticipant (String participant_id)

Public Methods

public String getHandle ()

public String toString ()

public void writeToParcel (Parcel dest, int flags)