|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipProfile | |
|---|---|
| android.net.sip | |
| Uses of SipProfile in android.net.sip |
|---|
| Fields in android.net.sip with type parameters of type SipProfile | |
|---|---|
static Parcelable.Creator<SipProfile> |
SipProfile.CREATOR
|
| Methods in android.net.sip that return SipProfile | |
|---|---|
SipProfile |
SipProfile.Builder.build()
|
SipProfile |
SipAudioCall.getLocalProfile()
|
SipProfile |
SipSession.getLocalProfile()
|
SipProfile |
SipAudioCall.getPeerProfile()
|
SipProfile |
SipSession.getPeerProfile()
|
| Methods in android.net.sip with parameters of type SipProfile | |
|---|---|
SipSession |
SipManager.createSipSession(SipProfile localProfile,
SipSession.Listener listener)
|
SipAudioCall |
SipManager.makeAudioCall(SipProfile localProfile,
SipProfile peerProfile,
SipAudioCall.Listener listener,
int timeout)
|
void |
SipAudioCall.makeCall(SipProfile peerProfile,
SipSession sipSession,
int timeout)
|
void |
SipSession.makeCall(SipProfile callee,
String sessionDescription,
int timeout)
|
void |
SipAudioCall.Listener.onRinging(SipAudioCall call,
SipProfile caller)
|
void |
SipSession.Listener.onRinging(SipSession session,
SipProfile caller,
String sessionDescription)
|
void |
SipManager.open(SipProfile localProfile)
|
void |
SipManager.open(SipProfile localProfile,
PendingIntent incomingCallPendingIntent,
SipRegistrationListener listener)
|
void |
SipManager.register(SipProfile localProfile,
int expiryTime,
SipRegistrationListener listener)
|
void |
SipManager.unregister(SipProfile localProfile,
SipRegistrationListener listener)
|
| Constructors in android.net.sip with parameters of type SipProfile | |
|---|---|
SipAudioCall(Context context,
SipProfile localProfile)
|
|
SipProfile.Builder(SipProfile profile)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||