Class CallInvite

java.lang.Object
com.twilio.voice.CallInvite
All Implemented Interfaces:
android.os.Parcelable

public class CallInvite extends Object implements android.os.Parcelable
Represents an incoming call message from Twilio. This object is used to respond to an incoming call by calling accept(Context, Call.Listener) or reject(Context)