Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Z 

A

AACFilter - Class in org.linphone.mediastream
 
AACFilter() - Constructor for class org.linphone.mediastream.AACFilter
 
accept() - Method in interface org.linphone.core.Call
Accept an incoming call.
acceptEarlyMedia() - Method in interface org.linphone.core.Call
Accept an early media session for an incoming call.
acceptEarlyMediaWithParams(CallParams) - Method in interface org.linphone.core.Call
When receiving an incoming, accept to start a media session as early-media.
acceptSubscription() - Method in interface org.linphone.core.Event
Accept an incoming subcription.
acceptUpdate(CallParams) - Method in interface org.linphone.core.Call
Accept call modifications initiated by other end.
acceptWithParams(CallParams) - Method in interface org.linphone.core.Call
Accept an incoming call, with parameters.
Account - Interface in org.linphone.core
Object that represents a Linphone Account.
AccountCreator - Interface in org.linphone.core
The object used to configure an account on a server via XML-RPC, see
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Override%20account%20creator%20request/.

AccountCreator.ActivationCodeStatus - Enum in org.linphone.core
 
AccountCreator.DomainStatus - Enum in org.linphone.core
 
AccountCreator.EmailStatus - Enum in org.linphone.core
 
AccountCreator.LanguageStatus - Enum in org.linphone.core
 
AccountCreator.PasswordStatus - Enum in org.linphone.core
 
AccountCreator.PhoneNumberStatus - Enum in org.linphone.core
 
AccountCreator.Status - Enum in org.linphone.core
 
AccountCreator.TransportStatus - Enum in org.linphone.core
 
AccountCreator.UsernameStatus - Enum in org.linphone.core
 
AccountCreatorAlgoStatus - Enum in org.linphone.core
Enum describing algorithm checking, used by the AccountCreator.
AccountCreatorBackend - Enum in org.linphone.core
Enum describing backend used in the AccountCreator.
AccountCreatorListener - Interface in org.linphone.core
An object to handle the responses callbacks for handling the
LinphoneAccountCreator operations.
AccountCreatorListenerStub - Class in org.linphone.core
 
AccountCreatorListenerStub() - Constructor for class org.linphone.core.AccountCreatorListenerStub
 
AccountListener - Interface in org.linphone.core
An object to handle the callbacks for the handling of LinphoneAccount objects.
AccountListenerStub - Class in org.linphone.core
 
AccountListenerStub() - Constructor for class org.linphone.core.AccountListenerStub
 
AccountParams - Interface in org.linphone.core
Object that is used to set the different parameters of a Account.
activateAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to activate an account on server.
activateAlias() - Method in interface org.linphone.core.AccountCreator
Send a request to activate an alias.
activateAudioSession(boolean) - Method in interface org.linphone.core.Core
Special function to indicate if the audio session is activated.
activateAutoFocus(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
add(String, String) - Method in interface org.linphone.core.Headers
Add given header name and corresponding value.
addAccount(Account) - Method in interface org.linphone.core.Core
Add an account.
addActivitiesNote(PresenceNote) - Method in interface org.linphone.core.PresencePerson
Adds an activities note to a presence person.
addActivity(PresenceActivity) - Method in interface org.linphone.core.PresenceModel
Adds an activity to a presence model.
addActivity(PresenceActivity) - Method in interface org.linphone.core.PresencePerson
Adds an activity to a presence person.
addAddress(Address) - Method in interface org.linphone.core.Friend
Adds an address in this friend.
addAllToConference() - Method in interface org.linphone.core.Core
Add all current calls into the conference.
addAuthInfo(AuthInfo) - Method in interface org.linphone.core.Core
Adds authentication information to the Core.
addAvailableAlgorithm(String) - Method in interface org.linphone.core.AuthInfo
Add an unique algorithm in the the available algorithms list : Algorithms that
already exist will not be added.
addContent(Content) - Method in interface org.linphone.core.ChatMessage
Adds a content to the ChatMessage.
addContentTypeParameter(String, String) - Method in interface org.linphone.core.Content
Adds a parameter to the ContentType header.
addContentTypeSupport(String) - Method in interface org.linphone.core.Core
Add support for the specified content type.
addCustomContent(Content) - Method in interface org.linphone.core.CallParams
Adds a Content to be added to the INVITE SDP.
addCustomHeader(String, String) - Method in interface org.linphone.core.CallParams
Add a custom SIP header in the INVITE for a call.
addCustomHeader(String, String) - Method in interface org.linphone.core.ChatMessage
Add custom headers to the message.
addCustomHeader(String, String) - Method in interface org.linphone.core.Event
Add a custom header to an outgoing susbscription or publish.
addCustomSdpAttribute(String, String) - Method in interface org.linphone.core.CallParams
Add a custom attribute related to all the streams in the SDP exchanged within
SIP messages during a call.
addCustomSdpMediaAttribute(StreamType, String, String) - Method in interface org.linphone.core.CallParams
Add a custom attribute related to a specific stream in the SDP exchanged within
SIP messages during a call.
addExtendedProperty(String, String) - Method in interface org.linphone.core.Vcard
Adds an extended property to the vCard.
addFileContent(Content) - Method in interface org.linphone.core.ChatMessage
Adds a file content to the ChatMessage.
addFriend(Friend) - Method in interface org.linphone.core.FriendList
Add a friend to a friend list.
addFriendList(FriendList) - Method in interface org.linphone.core.Core
Add a friend list.
addHeader(String, String) - Method in interface org.linphone.core.InfoMessage
Add a header to an info message to be sent.
addIntArg(int) - Method in interface org.linphone.core.XmlRpcRequest
Add an integer argument to an XML-RPC request.
addLdap(Ldap) - Method in interface org.linphone.core.Core
Add or update a LDAP server and save it to the configuration.
addLinphoneSpec(String) - Method in interface org.linphone.core.Core
Add the given linphone specs to the list of functionalities the linphone client
supports.
addListener(AccountListener) - Method in interface org.linphone.core.Account
 
addListener(AccountCreatorListener) - Method in interface org.linphone.core.AccountCreator
 
addListener(CallListener) - Method in interface org.linphone.core.Call
 
addListener(ChatMessageListener) - Method in interface org.linphone.core.ChatMessage
 
addListener(ChatRoomListener) - Method in interface org.linphone.core.ChatRoom
 
addListener(ConferenceListener) - Method in interface org.linphone.core.Conference
 
addListener(CoreListener) - Method in interface org.linphone.core.Core
 
addListener(EventListener) - Method in interface org.linphone.core.Event
 
addListener(FriendListListener) - Method in interface org.linphone.core.FriendList
 
addListener(LoggingServiceListener) - Method in interface org.linphone.core.LoggingService
 
addListener(MagicSearchListener) - Method in interface org.linphone.core.MagicSearch
 
addListener(ParticipantDeviceListener) - Method in interface org.linphone.core.ParticipantDevice
 
addListener(PlayerListener) - Method in interface org.linphone.core.Player
 
addListener(XmlRpcRequestListener) - Method in interface org.linphone.core.XmlRpcRequest
 
addLocalFriend(Friend) - Method in interface org.linphone.core.FriendList
Add a friend to a friend list.
addNote(String, String) - Method in interface org.linphone.core.PresenceModel
Adds a note to a presence model.
addNote(PresenceNote) - Method in interface org.linphone.core.PresencePerson
Adds a note to a presence person.
addNote(PresenceNote) - Method in interface org.linphone.core.PresenceService
Adds a note to a presence service.
addParticipant(Address) - Method in interface org.linphone.core.ChatRoom
Add a participant to a chat room.
addParticipant(Address) - Method in interface org.linphone.core.Conference
Join a participant to the conference.
addParticipant(Call) - Method in interface org.linphone.core.Conference
Join an existing call to the conference.
addParticipant(Address) - Method in interface org.linphone.core.ConferenceInfo
Add a participant to the conference.
addParticipants(Address[]) - Method in interface org.linphone.core.ChatRoom
Add several participants to a chat room at once.
addParticipants(Call[]) - Method in interface org.linphone.core.Conference
Add participants to the conference, by supplying a list of Call.
addPerson(PresencePerson) - Method in interface org.linphone.core.PresenceModel
Adds a person to a presence model.
addPhoneNumber(String) - Method in interface org.linphone.core.Friend
Adds a phone number in this friend.
addPhoneNumber(String) - Method in interface org.linphone.core.Vcard
Adds a phone number in the vCard, using the TEL property.
addPhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Friend
Adds a FriendPhoneNumber to this friend.
addPhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Vcard
Adds a FriendPhoneNumber in the vCard, using the TEL property.
addProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
Add a proxy configuration.
Address - Interface in org.linphone.core
Object that represents a parsed SIP address.
AddressFamily - Enum in org.linphone.core
Enum describing Ip family.
addServer(TunnelConfig) - Method in interface org.linphone.core.Tunnel
Add a tunnel server configuration.
addService(PresenceService) - Method in interface org.linphone.core.PresenceModel
Adds a service to a presence model.
addSipAddress(String) - Method in interface org.linphone.core.Vcard
Adds a SIP address in the vCard, using the IMPP property.
addStringArg(String) - Method in interface org.linphone.core.XmlRpcRequest
Add a string argument to an XML-RPC request.
addSupportedTag(String) - Method in interface org.linphone.core.Core
This function controls signaling features supported by the core.
addTextContent(String) - Method in interface org.linphone.core.ChatMessage
Deprecated.
addToConference(Call) - Method in interface org.linphone.core.Core
Add a participant to the conference.
addUtf8TextContent(String) - Method in interface org.linphone.core.ChatMessage
Creates a Content of type PlainText with the given text as body.
allowCpim() - Method in interface org.linphone.core.ChatRoom
Allow cpim on a basic chat room .
allowMultipart() - Method in interface org.linphone.core.ChatRoom
Allow multipart on a basic chat room .
AndroidCamera(int, boolean, List<AndroidCameraConfiguration.AndroidCamera.Size>, int) - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
AndroidCamera(int, boolean, int, List<Camera.Size>) - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
AndroidCameraConfiguration - Class in org.linphone.mediastream.video.capture.hwconf
Entry point for accessing hardware cameras configuration.
AndroidCameraConfiguration() - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
AndroidCameraConfiguration.AndroidCamera - Class in org.linphone.mediastream.video.capture.hwconf
Default: no front; rear=0; default=rear
AndroidCameraConfiguration.AndroidCamera.Size - Class in org.linphone.mediastream.video.capture.hwconf
 
AndroidCameraConfigurationReader21 - Class in org.linphone.mediastream.video.capture.hwconf
Android cameras detection, using SDK superior or egal to 21.
AndroidCameraConfigurationReader21() - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfigurationReader21
 
AndroidVideoApi5JniWrapper - Class in org.linphone.mediastream.video.capture
Wrapper for Android Camera API.
AndroidVideoApi5JniWrapper() - Constructor for class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
AndroidVideoApi8JniWrapper - Class in org.linphone.mediastream.video.capture
 
AndroidVideoApi8JniWrapper() - Constructor for class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
AndroidVideoApi9JniWrapper - Class in org.linphone.mediastream.video.capture
 
AndroidVideoApi9JniWrapper() - Constructor for class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
AndroidVideoWindowImpl - Class in org.linphone.mediastream.video
 
AndroidVideoWindowImpl(SurfaceView, SurfaceView, AndroidVideoWindowImpl.VideoWindowListener) - Constructor for class org.linphone.mediastream.video.AndroidVideoWindowImpl
Constructor
AndroidVideoWindowImpl(SurfaceView, SurfaceView) - Constructor for class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
Use the new constructor instead
AndroidVideoWindowImpl.VideoWindowListener - Interface in org.linphone.mediastream.video
Utility listener interface providing callback for Android events useful to Mediastreamer.
API03_CUPCAKE_15 - Static variable in class org.linphone.mediastream.Version
 
API04_DONUT_16 - Static variable in class org.linphone.mediastream.Version
 
API05_ECLAIR_20 - Static variable in class org.linphone.mediastream.Version
 
API06_ECLAIR_201 - Static variable in class org.linphone.mediastream.Version
 
API07_ECLAIR_21 - Static variable in class org.linphone.mediastream.Version
 
API08_FROYO_22 - Static variable in class org.linphone.mediastream.Version
 
API09_GINGERBREAD_23 - Static variable in class org.linphone.mediastream.Version
 
API10_GINGERBREAD_MR1_233 - Static variable in class org.linphone.mediastream.Version
 
API11_HONEYCOMB_30 - Static variable in class org.linphone.mediastream.Version
 
API12_HONEYCOMB_MR1_31X - Static variable in class org.linphone.mediastream.Version
 
API13_HONEYCOMB_MR2_32 - Static variable in class org.linphone.mediastream.Version
 
API14_ICE_CREAM_SANDWICH_40 - Static variable in class org.linphone.mediastream.Version
 
API15_ICE_CREAM_SANDWICH_403 - Static variable in class org.linphone.mediastream.Version
 
API16_JELLY_BEAN_41 - Static variable in class org.linphone.mediastream.Version
 
API17_JELLY_BEAN_42 - Static variable in class org.linphone.mediastream.Version
 
API18_JELLY_BEAN_43 - Static variable in class org.linphone.mediastream.Version
 
API19_KITKAT_44 - Static variable in class org.linphone.mediastream.Version
 
API21_LOLLIPOP_50 - Static variable in class org.linphone.mediastream.Version
 
API22_LOLLIPOP_51 - Static variable in class org.linphone.mediastream.Version
 
API23_MARSHMALLOW_60 - Static variable in class org.linphone.mediastream.Version
 
API24_NOUGAT_70 - Static variable in class org.linphone.mediastream.Version
 
API25_NOUGAT_71 - Static variable in class org.linphone.mediastream.Version
 
API26_O_80 - Static variable in class org.linphone.mediastream.Version
 
API27_OREO_81 - Static variable in class org.linphone.mediastream.Version
 
API28_PIE_90 - Static variable in class org.linphone.mediastream.Version
 
API29_ANDROID_10 - Static variable in class org.linphone.mediastream.Version
 
API30_ANDROID_11 - Static variable in class org.linphone.mediastream.Version
 
API31_ANDROID_12 - Static variable in class org.linphone.mediastream.Version
 
applyCameraParameters(Camera, int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
askedToAutoanswer() - Method in interface org.linphone.core.Call
Tell whether a call has been asked to autoanswer.
asString() - Method in interface org.linphone.core.Address
Returns the address as a string.
asStringUriOnly() - Method in interface org.linphone.core.Address
Returns the SIP uri only as a string, that is display name is removed.
asVcard4String() - Method in interface org.linphone.core.Vcard
Returns the vCard4 representation of the LinphoneVcard.
AudioDevice - Interface in org.linphone.core
Object holding audio device information.
AudioDevice.Capabilities - Enum in org.linphone.core
 
AudioDevice.Type - Enum in org.linphone.core
 
audioRouteChanged() - Method in interface org.linphone.core.Core
Deprecated.
07/01/2020 now handled in the linphone SDK directly
AuthInfo - Interface in org.linphone.core
Object holding authentication information.
AuthMethod - Enum in org.linphone.core
Enum describing the authentication methods.
AVPFMode - Enum in org.linphone.core
Enum describing RTP AVPF activation modes.

B

Buffer - Interface in org.linphone.core
The object representing a data buffer.
byCcc(String) - Method in interface org.linphone.core.DialPlan
Find best match for given CCC.
byCccAsInt(int) - Method in interface org.linphone.core.DialPlan
Find best match for given CCC.

C

Call - Interface in org.linphone.core
This object represents a call issued or received by the Core.
Call.Dir - Enum in org.linphone.core
 
Call.State - Enum in org.linphone.core
 
Call.Status - Enum in org.linphone.core
 
CallListener - Interface in org.linphone.core
That class holds all the callbacks which are called by LinphoneCall objects.
CallListenerStub - Class in org.linphone.core
 
CallListenerStub() - Constructor for class org.linphone.core.CallListenerStub
 
CallLog - Interface in org.linphone.core
Object used to keep track of all calls initiated, received or missed.
CallParams - Interface in org.linphone.core
An object containing various parameters of a Call.
CallStats - Interface in org.linphone.core
This object carry various statistic informations regarding the quality of an
audio or video stream for a given Call.
cancelDtmfs() - Method in interface org.linphone.core.Call
Stop current DTMF sequence sending.
cancelFileTransfer() - Method in interface org.linphone.core.ChatMessage
Cancel an ongoing file transfer attached to this message.
canHandleParticipants() - Method in interface org.linphone.core.ChatRoom
Tells whether a chat room is able to handle participants.
CaptureTextureView - Class in org.linphone.mediastream.video.capture
 
CaptureTextureView(Context) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView(Context, AttributeSet) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView(Context, AttributeSet, int) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView.DisplayMode - Enum in org.linphone.mediastream.video.capture
 
ChatMessage - Interface in org.linphone.core
An chat message is the object that is sent or received through a ChatRoom
.
ChatMessage.Direction - Enum in org.linphone.core
 
ChatMessage.State - Enum in org.linphone.core
 
ChatMessageListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a LinphoneChatMessage
objects.
ChatMessageListenerStub - Class in org.linphone.core
 
ChatMessageListenerStub() - Constructor for class org.linphone.core.ChatMessageListenerStub
 
ChatRoom - Interface in org.linphone.core
A chat room is the place where ChatMessage are exchanged.
ChatRoom.State - Enum in org.linphone.core
 
ChatRoomBackend - Enum in org.linphone.core
ChatRoomBackend is used to indicate the backend implementation of a
chat room.
ChatRoomCapabilities - Enum in org.linphone.core
ChatRoomCapabilities is used to indicate the capabilities of a chat
room.
ChatRoomEncryptionBackend - Enum in org.linphone.core
ChatRoomEncryptionBackend is used to indicate the encryption engine
used by a chat room.
ChatRoomEphemeralMode - Enum in org.linphone.core
ChatRoomEphemeralMode is used to the ephemeral message mode used by a
chat room.
chatRoomGetDefaultEphemeralMode() - Method in interface org.linphone.core.Core
Gets the default ephemeral message mode core the linphone core.
ChatRoomListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a LinphoneChatRoom objects.
ChatRoomListenerStub - Class in org.linphone.core
 
ChatRoomListenerStub() - Constructor for class org.linphone.core.ChatRoomListenerStub
 
ChatRoomParams - Interface in org.linphone.core
Object defining parameters for a ChatRoom.
ChatRoomSecurityLevel - Enum in org.linphone.core
TODO move to encryption engine object when available ChatRoomSecurityLevel
is used to indicate the encryption security level of a chat room.
chatRoomSetDefaultEphemeralMode(ChatRoomEphemeralMode) - Method in interface org.linphone.core.Core
Sets the default ephemeral message mode.
check() - Method in interface org.linphone.core.LdapParams
Check parameters and return what are wrong.
checkForUpdate(String) - Method in interface org.linphone.core.Core
Checks if a new version of the application is available.
clean() - Method in interface org.linphone.core.Address
Removes address's tags and uri headers so that it is displayable to the user.
cleanEntry(String, String) - Method in interface org.linphone.core.Config
Removes entries for key,value in a section.
cleanSection(String) - Method in interface org.linphone.core.Config
Removes every pair of key,value in a section and remove the section.
cleanServers() - Method in interface org.linphone.core.Tunnel
Remove all tunnel server addresses previously entered with Tunnel.addServer(org.linphone.core.TunnelConfig)

clear() - Method in interface org.linphone.core.ImNotifPolicy
Clear an IM notif policy (deactivate all receiving and sending of
notifications).
clear() - Method in interface org.linphone.core.NatPolicy
Clear a NAT policy (deactivate all protocols and unset the STUN server).
clearAccounts() - Method in interface org.linphone.core.Core
Erase all account from config.
clearActivities() - Method in interface org.linphone.core.PresenceModel
Clears the activities of a presence model.
clearActivities() - Method in interface org.linphone.core.PresencePerson
Clears the activities of a presence person.
clearActivitiesNotes() - Method in interface org.linphone.core.PresencePerson
Clears the activities notes of a presence person.
clearAllAuthInfo() - Method in interface org.linphone.core.Core
Clear all authentication information.
clearAvailableAlgorithms() - Method in interface org.linphone.core.AuthInfo
Remove all algorithms from the available algorithms list.
clearCallLogs() - Method in interface org.linphone.core.Core
Erase the call log.
clearCustomSdpAttributes() - Method in interface org.linphone.core.CallParams
Clear the custom SDP attributes related to all the streams in the SDP exchanged
within SIP messages during a call.
clearCustomSdpMediaAttributes(StreamType) - Method in interface org.linphone.core.CallParams
Clear the custom SDP attributes related to a specific stream in the SDP
exchanged within SIP messages during a call.
clearLdaps() - Method in interface org.linphone.core.Core
Erase all LDAP from the configuration.
clearNotes() - Method in interface org.linphone.core.PresenceModel
Clears all the notes of a presence model.
clearNotes() - Method in interface org.linphone.core.PresencePerson
Clears the notes of a presence person.
clearNotes() - Method in interface org.linphone.core.PresenceService
Clears the notes of a presence service.
clearPersons() - Method in interface org.linphone.core.PresenceModel
Clears the persons of a presence model.
clearProxyConfig() - Method in interface org.linphone.core.Core
Erase all proxies from config.
clearServices() - Method in interface org.linphone.core.PresenceModel
Clears the services of a presence model.
clone() - Method in interface org.linphone.core.Account
Instantiate a new account with values from source.
clone() - Method in interface org.linphone.core.AccountParams
Instantiate a new account params with values from source.
clone() - Method in interface org.linphone.core.Address
Clones a Address object.
clone() - Method in interface org.linphone.core.AuthInfo
Instantiates a new auth info with values from source.
clone() - Method in interface org.linphone.core.ConferenceParams
clone() - Method in interface org.linphone.core.FriendPhoneNumber
Clones a phone number.
clone() - Method in interface org.linphone.core.LdapParams
Instantiate a new LdapParams with values from source.
clone() - Method in interface org.linphone.core.NatPolicy
Clone a NatPolicy object.
clone() - Method in interface org.linphone.core.PayloadType
Instantiates a new payload type with values from source.
clone() - Method in interface org.linphone.core.PushNotificationConfig
Instantiate a new push notification parameters with values from source.
clone() - Method in interface org.linphone.core.RecorderParams
Clone a RecorderParams object.
clone() - Method in interface org.linphone.core.Vcard
Clone a Vcard.
clone() - Method in interface org.linphone.core.VideoDefinition
Clone a video definition.
close() - Method in interface org.linphone.core.Player
Close the opened file.
close() - Method in interface org.linphone.core.Recorder
Close the opened file.
compose() - Method in interface org.linphone.core.ChatRoom
Notifies the destination of the chat message being composed that the user is
typing a new message.
compressLogCollection() - Method in interface org.linphone.core.Core
Compress the log collection in a single file.
Conference - Interface in org.linphone.core
A conference is the object that allow to make calls when there are 2 or more
participants.
Conference.State - Enum in org.linphone.core
 
ConferenceInfo - Interface in org.linphone.core
Object defining all informations of a conference.
ConferenceInfoError - Enum in org.linphone.core
Describes conference invitations possible errors.
ConferenceListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a LinphoneConference
objects.
ConferenceListenerStub - Class in org.linphone.core
 
ConferenceListenerStub() - Constructor for class org.linphone.core.ConferenceListenerStub
 
ConferenceParams - Interface in org.linphone.core
Object defining parameters for a Conference.
Config - Interface in org.linphone.core
This object is used to manipulate a configuration file.
configSync() - Method in interface org.linphone.core.Core
Writes the config file to disk.
configureAudioSession() - Method in interface org.linphone.core.Core
Special function to configure audio session with default settings.
ConfiguringState - Enum in org.linphone.core
Describes the state of the remote configuring process of the Core
object, 'Skipped' when the feature is disabled.
connected() - Method in interface org.linphone.core.Tunnel
Check whether the tunnel is connected.
ConsolidatedPresence - Enum in org.linphone.core
Consolidated presence information: 'online' means the user is open for
communication, 'busy' means the user is open for communication but involved in
an other activity, 'do not disturb' means the user is not open for
communication, and 'offline' means that no presence information is available.
Content - Interface in org.linphone.core
This object holds data that can be embedded in a signaling message.
copy() - Method in interface org.linphone.core.CallParams
Copy an existing CallParams object to a new CallParams object.
Core - Interface in org.linphone.core
Main object to instanciate and on which to keep a reference.
Core.LogCollectionUploadState - Enum in org.linphone.core
 
CoreException - Exception in org.linphone.core
 
CoreException() - Constructor for exception org.linphone.core.CoreException
 
CoreException(String) - Constructor for exception org.linphone.core.CoreException
 
CoreException(Throwable) - Constructor for exception org.linphone.core.CoreException
 
CoreException(String, Throwable) - Constructor for exception org.linphone.core.CoreException
 
CoreListener - Interface in org.linphone.core
That class holds all the callbacks which are called by LinphoneCore.
CoreListenerStub - Class in org.linphone.core
 
CoreListenerStub() - Constructor for class org.linphone.core.CoreListenerStub
 
create(Core) - Method in interface org.linphone.core.AccountCreator
Create a AccountCreator and set Linphone Request callbacks.
createAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to create an account on server.
createAccount(AccountParams) - Method in interface org.linphone.core.Core
Create an account using given parameters, see Core.createAccountParams().
createAccountCreator(String) - Method in interface org.linphone.core.Core
Create a AccountCreator and set Linphone Request callbacks.
createAccountParams() - Method in interface org.linphone.core.Core
Create an account params using default values from Linphone core.
createAddress(String) - Method in interface org.linphone.core.Core
Create a Address object by parsing the user supplied address, given as
a string.
createAddress(String) - Method in class org.linphone.core.Factory
Parse a string holding a SIP URI and create the according Address
object.
createAuthInfo(String, String, String, String, String, String) - Method in class org.linphone.core.Factory
Creates a AuthInfo object.
createAuthInfo(String, String, String, String, String, String, String) - Method in class org.linphone.core.Factory
Creates a AuthInfo object.
createBuffer() - Method in class org.linphone.core.Factory
Creates an object Buffer.
createBufferFromData(byte[], int) - Method in class org.linphone.core.Factory
Creates an object Buffer.
createBufferFromString(String) - Method in class org.linphone.core.Factory
Creates an object Buffer.
createCallLog(Address, Address, Call.Dir, int, long, long, Call.Status, boolean, float) - Method in interface org.linphone.core.Core
Creates a fake CallLog.
createCallParams(Call) - Method in interface org.linphone.core.Core
Create a CallParams suitable for Core.inviteWithParams(java.lang.String, org.linphone.core.CallParams),
linphone_core_accept_call_with_params,
linphone_core_accept_early_media_with_params or
linphone_core_accept_call_update.
createChatRoom(ChatRoomParams, String, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(String, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, Address, Address[]) - Method in interface org.linphone.core.Core
Create a chat room.
createChatRoom(ChatRoomParams, Address, Address) - Method in interface org.linphone.core.Core
createChatRoom(Address) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, Address, String, Address[]) - Method in interface org.linphone.core.Core
createClientGroupChatRoom(String, boolean, boolean) - Method in interface org.linphone.core.Core
createClientGroupChatRoom(String, boolean) - Method in interface org.linphone.core.Core
createConferenceInfo() - Method in class org.linphone.core.Factory
Creates an object ConferenceInfo.
createConferenceInfoFromIcalendarContent(Content) - Method in class org.linphone.core.Factory
Creates an object ConferenceInfo from an Icalendar Content.
createConferenceParams() - Method in interface org.linphone.core.Core
Create some default conference parameters for instanciating a conference with
Core.createConferenceWithParams(org.linphone.core.ConferenceParams).
createConferenceWithParams(ConferenceParams) - Method in interface org.linphone.core.Core
Create a conference.
createConfig(String) - Method in interface org.linphone.core.Core
Create a Config object from a user config file.
createConfig(String) - Method in class org.linphone.core.Factory
Creates an object Config.
createConfigFromString(String) - Method in class org.linphone.core.Factory
Creates an object Config.
createConfigWithFactory(String, String) - Method in class org.linphone.core.Factory
Creates an object Config.
createContent() - Method in interface org.linphone.core.Core
Create a content with default values from Linphone core.
createContent() - Method in class org.linphone.core.Factory
Creates an object Content.
createContent() - Method in interface org.linphone.core.Recorder
Create a content from the recording, for example to send it in a chat message.
createCore(String, String, Object) - Method in class org.linphone.core.Factory
Instantiate a Core object.
createCoreWithConfig(Config, Object) - Method in class org.linphone.core.Factory
Instantiate a Core object with a given LinphoneConfig.
createDefaultChatRoomParams() - Method in interface org.linphone.core.Core
Creates and returns the default chat room parameters.
createDigestAuthenticationPolicy() - Method in class org.linphone.core.Factory
createEmptyMessage() - Method in interface org.linphone.core.ChatRoom
Creates an empty message attached to the given chat room.
createErrorInfo() - Method in class org.linphone.core.Factory
Creates an object LinphoneErrorInfo.
createFileTransferMessage(Content) - Method in interface org.linphone.core.ChatRoom
Creates a message attached to the given chat room with a particular content.
createForwardMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Creates a forward message attached to the given chat room with a particular
message.
createFriend() - Method in interface org.linphone.core.Core
Create a default LinphoneFriend.
createFriendList() - Method in interface org.linphone.core.Core
Create a new empty FriendList object.
createFriendPhoneNumber(String, String) - Method in class org.linphone.core.Factory
Creates a new FriendPhoneNumber objects.
createFriendWithAddress(String) - Method in interface org.linphone.core.Core
Create a Friend from the given address.
createInfoMessage() - Method in interface org.linphone.core.Core
Creates an empty info message.
createLdap() - Method in interface org.linphone.core.Core
Create an empty LDAP search.
createLdapParams() - Method in interface org.linphone.core.Core
Create a LDAP params using default values from Linphone core.
createLdapWithParams(LdapParams) - Method in interface org.linphone.core.Core
Create a LDAP search using given parameters and store them in the configuration
file.
createLocalPlayer(String, String, Object) - Method in interface org.linphone.core.Core
Create an independent media file player.
createMagicSearch() - Method in interface org.linphone.core.Core
Create a MagicSearch object.
createMessage(String) - Method in interface org.linphone.core.ChatRoom
Deprecated.
createMessageFromUtf8(String) - Method in interface org.linphone.core.ChatRoom
Creates a message attached to the given chat room with a plain text content
filled with the given message.
createNatPolicy() - Method in interface org.linphone.core.Core
Create a new NatPolicy object with every policies being disabled.
createNatPolicyFromConfig(String) - Method in interface org.linphone.core.Core
Create a new NatPolicy by reading the config of a Core
according to the passed ref.
createNotify(Address, String) - Method in interface org.linphone.core.Core
Create an out-of-dialog notification, specifying the destination resource, the
event name.
createOneShotPublish(Address, String) - Method in interface org.linphone.core.Core
Create a publish context for a one-shot publish.
createParticipantDeviceIdentity(Address, String) - Method in class org.linphone.core.Factory
Create a ParticipantDeviceIdentity object.
createPresenceActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.Core
Create a PresenceActivity with the given type and description.
createPresenceModel() - Method in interface org.linphone.core.Core
Create a default LinphonePresenceModel.
createPresenceModelWithActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.Core
Create a PresenceModel with the given activity type and activity
description.
createPresenceModelWithActivityAndNote(PresenceActivity.Type, String, String, String) - Method in interface org.linphone.core.Core
Create a PresenceModel with the given activity type, activity
description, note content and note language.
createPresenceNote(String, String) - Method in interface org.linphone.core.Core
Create a PresenceNote with the given content and language.
createPresencePerson(String) - Method in interface org.linphone.core.Core
Create a PresencePerson with the given id.
createPresenceService(String, PresenceBasicStatus, String) - Method in interface org.linphone.core.Core
Create a PresenceService with the given id, basic status and contact.
createPrimaryContactParsed() - Method in interface org.linphone.core.Core
Same as Core.getPrimaryContact() but the result is a Address object
instead of const char *.
createProxyConfig() - Method in interface org.linphone.core.AccountCreator
Create and configure a proxy config and a authentication info for an account
creator.
createProxyConfig() - Method in interface org.linphone.core.Core
Create a proxy config with default values from Linphone core.
createPublish(Address, String, int) - Method in interface org.linphone.core.Core
Create a publish context for an event state.
createRange() - Method in class org.linphone.core.Factory
Creates an object LinphoneRange.
createRecorder(RecorderParams) - Method in interface org.linphone.core.Core
Create a media file recorder.
createRecorderParams() - Method in interface org.linphone.core.Core
Create a recorder params that will hold parameters.
createReplyMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Creates a reply message attached to the given chat room with a particular
message.
createRequest(XmlRpcArgType, String) - Method in interface org.linphone.core.XmlRpcSession
Creates a XmlRpcRequest from a XmlRpcSession.
createSubscribe(Address, String, int) - Method in interface org.linphone.core.Core
Create an outgoing subscription, specifying the destination resource, the event
name, and an optional content body.
createSubscribe(Address, ProxyConfig, String, int) - Method in interface org.linphone.core.Core
Create an outgoing subscription, specifying the destination resource, the event
name, and an optional content body.
createTransports() - Method in class org.linphone.core.Factory
Creates an object LinphoneTransports.
createTunnelConfig() - Method in class org.linphone.core.Factory
Creates an object TunnelConfig.
createVcard() - Method in class org.linphone.core.Factory
Create an empty Vcard.
createVcard(String) - Method in interface org.linphone.core.Friend
Creates a vCard object associated to this friend if there isn't one yet and if
the full name is available, either by the parameter or the one in the friend's
SIP URI.
createVideoActivationPolicy() - Method in class org.linphone.core.Factory
Creates an object LinphoneVideoActivationPolicy.
createVideoDefinition(int, int) - Method in class org.linphone.core.Factory
Create a VideoDefinition from a given width and height.
createVideoDefinitionFromName(String) - Method in class org.linphone.core.Factory
Create a VideoDefinition from a given standard definition name.
createVoiceRecordingMessage(Recorder) - Method in interface org.linphone.core.ChatRoom
Creates a chat message with a voice recording attached to the given chat room.
createXmlRpcSession(String) - Method in interface org.linphone.core.Core
Create a XmlRpcSession for a given url.

D

d(Object...) - Static method in class org.linphone.mediastream.Log
 
debug(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelDebug message to the logs.
decline(Reason) - Method in interface org.linphone.core.Call
Decline a pending incoming call, with a reason.
declineWithErrorInfo(ErrorInfo) - Method in interface org.linphone.core.Call
Decline a pending incoming call, with a ErrorInfo object.
deferUpdate() - Method in interface org.linphone.core.Call
When receiving a #LinphoneCallUpdatedByRemote state notification, prevent
Core from performing an automatic answer.
deleteChatRoom(ChatRoom) - Method in interface org.linphone.core.Core
Removes a chatroom including all message history from the LinphoneCore.
deleteFromDatabase() - Method in interface org.linphone.core.EventLog
Delete event log from database.
deleteHistory() - Method in interface org.linphone.core.ChatRoom
Delete all messages from the history.
deleteMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Delete a message from the chat room history.
denySubscription(Reason) - Method in interface org.linphone.core.Event
Deny an incoming subscription with given reason.
detectCameras(int[], int[], int[]) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
detectCameras(int[], int[], int[]) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
detectCameras(int[], int[], int[]) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
detectCamerasCount() - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
detectCamerasCount() - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
detectCamerasCount() - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
DEVICE_HAS_BUILTIN_AEC - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_BUILTIN_AEC_CRAPPY - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_BUILTIN_OPENSLES_AEC - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_CRAPPY_AAUDIO - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_CRAPPY_ANDROID_FASTRECORD - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_CRAPPY_ANDROID_FASTTRACK - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_CRAPPY_OPENGL - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_CRAPPY_OPENSLES - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_HAS_UNSTANDARD_LIBMEDIA - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_MCH264ENC_NO_PIX_FMT_CONV - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_MCH265_LIMIT_DEQUEUE_OF_OUTPUT_BUFFERS - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_USE_ANDROID_CAMCORDER - Static variable in class org.linphone.mediastream.Factory
 
DEVICE_USE_ANDROID_MIC - Static variable in class org.linphone.mediastream.Factory
 
DialPlan - Interface in org.linphone.core
Represents a dial plan.
didRegisterForRemotePush(Object) - Method in interface org.linphone.core.Core
Sets device_token when application
didRegisterForRemoteNotificationsWithDeviceToken (IOS only).
didRegisterForRemotePushWithStringifiedToken(String) - Method in interface org.linphone.core.Core
Sets device_token when application
didRegisterForRemoteNotificationsWithDeviceToken (IOS only).
DigestAuthenticationPolicy - Interface in org.linphone.core
The LinphoneDigestAuthenticationPolicy holds parameters relative to digest
authentication procedures.
disableAudioRouteChanges(boolean) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
disableChat(Reason) - Method in interface org.linphone.core.Core
Inconditionnaly disable incoming chat messages.
done() - Method in interface org.linphone.core.Friend
Commits modification made to the friend configuration.
done() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
downloadContent(Content) - Method in interface org.linphone.core.ChatMessage
Start the download of the Content referenced in the ChatMessage
from remote server.
dump() - Method in interface org.linphone.core.Config
Dumps the Config as INI into a buffer.
dumpAsXml() - Method in interface org.linphone.core.Config
Dumps the Config as XML into a buffer.
dumpCapabilities() - Static method in class org.linphone.mediastream.Version
 

E

e(Object...) - Static method in class org.linphone.mediastream.Log
 
EcCalibratorStatus - Enum in org.linphone.core
Enum describing the result of the echo canceller calibration process.
edit() - Method in interface org.linphone.core.Friend
Starts editing a friend configuration.
edit() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
editMainSipAddress(String) - Method in interface org.linphone.core.Vcard
Edits the preferred SIP address in the vCard (or the first one), using the IMPP
property.
enable(boolean) - Method in interface org.linphone.core.PayloadType
Enable/disable a payload type.
enableAll() - Method in interface org.linphone.core.ImNotifPolicy
Enable all receiving and sending of notifications.
enableChat() - Method in interface org.linphone.core.Core
Enable reception of incoming chat messages.
enabled() - Method in interface org.linphone.core.PayloadType
Check whether a palyoad type is enabled.
enableEarpiece() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
enableFilterFromName(String, boolean) - Method in class org.linphone.mediastream.Factory
 
enableFilterFromName(String, boolean) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
Deprecated. 
enableLime(LimeState) - Method in interface org.linphone.core.Core
Deprecated.
04/02/2019 Use linphone_core_enable_lime_x3dh instead.
enableLogcatLogs(boolean) - Method in class org.linphone.core.Factory
When enabled logs are printed into logcat.
enableLogCollection(LogCollectionState) - Method in interface org.linphone.core.Core
Enable the linphone core log collection to upload logs on a server.
enableLogCollection(LogCollectionState) - Method in class org.linphone.core.Factory
Enables or disables log collection.
enableSpeaker() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
ensureRegistered() - Method in interface org.linphone.core.Core
Call this method when you receive a push notification (if you handle push
notifications manually).
enter() - Method in interface org.linphone.core.Conference
For a local conference, the local participant joins the conference For a remote
conference, the participant rejoins the conference after leaving it earlier on.
enterBackground() - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when it enters background mode.
enterConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.enter() instead.
enterForeground() - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when it enters foreground mode.
ephemeralSupportedByAllParticipants() - Method in interface org.linphone.core.ChatRoom
Uses linphone spec to check if all participants support ephemeral messages.
equal(Address) - Method in interface org.linphone.core.Address
Compare two Address taking the tags and headers into account.
equals(VideoDefinition) - Method in interface org.linphone.core.VideoDefinition
Tells whether two VideoDefinition objects are equal (the widths and the
heights are the same but can be switched).
error(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelError message to the logs.
ErrorInfo - Interface in org.linphone.core
Object representing full details about a signaling error or status.
Event - Interface in org.linphone.core
Object representing an event state, which is subcribed or published.
EventListener - Interface in org.linphone.core
An object to handle the callbacks for handling the LinphoneEvent operations.
EventListenerStub - Class in org.linphone.core
 
EventListenerStub() - Constructor for class org.linphone.core.EventListenerStub
 
EventLog - Interface in org.linphone.core
Object that represents an event that must be stored in database.
EventLog.SecurityEventType - Enum in org.linphone.core
 
EventLog.Type - Enum in org.linphone.core
 
exportFriendsAsVcard4File(String) - Method in interface org.linphone.core.FriendList
Creates and export Friend objects from FriendList to a file
using vCard 4 format.

F

Factory - Class in org.linphone.core
The factory is a singleton object devoted to the creation of all the objects of
Liblinphone that cannot be created by Core itself.
Factory() - Constructor for class org.linphone.core.Factory
 
Factory - Class in org.linphone.mediastream
 
fatal(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelFatal message to the logs.
fileFormatSupported(String) - Method in interface org.linphone.core.Core
Returns whether a specific file format is supported.
filterFromNameEnabled(String) - Method in class org.linphone.mediastream.Factory
 
filterFromNameEnabled(String) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
Deprecated. 
findAuthInfo() - Method in interface org.linphone.core.Account
Find authentication info matching account, if any, similarly to
linphone_core_find_auth_info.
findAuthInfo(String, String, String) - Method in interface org.linphone.core.Core
Find authentication info matching realm, username, domain criteria.
findAuthInfo() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
findCallFromUri(String) - Method in interface org.linphone.core.Core
Deprecated.
findCallLog(String, int) - Method in interface org.linphone.core.Core
Get the call log matching the call id, or null if can't be found.
findCallLogFromCallId(String) - Method in interface org.linphone.core.Core
Get the call log matching the call id, or null if can't be found.
findChatRoom(Address, Address) - Method in interface org.linphone.core.Core
findContactsByChar(String, boolean) - Method in interface org.linphone.core.Core
Retrieves a list of Address sort and filter.
findDevice(Address) - Method in interface org.linphone.core.Participant
Find a device in the list of devices from a chat room's participant.
findFriend(Address) - Method in interface org.linphone.core.Core
Search a Friend by its address.
findFriendByAddress(Address) - Method in interface org.linphone.core.FriendList
Find a friend in the friend list using a LinphoneAddress.
findFriendByPhoneNumber(String) - Method in interface org.linphone.core.Core
Search a Friend by its phone number.
findFriendByPhoneNumber(String) - Method in interface org.linphone.core.FriendList
Find a friend in the friend list using a phone number.
findFriendByRefKey(String) - Method in interface org.linphone.core.FriendList
Find a friend in the friend list using a ref key.
findFriendByUri(String) - Method in interface org.linphone.core.FriendList
Find a friend in the friend list using an URI string.
findFriends(Address) - Method in interface org.linphone.core.Core
Search all Friend matching an address.
findFriendsByAddress(Address) - Method in interface org.linphone.core.FriendList
Find all friends in the friend list using a LinphoneAddress.
findFriendsByUri(String) - Method in interface org.linphone.core.FriendList
Find all friends in the friend list using an URI string.
findMessage(String) - Method in interface org.linphone.core.ChatRoom
Gets the chat message sent or received in this chat room that matches the
message_id.
findOneToOneChatRoom(Address, Address, boolean) - Method in interface org.linphone.core.Core
findPartByHeader(String, String) - Method in interface org.linphone.core.Content
Find a part from a multipart content looking for a part header with a specified
value.
findParticipant(Address) - Method in interface org.linphone.core.ChatRoom
Find a participant of a chat room from its address.
findParticipant(Address) - Method in interface org.linphone.core.Conference
Find a participant from a conference.
Friend - Interface in org.linphone.core
This object is used to store a SIP address.
FriendCapability - Enum in org.linphone.core
Enum describing the capabilities of a Friend, populated through
presence subscribe/notify process.
FriendList - Interface in org.linphone.core
This object representing a list of Friend.
FriendList.Status - Enum in org.linphone.core
 
FriendList.SyncStatus - Enum in org.linphone.core
 
FriendListListener - Interface in org.linphone.core
An object to handle the callbacks for LinphoneFriend synchronization.
FriendListListenerStub - Class in org.linphone.core
 
FriendListListenerStub() - Constructor for class org.linphone.core.FriendListListenerStub
 
FriendListType - Enum in org.linphone.core
The types of FriendList.
FriendPhoneNumber - Interface in org.linphone.core
Object that represents a Friend's phone number.
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.ActivationCodeStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.DomainStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.EmailStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.LanguageStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.PasswordStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.PhoneNumberStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.Status
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.TransportStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreator.UsernameStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreatorAlgoStatus
 
fromInt(int) - Static method in enum org.linphone.core.AccountCreatorBackend
 
fromInt(int) - Static method in enum org.linphone.core.AddressFamily
 
fromInt(int) - Static method in enum org.linphone.core.AudioDevice.Capabilities
 
fromInt(int) - Static method in enum org.linphone.core.AudioDevice.Type
 
fromInt(int) - Static method in enum org.linphone.core.AuthMethod
 
fromInt(int) - Static method in enum org.linphone.core.AVPFMode
 
fromInt(int) - Static method in enum org.linphone.core.Call.Dir
 
fromInt(int) - Static method in enum org.linphone.core.Call.State
 
fromInt(int) - Static method in enum org.linphone.core.Call.Status
 
fromInt(int) - Static method in enum org.linphone.core.ChatMessage.Direction
 
fromInt(int) - Static method in enum org.linphone.core.ChatMessage.State
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoom.State
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoomBackend
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoomCapabilities
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoomEncryptionBackend
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoomEphemeralMode
 
fromInt(int) - Static method in enum org.linphone.core.ChatRoomSecurityLevel
 
fromInt(int) - Static method in enum org.linphone.core.Conference.State
 
fromInt(int) - Static method in enum org.linphone.core.ConferenceInfoError
 
fromInt(int) - Static method in enum org.linphone.core.ConfiguringState
 
fromInt(int) - Static method in enum org.linphone.core.ConsolidatedPresence
 
fromInt(int) - Static method in enum org.linphone.core.Core.LogCollectionUploadState
 
fromInt(int) - Static method in enum org.linphone.core.EcCalibratorStatus
 
fromInt(int) - Static method in enum org.linphone.core.EventLog.SecurityEventType
 
fromInt(int) - Static method in enum org.linphone.core.EventLog.Type
 
fromInt(int) - Static method in enum org.linphone.core.FriendCapability
 
fromInt(int) - Static method in enum org.linphone.core.FriendList.Status
 
fromInt(int) - Static method in enum org.linphone.core.FriendList.SyncStatus
 
fromInt(int) - Static method in enum org.linphone.core.FriendListType
 
fromInt(int) - Static method in enum org.linphone.core.GlobalState
 
fromInt(int) - Static method in enum org.linphone.core.IceState
 
fromInt(int) - Static method in enum org.linphone.core.LdapAuthMethod
 
fromInt(int) - Static method in enum org.linphone.core.LdapCertVerificationMode
 
fromInt(int) - Static method in enum org.linphone.core.LdapCheck
 
fromInt(int) - Static method in enum org.linphone.core.LdapDebugLevel
 
fromInt(int) - Static method in enum org.linphone.core.LimeState
 
fromInt(int) - Static method in enum org.linphone.core.LogCollectionState
 
fromInt(int) - Static method in enum org.linphone.core.LogLevel
 
fromInt(int) - Static method in enum org.linphone.core.MagicSearchAggregation
 
fromInt(int) - Static method in enum org.linphone.core.MagicSearchSource
 
fromInt(int) - Static method in enum org.linphone.core.MediaDirection
 
fromInt(int) - Static method in enum org.linphone.core.MediaEncryption
 
fromInt(int) - Static method in enum org.linphone.core.MediaResourceMode
 
fromInt(int) - Static method in enum org.linphone.core.ParticipantDeviceState
 
fromInt(int) - Static method in enum org.linphone.core.Player.State
 
fromInt(int) - Static method in enum org.linphone.core.PresenceActivity.Type
 
fromInt(int) - Static method in enum org.linphone.core.PresenceBasicStatus
 
fromInt(int) - Static method in enum org.linphone.core.Privacy
 
fromInt(int) - Static method in enum org.linphone.core.PublishState
 
fromInt(int) - Static method in enum org.linphone.core.Reason
 
fromInt(int) - Static method in enum org.linphone.core.RecorderFileFormat
 
fromInt(int) - Static method in enum org.linphone.core.RecorderState
 
fromInt(int) - Static method in enum org.linphone.core.RegistrationState
 
fromInt(int) - Static method in enum org.linphone.core.SessionExpiresRefresher
 
fromInt(int) - Static method in enum org.linphone.core.StreamType
 
fromInt(int) - Static method in enum org.linphone.core.SubscribePolicy
 
fromInt(int) - Static method in enum org.linphone.core.SubscriptionDir
 
fromInt(int) - Static method in enum org.linphone.core.SubscriptionState
 
fromInt(int) - Static method in enum org.linphone.core.SupportLevel
 
fromInt(int) - Static method in enum org.linphone.core.ToneID
 
fromInt(int) - Static method in enum org.linphone.core.TransportType
 
fromInt(int) - Static method in enum org.linphone.core.Tunnel.Mode
 
fromInt(int) - Static method in enum org.linphone.core.UpnpState
 
fromInt(int) - Static method in enum org.linphone.core.VersionUpdateCheckResult
 
fromInt(int) - Static method in enum org.linphone.core.XmlRpcArgType
 
fromInt(int) - Static method in enum org.linphone.core.XmlRpcStatus
 
fromInt(int) - Static method in enum org.linphone.core.ZrtpPeerStatus
 
frontFacing - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 

G

generateUniqueId() - Method in interface org.linphone.core.Vcard
Generates a random unique id for the vCard.
get() - Method in interface org.linphone.core.LoggingService
Gets the singleton logging service object.
getAccountByIdkey(String) - Method in interface org.linphone.core.Core
Search for a Account by it's idkey.
getAccountList() - Method in interface org.linphone.core.Core
Returns an unmodifiable list of entered accounts.
getActivated() - Method in interface org.linphone.core.Tunnel
Returns whether the tunnel is activated.
getActivationCode() - Method in interface org.linphone.core.AccountCreator
Get the activation code.
getActivity() - Method in interface org.linphone.core.PresenceModel
Gets the first activity of a presence model (there is usually only one).
getActualDisplayMode() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getAdaptiveRateAlgorithm() - Method in interface org.linphone.core.Core
Returns which adaptive rate algorithm is currently configured for future calls.
getAddress() - Method in interface org.linphone.core.Friend
Get address of this friend.
getAddress() - Method in interface org.linphone.core.Participant
Get the address of a conference participant.
getAddress() - Method in interface org.linphone.core.ParticipantDevice
Get the address of a participant's device.
getAddress() - Method in interface org.linphone.core.ParticipantDeviceIdentity
Get the address of the participant device.
getAddress() - Method in interface org.linphone.core.SearchResult
Gets the address of the search result if any.
getAddresses() - Method in interface org.linphone.core.Friend
Returns a list of Address for this friend.
getAlgorithm() - Method in interface org.linphone.core.AccountCreator
Get the algorithm configured in the account creator.
getAlgorithm() - Method in interface org.linphone.core.AuthInfo
Gets the algorithm.
getAllList() - Method in interface org.linphone.core.DialPlan
Returns a list of all known dial plans.
getAllowMd5() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Get whether MD5 hash algorithm is allowed.
getAllowNoQop() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Get whether digest authentication without 'qop=auth' mode is allowed.
getAppdata() - Method in interface org.linphone.core.ChatMessage
Linphone message has an app-specific field that can store a text.
getAudioDevice() - Method in interface org.linphone.core.RecorderParams
Retrieve the AudioDevice object.
getAudioDevices() - Method in interface org.linphone.core.Core
Returns a list of audio devices, with only the first device for each type To
have the list of all audio devices, use Core.getExtendedAudioDevices()

getAudioDevices(String) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getAudioDirection() - Method in interface org.linphone.core.CallParams
Get the audio stream direction.
getAudioDirection() - Method in interface org.linphone.core.ParticipantDevice
Get the audio direction of the device.
getAudioDscp() - Method in interface org.linphone.core.Core
Get the DSCP field for outgoing audio streams.
getAudioJittcomp() - Method in interface org.linphone.core.Core
Returns the nominal audio jitter buffer size in milliseconds.
getAudioMulticastAddr() - Method in interface org.linphone.core.Core
Use to get multicast address to be used for audio stream.
getAudioMulticastTtl() - Method in interface org.linphone.core.Core
Use to get multicast ttl to be used for audio stream.
getAudioPayloadTypes() - Method in interface org.linphone.core.Core
Return the list of the available audio payload types.
getAudioPort() - Method in interface org.linphone.core.Core
Gets the UDP port used for audio streaming.
getAudioPortsRange() - Method in interface org.linphone.core.Core
Get the audio port range from which is randomly chosen the UDP port used for
audio streaming.
getAudioStats() - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for the audio stream.
getAuthenticationToken() - Method in interface org.linphone.core.Call
Returns the ZRTP authentication token to verify.
getAuthenticationTokenVerified() - Method in interface org.linphone.core.Call
Returns whether ZRTP authentication token is verified.
getAuthInfoList() - Method in interface org.linphone.core.Core
Returns an unmodifiable list of currently entered AuthInfo.
getAuthMethod() - Method in interface org.linphone.core.LdapParams
Get the authentification method.
getAutomaticallyAccept() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the value for the automatically accept video policy.
getAutomaticallyInitiate() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the value for the automatically initiate video policy.
getAvailableAlgorithms() - Method in interface org.linphone.core.AuthInfo
Gets all available algorithms.
getAverageQuality() - Method in interface org.linphone.core.Call
Returns call quality averaged over all the duration of the call.
getAvpfMode() - Method in interface org.linphone.core.AccountParams
Get enablement status of RTCP feedback (also known as AVPF profile).
getAvpfMode() - Method in interface org.linphone.core.Core
Return AVPF enablement.
getAvpfMode() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getAvpfRrInterval() - Method in interface org.linphone.core.AccountParams
Get the interval between regular RTCP reports when using AVPF/SAVPF.
getAvpfRrInterval() - Method in interface org.linphone.core.Core
Return the avpf report interval in seconds.
getAvpfRrInterval() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getBackend() - Method in interface org.linphone.core.ChatRoomParams
Get the backend implementation of the chat room associated with the given
parameters.
getBaseObject() - Method in interface org.linphone.core.LdapParams
Get the BaseObject.
getBasicStatus() - Method in interface org.linphone.core.PresenceModel
Gets the basic status of a presence model.
getBasicStatus() - Method in interface org.linphone.core.PresenceService
Gets the basic status of a presence service.
getBindDn() - Method in interface org.linphone.core.LdapParams
Get the Bind DN to use for bindings.
getBitmap() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getBool(String, String, boolean) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a boolean, given its section, key, and
default value.
getBuffer() - Method in interface org.linphone.core.Content
Get the content data buffer, usually a string.
getBundleIdentifier() - Method in interface org.linphone.core.PushNotificationConfig
Gets the app's bundle identifier for "contact uri parameter".
getCall() - Method in interface org.linphone.core.ChatRoom
Gets the current call associated to this chatroom if any To commit a message,
use linphone_chat_room_send_message

getCall() - Method in interface org.linphone.core.EventLog
Returns the call of a conference call event.
getCallByCallid(String) - Method in interface org.linphone.core.Core
Get the call by callid.
getCallByRemoteAddress(String) - Method in interface org.linphone.core.Core
getCallByRemoteAddress2(Address) - Method in interface org.linphone.core.Core
Get the call with the specified Address.
getCallHistory(Address, Address) - Method in interface org.linphone.core.Core
Get the list of call logs (past calls).
getCallHistoryForAddress(Address) - Method in interface org.linphone.core.Core
getCallId() - Method in interface org.linphone.core.CallLog
Get the call ID used by the call.
getCallId() - Method in interface org.linphone.core.ChatMessage
Gets the callId accociated with the message.
getCallLog() - Method in interface org.linphone.core.Call
Gets the call log associated to this call.
getCallLogs() - Method in interface org.linphone.core.Core
Get the list of call logs (past calls).
getCallLogsDatabasePath() - Method in interface org.linphone.core.Core
Gets the database filename where call logs will be stored.
getCalls() - Method in interface org.linphone.core.Core
Gets the current list of calls.
getCallsNb() - Method in interface org.linphone.core.Core
Get the number of Call.
getCallSnd() - Method in interface org.linphone.core.PushNotificationConfig
Gets the call_snd for "contact uri parameter".
getCallStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the call_str for "contact uri parameter".
getCameraSensorRotation() - Method in interface org.linphone.core.Core
Get the camera sensor rotation.
getCapabilities() - Method in interface org.linphone.core.AudioDevice
Returns the capabilities of the device.
getCapabilities() - Method in interface org.linphone.core.ChatRoom
Get the capabilities of a chat room.
getCapabilities() - Method in interface org.linphone.core.Friend
Returns the capabilities associated to this friend.
getCapabilities() - Method in interface org.linphone.core.PresenceModel
Gets the capabilities of a PresenceModel object.
getCapabilities() - Method in interface org.linphone.core.SearchResult
Returns the capabilities mask of the search result.
getCapabilityDescriptor() - Method in interface org.linphone.core.ParticipantDeviceIdentity
Get the capability descriptor (currently +org.linphone.specs value) for this
participant device identity.
getCapabilityVersion(FriendCapability) - Method in interface org.linphone.core.Friend
Returns the version of a friend's capbility.
getCapabilityVersion(FriendCapability) - Method in interface org.linphone.core.PresenceModel
Returns the version of the capability of a PresenceModel.
getCaptureDevice() - Method in interface org.linphone.core.Core
Gets the name of the currently assigned sound device for capture.
getCaptureVolume() - Method in interface org.linphone.core.Recorder
Get linear volume when capturing audio.
getCccFromIso(String) - Static method in class org.linphone.core.Utils
 
getChannels() - Method in interface org.linphone.core.PayloadType
Get the number of channels.
getChar() - Method in interface org.linphone.core.ChatRoom
When realtime text is enabled CallParams#realtimeTextEnabled,
LinphoneCoreIsComposingReceivedCb is call everytime a char is received from
peer.
getChatMessage() - Method in interface org.linphone.core.EventLog
Returns the chat message of a conference chat message event.
getChatRoom() - Method in interface org.linphone.core.Call
Create a new chat room for real time messaging from a call if not already
existing, else return existing one.
getChatRoom() - Method in interface org.linphone.core.ChatMessage
Returns the chatroom this message belongs to.
getChatRoom(Address) - Method in interface org.linphone.core.Core
getChatRoom(Address, Address) - Method in interface org.linphone.core.Core
getChatRoomFromUri(String) - Method in interface org.linphone.core.Core
getChatRooms() - Method in interface org.linphone.core.Core
Returns a list of chat rooms.
getClockRate() - Method in interface org.linphone.core.PayloadType
Get the clock rate of a payload type.
getComposingAddresses() - Method in interface org.linphone.core.ChatRoom
Gets the list of participants that are currently composing.
getConference() - Method in interface org.linphone.core.Call
Return the associated conference object.
getConference() - Method in interface org.linphone.core.Core
Get a pointer on the internal conference object.
getConferenceAddress() - Method in interface org.linphone.core.ChatRoom
Get the conference address of the chat room.
getConferenceAddress() - Method in interface org.linphone.core.Conference
Get the conference address of the conference.
getConferenceFactoryUri() - Method in interface org.linphone.core.AccountParams
Get the conference factory uri.
getConferenceFactoryUri() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getConferenceLocalInputVolume() - Method in interface org.linphone.core.Core
Get the set input volume of the local participant.
getConferenceSize() - Method in interface org.linphone.core.Core
Deprecated.
16/04/2021 Use Conference.getParticipantCount() instead.
getConfig() - Method in interface org.linphone.core.Core
Returns the config object used to manage the storage (config) file.
getConfigDir(Object) - Method in class org.linphone.core.Factory
Get the config path.
getConsolidatedPresence() - Method in interface org.linphone.core.Core
Get my consolidated presence.
getConsolidatedPresence() - Method in interface org.linphone.core.Friend
Get the consolidated presence of a friend.
getConsolidatedPresence() - Method in interface org.linphone.core.PresenceModel
Get the consolidated presence from a presence model.
getContact() - Method in interface org.linphone.core.PresenceModel
Gets the contact of a presence model.
getContact() - Method in interface org.linphone.core.PresenceService
Gets the contact of a presence service.
getContact() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContactAddress() - Method in interface org.linphone.core.Account
Return the contact address of the account.
getContactListFromFilter(String, String) - Method in interface org.linphone.core.MagicSearch
getContactListFromFilterAsync(String, String) - Method in interface org.linphone.core.MagicSearch
getContactParameters() - Method in interface org.linphone.core.AccountParams
Returns the contact parameters.
getContactParameters() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContacts(String, String, int) - Method in interface org.linphone.core.MagicSearch
getContactsAsync(String, String, int) - Method in interface org.linphone.core.MagicSearch
getContactsList(String, String, int, MagicSearchAggregation) - Method in interface org.linphone.core.MagicSearch
Create a sorted list of SearchResult which match with a filter word, from
SipUri in this order : Contact's display name, address username, address domain
and phone number.
getContactsListAsync(String, String, int, MagicSearchAggregation) - Method in interface org.linphone.core.MagicSearch
getContactUriParameters() - Method in interface org.linphone.core.AccountParams
Return the contact URI parameters.
getContactUriParameters() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContent() - Method in interface org.linphone.core.Buffer
Get the content of the data buffer.
getContent() - Method in interface org.linphone.core.InfoMessage
Returns the info message's content as a Content structure.
getContent() - Method in interface org.linphone.core.PresenceNote
Gets the content of a presence note.
getContent() - Method in interface org.linphone.core.XmlRpcRequest
Get the content of the XML-RPC request.
getContents() - Method in interface org.linphone.core.ChatMessage
Returns the list of contents in the message.
getContentType() - Method in interface org.linphone.core.ChatMessage
Get the content type of a chat message.
getContext() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getCore() - Method in interface org.linphone.core.Account
Get the Core object to which is associated the Account.
getCore() - Method in interface org.linphone.core.Call
Get the core that has created the specified call.
getCore() - Method in interface org.linphone.core.ChatMessage
Returns back pointer to Core object.
getCore() - Method in interface org.linphone.core.ChatRoom
Returns back pointer to Core object.
getCore() - Method in interface org.linphone.core.Conference
Returns core for a Conference.
getCore() - Method in interface org.linphone.core.Event
Returns back pointer to the Core that created this Event.
getCore(long) - Method in class org.linphone.core.Factory
 
getCore() - Method in interface org.linphone.core.Friend
Returns the Core object managing this friend, if any.
getCore() - Method in interface org.linphone.core.FriendList
Returns the Core object attached to this LinphoneFriendList.
getCore() - Method in interface org.linphone.core.Ldap
Get the Core object to which is associated the Ldap.
getCore() - Method in interface org.linphone.core.NatPolicy
Returns the Core object managing this nat policy, if any.
getCore() - Method in interface org.linphone.core.Player
Returns the Core object managing this player's call, if any.
getCore() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getCountry() - Method in interface org.linphone.core.DialPlan
Returns the country name of the dialplan.
getCountryCallingCode() - Method in interface org.linphone.core.DialPlan
Returns the country calling code of the dialplan.
getCpuAbis() - Static method in class org.linphone.mediastream.Version
 
getCreationTime() - Method in interface org.linphone.core.ChatRoom
Return the creation time for the chat room.
getCreationTime() - Method in interface org.linphone.core.EventLog
Returns the creation time of a event log.
getCreationTime() - Method in interface org.linphone.core.Participant
Get the timestamp of the creation of the participant.
getCurrentCall() - Method in interface org.linphone.core.Core
Gets the current call.
getCurrentCallRemoteAddress() - Method in interface org.linphone.core.Core
Get the remote address of the current call.
getCurrentParams() - Method in interface org.linphone.core.Call
Returns current parameters associated to the call.
getCurrentParams() - Method in interface org.linphone.core.ChatRoom
Returns current parameters associated with the chat room.
getCurrentParams() - Method in interface org.linphone.core.Conference
Get current parameters of the conference.
getCurrentPosition() - Method in interface org.linphone.core.Player
Get the current position in the opened file.
getCurrentPreviewVideoDefinition() - Method in interface org.linphone.core.Core
Get the effective video definition provided by the camera for the captured
video.
getCurrentQuality() - Method in interface org.linphone.core.Call
Obtain real-time quality rating of the call.
getCustomContents() - Method in interface org.linphone.core.CallParams
Gets a list of Content set if exists.
getCustomHeader(String) - Method in interface org.linphone.core.Account
Obtain the value of a header sent by the server in last answer to REGISTER.
getCustomHeader(String) - Method in interface org.linphone.core.CallParams
Get a custom SIP header.
getCustomHeader(String) - Method in interface org.linphone.core.ChatMessage
Retrieve a custom header value given its name.
getCustomHeader(String) - Method in interface org.linphone.core.Content
Get a custom header value of a content.
getCustomHeader(String) - Method in interface org.linphone.core.Event
Obtain the value of a given header for an incoming subscription.
getCustomHeader(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getCustomSdpAttribute(String) - Method in interface org.linphone.core.CallParams
Get a custom SDP attribute that is related to all the streams.
getCustomSdpMediaAttribute(StreamType, String) - Method in interface org.linphone.core.CallParams
Get a custom SDP attribute that is related to a specific stream.
getCustomValue(String) - Method in interface org.linphone.core.LdapParams
Get the value from field.
getDataDir(Object) - Method in class org.linphone.core.Factory
Get the data path.
getDataResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the data resources are located.
getDateTime() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the date and time of the conference.
getDebugLevel() - Method in interface org.linphone.core.LdapParams
Return the debug verbosity level.
getDecoderText(String) - Method in class org.linphone.mediastream.Factory
 
getDefaultAccount() - Method in interface org.linphone.core.Core
Returns the default account, that is the one used to determine the current
identity.
getDefaultEphemeralLifetime() - Method in interface org.linphone.core.Core
Gets the default lifetime of ephemeral messages in seconds core the linphone
core.
getDefaultFloat(String, String, float) - Method in interface org.linphone.core.Config
Retrieves a default configuration item as a float, given its section, key, and
default value.
getDefaultFriendList() - Method in interface org.linphone.core.Core
Retrieves the first list of Friend from the core.
getDefaultInputAudioDevice() - Method in interface org.linphone.core.Core
Gets the default input audio device.
getDefaultInt(String, String, int) - Method in interface org.linphone.core.Config
Retrieves a default configuration item as an integer, given its section, key,
and default value.
getDefaultInt64(String, String, int) - Method in interface org.linphone.core.Config
Retrieves a default configuration item as a 64 bit integer, given its section,
key, and default value.
getDefaultOutputAudioDevice() - Method in interface org.linphone.core.Core
Gets the default output audio device.
getDefaultProxyConfig() - Method in interface org.linphone.core.Core
Returns the default proxy configuration, that is the one used to determine the
current identity.
getDefaultString(String, String, String) - Method in interface org.linphone.core.Config
Retrieves a default configuration item as a string, given its section, key, and
default value.
getDefaultVideoDisplayFilter() - Method in interface org.linphone.core.Core
Get the name of the default mediastreamer2 filter used for rendering video on
the current platform.
getDelay() - Method in interface org.linphone.core.LdapParams
Get the delay between each search in milliseconds.
getDelay() - Method in interface org.linphone.core.TunnelConfig
Get the UDP packet round trip delay in ms for a tunnel configuration.
getDelayedTimeout() - Method in interface org.linphone.core.Core
Gets the delayed timeout See Core.setDelayedTimeout(int) for details.
getDelimiter() - Method in interface org.linphone.core.MagicSearch
Get the delimiter used for the search.
getDependency() - Method in interface org.linphone.core.Account
Get the dependency of a Account.
getDependency() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDescription() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the description of the conference.
getDescription() - Method in interface org.linphone.core.PayloadType
Return a string describing a payload type.
getDescription() - Method in interface org.linphone.core.PresenceActivity
Gets the description of a presence activity.
getDeviceAddress() - Method in interface org.linphone.core.EventLog
Returns the device address of a conference participant device event.
getDeviceFavoriteBufferSize() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getDeviceFavoriteSampleRate() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getDeviceFlags() - Method in class org.linphone.mediastream.Factory
 
getDeviceName() - Method in interface org.linphone.core.AudioDevice
Returns the name of the audio device.
getDeviceRotation() - Method in interface org.linphone.core.Core
Gets the current device orientation.
getDevices() - Method in interface org.linphone.core.Participant
Gets the list of devices from a chat room's participant.
getDialEscapePlus() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDialPlans() - Method in class org.linphone.core.Factory
Returns a bctbx_list_t of all DialPlans.
getDialPrefix() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDigestAuthenticationPolicy() - Method in interface org.linphone.core.Core
Get the current digest authentication policy applicable for SIP and HTTP.
getDir() - Method in interface org.linphone.core.Call
Returns direction of the call (incoming or outgoing).
getDir() - Method in interface org.linphone.core.CallLog
Get the direction of the call.
getDisableRecordOnMute() - Method in interface org.linphone.core.Core
Get whether the microphone will be completely deactivated when muted.
getDisplayName() - Method in interface org.linphone.core.AccountCreator
Get the display name.
getDisplayName() - Method in interface org.linphone.core.Address
Returns the display name.
getDisplayName() - Method in interface org.linphone.core.FriendList
Get the display name of the friend list.
getDiversionAddress() - Method in interface org.linphone.core.Call
Returns the diversion address associated to this call.
getDnsSetByApp() - Method in interface org.linphone.core.Core
Tells if the DNS was set by an application.
getDomain() - Method in interface org.linphone.core.AccountCreator
Get the domain.
getDomain() - Method in interface org.linphone.core.AccountParams
Get the domain name of the given account params.
getDomain() - Method in interface org.linphone.core.Address
Returns the domain name.
getDomain() - Method in interface org.linphone.core.AuthInfo
Gets the domain.
getDomain() - Method in interface org.linphone.core.LoggingService
Get the domain where application logs are written (for example with LoggingService.message(java.lang.String)
).
getDomain() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDomain() - Method in interface org.linphone.core.Tunnel
Get the domain.
getDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the received stream, expressed in kbit/s,
including IP/UDP/RTP headers.
getDownloadBandwidth() - Method in interface org.linphone.core.Core
Retrieve the maximum available download bandwidth.
getDownloadDir(Object) - Method in class org.linphone.core.Factory
Get the download path.
getDownloadPtime() - Method in interface org.linphone.core.Core
Get audio packetization time linphone expects to receive from peer.
getDriverName() - Method in interface org.linphone.core.AudioDevice
Returns the driver name used by the device.
getDtlsPort() - Method in interface org.linphone.core.Transports
Gets the DTLS port in the Transports object.
getDuration() - Method in interface org.linphone.core.Call
Returns call's duration in seconds.
getDuration() - Method in interface org.linphone.core.CallLog
Get the duration of the call since connected.
getDuration() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the duration (in minutes) of the conference.
getDuration() - Method in interface org.linphone.core.Player
Get the duration of the opened file.
getDuration() - Method in interface org.linphone.core.Recorder
Gets the duration of the recording.
getEchoCancellerFilterName() - Method in interface org.linphone.core.Core
Get the name of the mediastreamer2 filter used for echo cancelling.
getEmail() - Method in interface org.linphone.core.AccountCreator
Get the email.
getEnabled() - Method in interface org.linphone.core.LdapParams
Return if the configuration is enabled.
getEncoderDescription() - Method in interface org.linphone.core.PayloadType
Get a description of the encoder used to provide a payload type.
getEncoderText(String) - Method in class org.linphone.mediastream.Factory
 
getEncoding() - Method in interface org.linphone.core.Content
Get the encoding of the data buffer, for example "gzip".
getEncryptionBackend() - Method in interface org.linphone.core.ChatRoomParams
Get the encryption implementation of the chat room associated with the given
parameters.
getEphemeralExpireTime() - Method in interface org.linphone.core.ChatMessage
Returns the real time at which an ephemeral message expires and will be
deleted.
getEphemeralLifetime() - Method in interface org.linphone.core.ChatMessage
Returns lifetime of an ephemeral message.
getEphemeralLifetime() - Method in interface org.linphone.core.ChatRoom
Get lifetime (in seconds) for all new ephemeral messages in the chat room.
getEphemeralLifetime() - Method in interface org.linphone.core.ChatRoomParams
Get lifetime (in seconds) for all new ephemeral messages in the chat room.
getEphemeralMessageLifetime() - Method in interface org.linphone.core.EventLog
Returns the ephemeral message lifetime of a conference ephemeral message event.
getEphemeralMode() - Method in interface org.linphone.core.ChatRoom
Get the ephemeral mode of the chat room.
getEphemeralMode() - Method in interface org.linphone.core.ChatRoomParams
Get the ephemeral message mode of the chat room associated with the given
parameters.
getError() - Method in interface org.linphone.core.Account
Get the reason why registration failed when the account state is
LinphoneRegistrationFailed.
getError() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getErrorInfo() - Method in interface org.linphone.core.Account
Get detailed information why registration failed when the account state is
LinphoneRegistrationFailed.
getErrorInfo() - Method in interface org.linphone.core.Call
Returns full details about call errors or termination reasons.
getErrorInfo() - Method in interface org.linphone.core.CallLog
When the call was failed, return an object describing the failure.
getErrorInfo() - Method in interface org.linphone.core.ChatMessage
Get full details about delivery error of a chat message.
getErrorInfo() - Method in interface org.linphone.core.Event
Get full details about an error occured.
getErrorInfo() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getEstimatedDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the estimated bandwidth measurement of the received stream, expressed in
kbit/s, including IP/UDP/RTP headers.
getEtag() - Method in interface org.linphone.core.Vcard
Gets the eTag of the vCard.
getExpires() - Method in interface org.linphone.core.AccountParams
Get the account params expires.
getExpires() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getExtendedAudioDevices() - Method in interface org.linphone.core.Core
Returns the list of all audio devices.
getExtendedPropertiesValuesByName(String) - Method in interface org.linphone.core.Vcard
Get the vCard extended properties values per property name.
getExternalBodyUrl() - Method in interface org.linphone.core.ChatMessage
Linphone message can carry external body as defined by rfc2017.
getFamilyName() - Method in interface org.linphone.core.Vcard
Returns the family name in the N attribute of the vCard, or null if it isn't
set yet.
getFile() - Method in interface org.linphone.core.Recorder
Gets the file used for recording.
getFileDuration() - Method in interface org.linphone.core.Content
Gets the file duration in seconds, if information is available.
getFileFormat() - Method in interface org.linphone.core.RecorderParams
Retrieves the RecorderFileFormat.
getFilePath() - Method in interface org.linphone.core.Content
Get the file transfer filepath set for this content (replace
linphone_chat_message_get_file_transfer_filepath).
getFileSize() - Method in interface org.linphone.core.Content
Get the file size if content is either a FileContent or a FileTransferContent.
getFileTransferInformation() - Method in interface org.linphone.core.ChatMessage
Get the file_transfer_information (used by call backs to recover informations
during a rcs file transfer)

getFileTransferServer() - Method in interface org.linphone.core.Core
Get the globaly set http file transfer server to be used for content type
application/vnd.gsma.rcs-ft-http+xml.
getFilter() - Method in interface org.linphone.core.LdapParams
Get the search is based on this filter to search contacts.
getFloat(String, String, float) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a float, given its section, key, and default
value.
getForwardInfo() - Method in interface org.linphone.core.ChatMessage
Gets the forward info if available as a string.
getFriend() - Method in interface org.linphone.core.SearchResult
Gets the friend of the search result if any.
getFriendByRefKey(String) - Method in interface org.linphone.core.Core
Search a Friend by its reference key.
getFriendListByName(String) - Method in interface org.linphone.core.Core
Retrieves the list of Friend from the core that has the given display
name.
getFriends() - Method in interface org.linphone.core.FriendList
Retrieves the list of Friend from this LinphoneFriendList.
getFriendsDatabasePath() - Method in interface org.linphone.core.Core
Gets the database filename where friends will be stored.
getFriendsLists() - Method in interface org.linphone.core.Core
Retrieves the list of FriendList from the core.
getFrom() - Method in interface org.linphone.core.Event
Get the "from" address of the subscription.
getFromAddress() - Method in interface org.linphone.core.CallLog
Get the origin address (ie from) of the call.
getFromAddress() - Method in interface org.linphone.core.ChatMessage
Get origin of the message.
getFullName() - Method in interface org.linphone.core.Vcard
Returns the FN attribute of the vCard, or null if it isn't set yet.
getGivenName() - Method in interface org.linphone.core.Vcard
Returns the given name in the N attribute of the vCard, or null if it isn't set
yet.
getGlobalState() - Method in interface org.linphone.core.Core
Returns the global state of core.
getGroupChatStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the groupchat_str for "contact uri parameter".
getGuessHostname() - Method in interface org.linphone.core.Core
Returns true if hostname part of primary contact is guessed automatically.
getHa1() - Method in interface org.linphone.core.AccountCreator
Get the ha1.
getHa1() - Method in interface org.linphone.core.AuthInfo
Gets the ha1.
getHeader(String) - Method in interface org.linphone.core.Address
Get the header encoded in the address.
getHeader(String) - Method in interface org.linphone.core.InfoMessage
Obtain a header value from a received info message.
getHeight() - Method in interface org.linphone.core.VideoDefinition
Get the height of the video definition.
getHistory(int) - Method in interface org.linphone.core.ChatRoom
Gets nb_message most recent messages from chat_room chat room, sorted from
oldest to most recent.
getHistoryEvents(int) - Method in interface org.linphone.core.ChatRoom
Gets nb_events most recent events from chat_room chat room, sorted from oldest
to most recent.
getHistoryEventsSize() - Method in interface org.linphone.core.ChatRoom
Gets the number of events in a chat room.
getHistoryMessageEvents(int) - Method in interface org.linphone.core.ChatRoom
Gets nb_events most recent chat message events from chat_room chat room, sorted
from oldest to most recent.
getHistoryRange(int, int) - Method in interface org.linphone.core.ChatRoom
Gets the partial list of messages in the given range, sorted from oldest to
most recent.
getHistoryRangeEvents(int, int) - Method in interface org.linphone.core.ChatRoom
Gets the partial list of events in the given range, sorted from oldest to most
recent.
getHistoryRangeMessageEvents(int, int) - Method in interface org.linphone.core.ChatRoom
Gets the partial list of chat message events in the given range, sorted from
oldest to most recent.
getHistorySize() - Method in interface org.linphone.core.ChatRoom
Gets the number of messages in a chat room.
getHost() - Method in interface org.linphone.core.TunnelConfig
Get the IP address or hostname of the tunnel server.
getHost2() - Method in interface org.linphone.core.TunnelConfig
Get the IP address or hostname of the second tunnel server when using dual
tunnel client.
getHttpProxyHost() - Method in interface org.linphone.core.Core
Get http proxy address to be used for signaling.
getHttpProxyPort() - Method in interface org.linphone.core.Core
Get http proxy port to be used for signaling.
getIcalendarString() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the conference as an Icalendar string.
getIceState() - Method in interface org.linphone.core.CallStats
Get the state of ICE processing.
getId() - Method in interface org.linphone.core.AudioDevice
Returns the id of the audio device.
getId() - Method in interface org.linphone.core.Conference
Deprecated.
10/07/2020 Use Conference.getConferenceAddress() instead.
getId() - Method in interface org.linphone.core.PresencePerson
Gets the id of a presence person.
getId() - Method in interface org.linphone.core.PresenceService
Gets the id of a presence service.
getIdentity() - Method in interface org.linphone.core.AccountParams
Deprecated.
01/03/2021 Use AccountParams.getIdentityAddress() instead.
getIdentity() - Method in interface org.linphone.core.Core
Gets the default identity SIP address.
getIdentityAddress() - Method in interface org.linphone.core.AccountParams
Get the identity address of the account params.
getIdentityAddress() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getIdkey() - Method in interface org.linphone.core.AccountParams
Get the idkey property of a AccountParams.
getIdkey() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getImageResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the image resources are located.
getImNotifPolicy() - Method in interface org.linphone.core.Core
Get the ImNotifPolicy object controlling the instant messaging
notifications.
getInCallTimeout() - Method in interface org.linphone.core.Core
Gets the in call timeout See Core.setInCallTimeout(int) for details.
getIncSubscribePolicy() - Method in interface org.linphone.core.Friend
get current subscription policy for this Friend

getIncTimeout() - Method in interface org.linphone.core.Core
Returns the incoming call timeout See Core.setIncTimeout(int) for details.
getIndex() - Method in interface org.linphone.core.Ldap
Get the index of the Ldap.
getInputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current input device for this call.
getInputAudioDevice() - Method in interface org.linphone.core.Conference
Gets the current input device for this conference.
getInputAudioDevice() - Method in interface org.linphone.core.Core
Gets the input audio device for the current call.
getInt(String, String, int) - Method in interface org.linphone.core.Config
Retrieves a configuration item as an integer, given its section, key, and
default value.
getInt64(String, String, int) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a 64 bit integer, given its section, key, and
default value.
getInternationalCallPrefix() - Method in interface org.linphone.core.DialPlan
Returns the international call prefix of the dialplan.
getInternationalPrefix() - Method in interface org.linphone.core.AccountParams
Get the prefix set for this account params.
getIntResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning an integer response.
getIpFamilyOfRemote() - Method in interface org.linphone.core.CallStats
Get the IP address family of the remote peer.
getIsoCountryCode() - Method in interface org.linphone.core.DialPlan
Returns the iso country code of the dialplan.
getIsVideoAvailable() - Method in interface org.linphone.core.Player
Returns whether the file has video and if it can be displayed.
getJitterBufferSizeMs() - Method in interface org.linphone.core.CallStats
Get the jitter buffer size in ms.
getKey() - Method in interface org.linphone.core.Content
Get the key associated with a RCS file transfer message if encrypted.
getKeySize() - Method in interface org.linphone.core.Content
Get the size of key associated with a RCS file transfer message if encrypted.
getKeysNamesList(String) - Method in interface org.linphone.core.Config
Returns the list of keys' names for a section in the LinphoneConfig.
getLabel() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the label associated to this phone number.
getLang() - Method in interface org.linphone.core.PresenceNote
Gets the language of a presence note.
getLanguage() - Method in interface org.linphone.core.AccountCreator
Get the language use in email of SMS.
getLastMessageInHistory() - Method in interface org.linphone.core.ChatRoom
Gets the last chat message sent or received in this chat room.
getLastOutgoingCallLog() - Method in interface org.linphone.core.Core
Get the latest outgoing call log.
getLastSearch() - Method in interface org.linphone.core.MagicSearch

getLastUpdateTime() - Method in interface org.linphone.core.ChatRoom
Return the last updated time for the chat room.
getLatePacketsCumulativeNumber() - Method in interface org.linphone.core.CallStats
Gets the cumulative number of late packets.
getLdapList() - Method in interface org.linphone.core.Core
Returns a list of entered LDAPs.
getLimeX3DhServerUrl() - Method in interface org.linphone.core.Core
Get the x3dh server url.
getLimitedSearch() - Method in interface org.linphone.core.MagicSearch
Return whether or not the search is limited.
getLinphoneSpecsList() - Method in interface org.linphone.core.Core
Get the list of linphone specs string values representing what functionalities
the linphone client supports.
getListResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning a string response.
getLocalAddress() - Method in interface org.linphone.core.CallLog
Get the local address (that is from or to depending on call direction)

getLocalAddress() - Method in interface org.linphone.core.ChatMessage
Returns the local address the message was sent or received with.
getLocalAddress() - Method in interface org.linphone.core.ChatRoom
Get the local address associated to this chat room.
getLocalAddress() - Method in interface org.linphone.core.EventLog
Returns the local address of a conference event.
getLocalConferenceMode() - Method in interface org.linphone.core.CallParams
Tell whether the call is part of the locally managed conference.
getLocalLateRate() - Method in interface org.linphone.core.CallStats
Gets the local late rate since last report.
getLocalLossRate() - Method in interface org.linphone.core.CallStats
Get the local loss rate since last report.
getLogCollectionMaxFileSize() - Method in interface org.linphone.core.Core
Get the max file size in bytes of the files used for log collection.
getLogCollectionPath() - Method in interface org.linphone.core.Core
Get the path where the log files will be written for log collection.
getLogCollectionPrefix() - Method in interface org.linphone.core.Core
Get the prefix of the filenames that will be used for log collection.
getLogCollectionUploadServerUrl() - Method in interface org.linphone.core.Core
Gets the url of the server where to upload the collected log files.
getLoggingService() - Method in class org.linphone.core.Factory
Gets the LoggingService singleton
getLogLevelMask() - Method in interface org.linphone.core.LoggingService
Gets the log level mask.
getMax() - Method in interface org.linphone.core.Range
Gets the higher value of the range.
getMaxCalls() - Method in interface org.linphone.core.Core
Get the maximum number of simultaneous calls Linphone core can manage at a
time.
getMaxResults() - Method in interface org.linphone.core.LdapParams
Get the max results when requesting searches.
getMaxSizeForAutoDownloadIncomingFiles() - Method in interface org.linphone.core.Core
Gets the size under which incoming files in chat messages will be downloaded
automatically.
getMaxWeight() - Method in interface org.linphone.core.MagicSearch
Get the maximum value used to calculate the weight in search.
getMe() - Method in interface org.linphone.core.ChatRoom
Get the participant representing myself in the chat room.
getMe() - Method in interface org.linphone.core.Conference
For a local audio video conference, this function returns the participant
hosting the conference For a remote audio video conference, this function
returns the focus of the conference.
getMediaDevice() - Method in interface org.linphone.core.Core
Gets the name of the currently assigned sound device for media.
getMediaEncryption() - Method in interface org.linphone.core.CallParams
Get the kind of media encryption selected for the call.
getMediaEncryption() - Method in interface org.linphone.core.Core
Get the media encryption policy being used for RTP packets.
getMediaResourceMode() - Method in interface org.linphone.core.Core
This function returns the media resource mode for this core.
getMediastreamerFactory() - Method in interface org.linphone.core.Core
Gets the mediastreamer's factory
getMessageId() - Method in interface org.linphone.core.ChatMessage
Get the message identifier.
getMethodParam() - Method in interface org.linphone.core.Address
Get the value of the method parameter.
getMicGainDb() - Method in interface org.linphone.core.Core
Get microphone gain in db.
getMicrophoneMuted() - Method in interface org.linphone.core.Call
Get microphone muted state.
getMicrophoneVolumeGain() - Method in interface org.linphone.core.Call
Get microphone volume gain.
getMimeType() - Method in interface org.linphone.core.PayloadType
Get the mime type.
getMin() - Method in interface org.linphone.core.Range
Gets the lower value of the range.
getMinChars() - Method in interface org.linphone.core.LdapParams
Get the minimum characters needed for doing a search on LDAP servers.
getMinWeight() - Method in interface org.linphone.core.MagicSearch
Get the minimum value used to calculate the weight in search.
getMissedCallsCount() - Method in interface org.linphone.core.Core
Get the number of missed calls.
getMode() - Method in interface org.linphone.core.Tunnel
Get the tunnel mode.
getMsgSnd() - Method in interface org.linphone.core.PushNotificationConfig
Gets the msg_snd for "contact uri parameter".
getMsgStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the msg_str for "contact uri parameter".
getMspluginsDir() - Method in class org.linphone.core.Factory
Get the directory where the mediastreamer2 plugins are located.
getMtu() - Method in interface org.linphone.core.Core
Returns the maximum transmission unit size in bytes.
getName() - Method in interface org.linphone.core.Content
Get the name associated with a RCS file transfer message.
getName() - Method in interface org.linphone.core.Event
Get the name of the event as specified in the event package RFC.
getName() - Method in interface org.linphone.core.Friend
Get the display name for this friend.
getName() - Method in interface org.linphone.core.ParticipantDevice
Return the name of the device or null.
getName() - Method in interface org.linphone.core.VideoDefinition
Get the name of the video definition.
getNameAttribute() - Method in interface org.linphone.core.LdapParams
Get the attributes to build Name Friend, separated by a comma and the first is
the highest priority.
getNatAddress() - Method in interface org.linphone.core.Core
Get the public IP address of NAT being used.
getNationalNumberLength() - Method in interface org.linphone.core.DialPlan
Returns the national number length of the dialplan.
getNativeLibrariesDirectory() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getNativePointer() - Method in interface org.linphone.core.Account
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountCreator
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Address
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AudioDevice
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AuthInfo
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Buffer
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Call
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.CallLog
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.CallParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.CallStats
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatMessage
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatRoom
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatRoomParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Conference
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ConferenceInfo
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ConferenceParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Config
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Content
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Core
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.DialPlan
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ErrorInfo
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Event
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.EventLog
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in class org.linphone.core.Factory
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Friend
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.FriendList
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Headers
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ImNotifPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.InfoMessage
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Ldap
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.LdapParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.LoggingService
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.MagicSearch
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.NatPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Participant
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ParticipantDevice
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ParticipantDeviceIdentity
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ParticipantImdnState
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PayloadType
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Player
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceActivity
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceModel
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceNote
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresencePerson
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceService
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PushNotificationConfig
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PushNotificationMessage
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Range
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Recorder
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.RecorderParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.SearchResult
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Transports
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Tunnel
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.TunnelConfig
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Vcard
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.VideoDefinition
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.XmlRpcRequest
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.XmlRpcSession
Gets the native pointer used by this class to make native method calls.
getNativePreviewWindowId() - Method in interface org.linphone.core.Core
Get the native window handle of the video preview window.
getNativeUri() - Method in interface org.linphone.core.Friend
Gets the contact's native URI.
getNativeVideoWindowId() - Method in interface org.linphone.core.Call
Get the native window handle of the video window, casted as an unsigned long.
getNativeVideoWindowId() - Method in interface org.linphone.core.Core
Get the native window handle of the video window.
getNatPolicy() - Method in interface org.linphone.core.AccountParams
Get The policy that is used to pass through NATs/firewalls when using this
account params.
getNatPolicy() - Method in interface org.linphone.core.Core
Get The policy that is used to pass through NATs/firewalls.
getNatPolicy() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getNbActivities() - Method in interface org.linphone.core.PresenceModel
Gets the number of activities included in the presence model.
getNbActivities() - Method in interface org.linphone.core.PresencePerson
Gets the number of activities included in the presence person.
getNbActivitiesNotes() - Method in interface org.linphone.core.PresencePerson
Gets the number of activities notes included in the presence person.
getNbNotes() - Method in interface org.linphone.core.PresencePerson
Gets the number of notes included in the presence person.
getNbNotes() - Method in interface org.linphone.core.PresenceService
Gets the number of notes included in the presence service.
getNbParticipants() - Method in interface org.linphone.core.ChatRoom
Get the number of participants in the chat room (that is without ourselves).
getNbPersons() - Method in interface org.linphone.core.PresenceModel
Gets the number of persons included in the presence model.
getNbServices() - Method in interface org.linphone.core.PresenceModel
Gets the number of services included in the presence model.
getNormalBitrate() - Method in interface org.linphone.core.PayloadType
Get the normal bitrate in bits/s.
getNortpTimeout() - Method in interface org.linphone.core.Core
Gets the value of the no-rtp timeout.
getNote(String) - Method in interface org.linphone.core.PresenceModel
Gets the first note of a presence model (there is usually only one).
getNotifyId() - Method in interface org.linphone.core.EventLog
Returns the notify id of a conference notified event.
getNthActivitiesNote(int) - Method in interface org.linphone.core.PresencePerson
Gets the nth activities note of a presence person.
getNthActivity(int) - Method in interface org.linphone.core.PresenceModel
Gets the nth activity of a presence model.
getNthActivity(int) - Method in interface org.linphone.core.PresencePerson
Gets the nth activity of a presence person.
getNthNote(int) - Method in interface org.linphone.core.PresencePerson
Gets the nth note of a presence person.
getNthNote(int) - Method in interface org.linphone.core.PresenceService
Gets the nth note of a presence service.
getNthPerson(int) - Method in interface org.linphone.core.PresenceModel
Gets the nth person of a presence model.
getNthService(int) - Method in interface org.linphone.core.PresenceModel
Gets the nth service of a presence model.
getNumber() - Method in interface org.linphone.core.PayloadType
Returns the payload type number assigned for this codec.
getOrganization() - Method in interface org.linphone.core.Friend
Gets the contact's organization from it's vCard.
getOrganization() - Method in interface org.linphone.core.Vcard
Gets the Organization of the vCard.
getOrganizer() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the organizer of the conference.
getOutputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current output device for this call.
getOutputAudioDevice() - Method in interface org.linphone.core.Conference
Gets the current output device for this conference.
getOutputAudioDevice() - Method in interface org.linphone.core.Core
Gets the output audio device for the current call.
getOverwriteFlagForEntry(String, String) - Method in interface org.linphone.core.Config
Retrieves the overwrite flag for a config item.
getOverwriteFlagForSection(String) - Method in interface org.linphone.core.Config
Retrieves the overwrite flag for a config section.
getParam(String) - Method in interface org.linphone.core.Address
Get the value of a parameter of the address.
getParam() - Method in interface org.linphone.core.PushNotificationConfig
Gets the param for "contact uri parameter".
getParams() - Method in interface org.linphone.core.Account
Get the AccountParams as read-only object.
getParams() - Method in interface org.linphone.core.Call
Returns local parameters associated with the call.
getParams() - Method in interface org.linphone.core.Ldap
Get the LdapParams as read-only object.
getParams() - Method in interface org.linphone.core.Recorder
Retrieve the RecorderParams object.
getPart(int) - Method in interface org.linphone.core.Content
Get a part from a multipart content according to its index.
getParticipant() - Method in interface org.linphone.core.ParticipantImdnState
Get the participant concerned by a LinphoneParticipantImdnState.
getParticipantAddress() - Method in interface org.linphone.core.EventLog
Returns the participant address of a conference participant event.
getParticipantCount() - Method in interface org.linphone.core.Conference
Get number of participants without me.
getParticipantDeviceVolume(ParticipantDevice) - Method in interface org.linphone.core.Conference
Retrieves the volume of a specific participant.
getParticipantList() - Method in interface org.linphone.core.Conference
Get list of all participants of one conference.
getParticipants() - Method in interface org.linphone.core.ChatRoom
Get the list of participants of a chat room.
getParticipants() - Method in interface org.linphone.core.Conference
Deprecated.
10/07/2020 Use Conference.getParticipantList() instead.
getParticipants() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the list of participants.
getParticipantsByImdnState(ChatMessage.State) - Method in interface org.linphone.core.ChatMessage
Gets the list of participants for which the imdn state has reached the
specified state and the time at which they did.
getParts() - Method in interface org.linphone.core.Content
Get all the parts from a multipart content.
getPassword() - Method in interface org.linphone.core.AccountCreator
Get the password.
getPassword() - Method in interface org.linphone.core.Address
Get the password encoded in the address.
getPassword() - Method in interface org.linphone.core.AuthInfo
Gets the password.
getPassword() - Method in interface org.linphone.core.LdapParams
Get the password to pass to server when binding.
getPayloadType(String, int, int) - Method in interface org.linphone.core.Core
Get payload type from mime type and clock rate.
getPeerAddress() - Method in interface org.linphone.core.ChatRoom
Get the peer address associated to this chat room.
getPeerAddress() - Method in interface org.linphone.core.EventLog
Returns the peer address of a conference event.
getPhoneCountryCode() - Method in interface org.linphone.core.AccountCreator
Get the international prefix.
getPhoneNumber() - Method in interface org.linphone.core.AccountCreator
Get the RFC 3966 normalized phone number.
getPhoneNumber() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the phone number.
getPhoneNumber() - Method in interface org.linphone.core.SearchResult
Gets the phone number of the search result if any.
getPhoneNumbers() - Method in interface org.linphone.core.Friend
Returns a list of phone numbers for this friend.
getPhoneNumbers() - Method in interface org.linphone.core.Vcard
Returns the list of phone numbers in the vCard (all the TEL attributes) or
null.
getPhoneNumbersWithLabel() - Method in interface org.linphone.core.Friend
Returns a list of FriendPhoneNumber for this friend.
getPhoneNumbersWithLabel() - Method in interface org.linphone.core.Vcard
Returns the list of phone numbers in the vCard (all the TEL attributes) or
null.
getPhoto() - Method in interface org.linphone.core.Friend
Gets the contact's picture URI.
getPhoto() - Method in interface org.linphone.core.Vcard
Returns the first PHOTO property or null.
getPhrase() - Method in interface org.linphone.core.ErrorInfo
Get textual phrase from the error info.
getPlainFilePath() - Method in interface org.linphone.core.Content
If the content is an encrypted file, generate a temporary plain copy of the
file and returns its paths The caller is responsible to then delete this
temporary copy and the returned string.
getPlaybackDevice() - Method in interface org.linphone.core.Core
Gets the name of the currently assigned sound device for playback.
getPlaybackGainDb() - Method in interface org.linphone.core.Core
Get playback gain in db before entering sound card.
getPlayer() - Method in interface org.linphone.core.Call
Gets a player associated with the call to play a local file and stream it to
the remote peer.
getPlayFile() - Method in interface org.linphone.core.Core
Get the wav file that is played when putting somebody on hold, or when files
are used instead of soundcards (see Core.setUseFiles(boolean)).
getPlayVolume() - Method in interface org.linphone.core.Call
Get the mesured playback volume level (received from remote) in dbm0.
getPort() - Method in interface org.linphone.core.Address
Get port number as an integer value, 0 if not present.
getPort() - Method in interface org.linphone.core.TunnelConfig
Get the TLS port of the tunnel server.
getPort2() - Method in interface org.linphone.core.TunnelConfig
Get the TLS port of the second tunnel server when using dual tunnel client.
getPreferredFramerate() - Method in interface org.linphone.core.Core
Returns the preferred video framerate, previously set by Core.setPreferredFramerate(float)
.
getPreferredVideoDefinition() - Method in interface org.linphone.core.Core
Get the preferred video definition for the stream that is captured and sent to
the remote party.
getPrefixFromE164(String) - Static method in class org.linphone.core.Utils
 
getPresenceModel() - Method in interface org.linphone.core.Core
Get my presence model.
getPresenceModel() - Method in interface org.linphone.core.Friend
Get the presence model of a friend.
getPresenceModelForUriOrTel(String) - Method in interface org.linphone.core.Friend
Get the presence model for a specific SIP URI or phone number of a friend.
getPresentity() - Method in interface org.linphone.core.PresenceModel
Gets the presentity of a presence model.
getPreviewRectF() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getPreviewSurfaceView() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getPreviewVideoDefinition() - Method in interface org.linphone.core.Core
Get the definition of the captured video.
getPreviewVideoSize() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getPrid() - Method in interface org.linphone.core.PushNotificationConfig
Gets the prid for "contact uri parameter".
getPrimaryContact() - Method in interface org.linphone.core.Core
Returns the default identity when no proxy configuration is used.
getPrimaryContactParsed() - Method in interface org.linphone.core.Core
Deprecated.
22/10/2018 Use Core.createPrimaryContactParsed() instead.
getPrivacy() - Method in interface org.linphone.core.AccountParams
Get default privacy policy for all calls routed through this proxy.
getPrivacy() - Method in interface org.linphone.core.CallParams
Get requested level of privacy for the call.
getPrivacy() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getProtocol() - Method in interface org.linphone.core.ErrorInfo
Get protocol from the error info.
getProtocolCode() - Method in interface org.linphone.core.ErrorInfo
Get the status code from the low level protocol (ex a SIP status code).
getProvider() - Method in interface org.linphone.core.PushNotificationConfig
Gets the provider for "contact uri parameter".
getProvisioningUri() - Method in interface org.linphone.core.Core
Get provisioning URI.
getProxyConfig() - Method in interface org.linphone.core.CallParams
Get the ProxyConfig that is used for the call.
getProxyConfigByIdkey(String) - Method in interface org.linphone.core.Core
Search for a ProxyConfig by it's idkey.
getProxyConfigList() - Method in interface org.linphone.core.Core
Returns an unmodifiable list of entered proxy configurations.
getPublishExpires() - Method in interface org.linphone.core.AccountParams
Get the publish expiration time in second.
getPublishExpires() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getPublishState() - Method in interface org.linphone.core.Event
Get publish state.
getPushIncomingCallTimeout() - Method in interface org.linphone.core.Core
Returns the push incoming call timeout See Core.setPushIncomingCallTimeout(int)
for details.
getPushNotificationAllowed() - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
getPushNotificationConfig() - Method in interface org.linphone.core.AccountParams
Returns the push notification configuration.
getPushNotificationConfig() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getQuality() - Method in interface org.linphone.core.CallLog
Get the overall quality indication of the call.
getQualityReportingCollector() - Method in interface org.linphone.core.AccountParams
Get the route of the collector end-point when using quality reporting.
getQualityReportingCollector() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getQualityReportingInterval() - Method in interface org.linphone.core.AccountParams
Get the interval between interval reports when using quality reporting.
getQualityReportingInterval() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRawResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the raw response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning http body as string.
getRealm() - Method in interface org.linphone.core.AccountParams
Get the realm of the given account params.
getRealm() - Method in interface org.linphone.core.AuthInfo
Gets the realm.
getRealm() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRealtimeTextKeepaliveInterval() - Method in interface org.linphone.core.CallParams
Use to get keep alive interval of real time text following rfc4103.
getReason() - Method in interface org.linphone.core.Call
Returns the reason for a call termination (either error or normal termination)

getReason() - Method in interface org.linphone.core.ErrorInfo
Get reason code from the error info.
getReason() - Method in interface org.linphone.core.Event
Return reason code (in case of error state reached).
getReceivedFramerate() - Method in interface org.linphone.core.CallParams
Get the framerate of the video that is received.
getReceivedVideoDefinition() - Method in interface org.linphone.core.CallParams
Get the definition of the received video.
getReceiverInterarrivalJitter() - Method in interface org.linphone.core.CallStats
Gets the remote reported interarrival jitter.
getReceiverLossRate() - Method in interface org.linphone.core.CallStats
Gets the remote reported loss rate since last report.
getRecommendedVideoDefinitions() - Method in class org.linphone.core.Factory
Get the recommended list of standard video definitions.
getRecordFile() - Method in interface org.linphone.core.CallParams
Get the path for the audio recording of the call.
getRecordFile() - Method in interface org.linphone.core.Core
Get the wav file where incoming stream is recorded, when files are used instead
of soundcards (see Core.setUseFiles(boolean)).
getRecordVolume() - Method in interface org.linphone.core.Call
Get the mesured record volume level (sent to remote) in dbm0.
getRecvFmtp() - Method in interface org.linphone.core.PayloadType
Get the format parameters for incoming streams.
getRecvImdnDelivered() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn delivered notifications are being notified when received.
getRecvImdnDisplayed() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn displayed notifications are being notified when received.
getRecvIsComposing() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether is_composing notifications are being notified when received.
getReferTo() - Method in interface org.linphone.core.Call
Gets the refer-to uri (if the call was transfered).
getRefKey() - Method in interface org.linphone.core.AccountParams
Get the persistent reference key associated to the account params.
getRefKey() - Method in interface org.linphone.core.CallLog
Get the persistent reference key associated to the call log.
getRefKey() - Method in interface org.linphone.core.Friend
Get the reference key of a friend.
getRefKey() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRemoteAddress() - Method in interface org.linphone.core.Call
Returns the remote address associated to this call.
getRemoteAddress() - Method in interface org.linphone.core.CallLog
Get the remote address (that is from or to depending on call direction).
getRemoteAddressAsString() - Method in interface org.linphone.core.Call
Deprecated.
06/07/2020 use Call.getRemoteAddress() instead.
getRemoteContact() - Method in interface org.linphone.core.Call
Returns the far end's sip contact as a string, if available.
getRemoteContact() - Method in interface org.linphone.core.Event
Get the "contact" address of the subscription.
getRemoteParams() - Method in interface org.linphone.core.Call
Returns call parameters proposed by remote.
getRemotePushNotificationAllowed() - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
getRemoteRingbackTone() - Method in interface org.linphone.core.Core
Get the ring back tone played to far end during incoming calls.
getRemoteToken() - Method in interface org.linphone.core.PushNotificationConfig
Gets the remote token for "contact uri parameter".
getRemoteUdpMirrorPort() - Method in interface org.linphone.core.TunnelConfig
Get the remote port on the tunnel server side used to test UDP reachability.
getRemoteUserAgent() - Method in interface org.linphone.core.Call
Returns the far end's user agent description string, if available.
getReplacedCall() - Method in interface org.linphone.core.Call
Returns the call object this call is replacing, if any.
getReplyMessage() - Method in interface org.linphone.core.ChatMessage
Returns the ChatMessage this message is a reply to.
getReplyMessageId() - Method in interface org.linphone.core.ChatMessage
Returns the ID of the message this is a reply to.
getReplyMessageSenderAddress() - Method in interface org.linphone.core.ChatMessage
Returns the ID of the message this is a reply to.
getResource() - Method in interface org.linphone.core.Event
Get the resource address of the subscription or publish.
getRetryAfter() - Method in interface org.linphone.core.ErrorInfo
Get Retry-After delay second from the error info.
getRing() - Method in interface org.linphone.core.Core
Returns the path to the wav file used for ringing.
getRingback() - Method in interface org.linphone.core.Core
Returns the path to the wav file used for ringing back.
getRingDuringIncomingEarlyMedia() - Method in interface org.linphone.core.Core
Tells whether the ring play is enabled during an incoming early media call.
getRingerDevice() - Method in interface org.linphone.core.Core
Gets the name of the currently assigned sound device for ringing.
getRingResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the ring resources are located.
getRlsAddress() - Method in interface org.linphone.core.FriendList
Get the RLS (Resource List Server) URI associated with the friend list to
subscribe to these friends presence.
getRlsUri() - Method in interface org.linphone.core.FriendList
Deprecated.
27/10/2020. Use FriendList.getRlsAddress() instead.
getRootCa() - Method in interface org.linphone.core.Core
Gets the path to a file or folder containing the trusted root CAs (PEM format)

getRoundTripDelay() - Method in interface org.linphone.core.CallStats
Get the round trip delay in s.
getRoute() - Method in interface org.linphone.core.AccountCreator
Get the route.
getRoutes() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRoutesAddresses() - Method in interface org.linphone.core.AccountParams
Gets the list of the routes set for this account params.
getRtcpDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the received RTCP, expressed in kbit/s,
including IP/UDP/RTP headers.
getRtcpUploadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the sent RTCP, expressed in kbit/s, including
IP/UDP/RTP headers.
getRtpProfile() - Method in interface org.linphone.core.CallParams
Get the RTP profile being used.
getScheme() - Method in interface org.linphone.core.Address
Returns the address scheme, normally "sip".
getSearchLimit() - Method in interface org.linphone.core.MagicSearch
Get the number of maximum search result the search will return.
getSectionParamString(String, String, String) - Method in interface org.linphone.core.Config
Retrieves a section parameter item as a string, given its section and key.
getSectionsNamesList() - Method in interface org.linphone.core.Config
Returns the list of sections' names in the LinphoneConfig.
getSecure() - Method in interface org.linphone.core.Address
Returns whether the address refers to a secure location (sips) or not.
getSecurityEventFaultyDeviceAddress() - Method in interface org.linphone.core.EventLog
Returns the faulty device address of a conference security event.
getSecurityEventType() - Method in interface org.linphone.core.EventLog
Returns the type of security event.
getSecurityLevel() - Method in interface org.linphone.core.ChatRoom
Get the security level of a chat room.
getSecurityLevel() - Method in interface org.linphone.core.Participant
Get the security level of a participant.
getSecurityLevel() - Method in interface org.linphone.core.ParticipantDevice
Get the security level of a participant's device.
getSenderInterarrivalJitter() - Method in interface org.linphone.core.CallStats
Gets the local interarrival jitter.
getSenderLossRate() - Method in interface org.linphone.core.CallStats
Get the local loss rate since last report.
getSendFmtp() - Method in interface org.linphone.core.PayloadType
Get the format parameters for outgoing streams.
getSendImdnDelivered() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn delivered notifications are being sent.
getSendImdnDisplayed() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn displayed notifications are being sent.
getSendIsComposing() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether is_composing notifications are being sent.
getSentFramerate() - Method in interface org.linphone.core.CallParams
Get the framerate of the video that is sent.
getSentVideoDefinition() - Method in interface org.linphone.core.CallParams
Get the definition of the sent video.
getServer() - Method in interface org.linphone.core.LdapParams
Get the LDAP Server.
getServerAddr() - Method in interface org.linphone.core.AccountParams
Deprecated.
01/03/2021 Use AccountParams.getServerAddress() instead.
getServerAddr() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getServerAddress() - Method in interface org.linphone.core.AccountParams
Get the account params proxy address.
getServerCertificatesVerificationMode() - Method in interface org.linphone.core.LdapParams
Return whether the tls server certificate must be verified when connecting to a
LDAP server.
getServers() - Method in interface org.linphone.core.Tunnel
Get added servers.
getServiceDescriptions() - Method in interface org.linphone.core.PresenceService
Gets the service descriptions of a presence service.
getSessionExpiresMinValue() - Method in interface org.linphone.core.Core
Returns the session expires min value, 90 by default.
getSessionExpiresRefresherValue() - Method in interface org.linphone.core.Core
Returns the session expires refresher value.
getSessionExpiresValue() - Method in interface org.linphone.core.Core
Returns the session expires value.
getSessionName() - Method in interface org.linphone.core.CallParams
Get the session name of the media session (ie in SDP).
getSetAsDefault() - Method in interface org.linphone.core.AccountCreator
Get the set_as_default property.
getSipAddresses() - Method in interface org.linphone.core.Vcard
Returns the list of SIP addresses in the vCard (all the IMPP attributes that
has an URI value starting by "sip:") or null.
getSipAttribute() - Method in interface org.linphone.core.LdapParams
Get the attributes to build the SIP username in address of Friend.
getSipDomain() - Method in interface org.linphone.core.LdapParams
Get the domain to the sip address(sip:username).
getSipDscp() - Method in interface org.linphone.core.Core
Get the DSCP field for SIP signaling channel.
getSipTransportTimeout() - Method in interface org.linphone.core.Core
Get the SIP transport timeout.
getSize() - Method in interface org.linphone.core.Buffer
Get the size of the content of the data buffer.
getSize() - Method in interface org.linphone.core.Content
Get the content data buffer size, excluding null character despite null
character is always set for convenience.
getSkipFlagForEntry(String, String) - Method in interface org.linphone.core.Config
Retrieves the skip flag for a config item.
getSkipFlagForSection(String) - Method in interface org.linphone.core.Config
Retrieves the skip flag for a config section.
getSkipValidation() - Method in interface org.linphone.core.Vcard
Returns the skipFieldValidation property of the vcard.
getSoundDevicesList() - Method in interface org.linphone.core.Core
Deprecated.
10/04/2021 Use Core.getAudioDevices() instead.
getSoundResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the sound resources are located.
getSourceFlags() - Method in interface org.linphone.core.SearchResult
Gets source flags of the search result.
getSpeakerMuted() - Method in interface org.linphone.core.Call
Get speaker muted state.
getSpeakerphoneAlwaysOn(Factory) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getSpeakerVolumeGain() - Method in interface org.linphone.core.Call
Get speaker volume gain.
getSrtpCryptoSuites() - Method in interface org.linphone.core.Core
Get the crypto suites available to the core.
getSsrc() - Method in interface org.linphone.core.ParticipantDevice
Get the SSRC of the device.
getStarred() - Method in interface org.linphone.core.Friend
Gets if the friend is to be considered as important for the user.
getStartDate() - Method in interface org.linphone.core.CallLog
Get the start date of the call.
getState() - Method in interface org.linphone.core.Account
Get the registration state of the given account.
getState() - Method in interface org.linphone.core.Call
Retrieves the call's current state.
getState() - Method in interface org.linphone.core.ChatMessage
Get the state of the message.
getState() - Method in interface org.linphone.core.ChatRoom
Get the state of the chat room.
getState() - Method in interface org.linphone.core.ParticipantImdnState
Get the chat message state the participant is in.
getState() - Method in interface org.linphone.core.Player
Get the current state of a player.
getState() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getState() - Method in interface org.linphone.core.Recorder
Gets the current state of the recorder.
getStateChangeTime() - Method in interface org.linphone.core.ParticipantImdnState
Get the timestamp at which a participant has reached the state described by a
LinphoneParticipantImdnState.
getStaticPicture() - Method in interface org.linphone.core.Core
Get the path to the image file streamed when "Static picture" is set as the
video device.
getStaticPictureFps() - Method in interface org.linphone.core.Core
Get the frame rate for static picture.
getStats(StreamType) - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for a particular stream type.
getStatus() - Method in interface org.linphone.core.CallLog
Get the status of the call.
getStatus() - Method in interface org.linphone.core.XmlRpcRequest
Get the status of the XML-RPC request.
getStreamCount() - Method in interface org.linphone.core.Call
Returns the number of stream for the given call.
getString(String, String, String) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a string, given its section, key, and default
value.
getStringBuffer() - Method in interface org.linphone.core.Content
Deprecated.
2020-07-01. Use Content.getUtf8Text() instead.
getStringContent() - Method in interface org.linphone.core.Buffer
Get the string content of the data buffer.
getStringList(String, String, String[]) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a list of strings, given its section, key,
and default value.
getStringResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning a string response.
getStunServer() - Method in interface org.linphone.core.Core
Get the STUN server address being used.
getStunServer() - Method in interface org.linphone.core.NatPolicy
Get the STUN/TURN server to use with this NAT policy.
getStunServerUsername() - Method in interface org.linphone.core.NatPolicy
Get the username used to authenticate with the STUN/TURN server.
getSubErrorInfo() - Method in interface org.linphone.core.ErrorInfo
Get pointer to chained ErrorInfo set in sub_ei.
getSubject() - Method in interface org.linphone.core.ChatRoom
Get the subject of a chat room.
getSubject() - Method in interface org.linphone.core.ChatRoomParams
Get the subject of the chat room.
getSubject() - Method in interface org.linphone.core.Conference
Get the conference subject.
getSubject() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the subject of the conference.
getSubject() - Method in interface org.linphone.core.EventLog
Returns the subject of a conference subject event.
getSubscriptionDir() - Method in interface org.linphone.core.Event
Get subscription direction.
getSubscriptionState() - Method in interface org.linphone.core.Event
Get subscription state.
getSubscriptionState() - Method in interface org.linphone.core.Friend
Get subscription state of a friend.
getSubtype() - Method in interface org.linphone.core.Content
Get the mime subtype of the content data.
getSupportedFileFormatsList() - Method in interface org.linphone.core.Core
Returns a null terminated table of strings containing the file format extension
supported for call recording.
getSupportedVideoDefinitions() - Method in class org.linphone.core.Factory
Get the list of standard video definitions supported by Linphone.
getSurface() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getTag100RelSupportLevel() - Method in interface org.linphone.core.Core
Get the support level of the 100rel attribute.
getTcpPort() - Method in interface org.linphone.core.Transports
Gets the TCP port in the Transports object.
getTeamId() - Method in interface org.linphone.core.PushNotificationConfig
Gets the team id for "contact uri parameter".
getTextContent() - Method in interface org.linphone.core.ChatMessage
Deprecated.
01/07/2020. Use ChatMessage.getUtf8Text() instead.
getTextDirection() - Method in interface org.linphone.core.ParticipantDevice
Get the text direction of the device.
getTextPayloadTypes() - Method in interface org.linphone.core.Core
Return the list of the available text payload types.
getTextPort() - Method in interface org.linphone.core.Core
Gets the UDP port used for text streaming.
getTextPortsRange() - Method in interface org.linphone.core.Core
Get the text port range from which is randomly chosen the UDP port used for
text streaming.
getTextStats() - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for the text stream.
getTime() - Method in interface org.linphone.core.ChatMessage
Get the time the message was sent.
getTimeOfJoining() - Method in interface org.linphone.core.ParticipantDevice
Get the timestamp the device joined a conference.
getTimeout() - Method in interface org.linphone.core.LdapParams
Get the timeout in seconds.
getTimestamp() - Method in interface org.linphone.core.PresenceModel
Gets the timestamp of a presence model.
getTlsCert() - Method in interface org.linphone.core.AuthInfo
Gets the TLS certificate.
getTlsCert() - Method in interface org.linphone.core.Core
Gets the TLS certificate.
getTlsCertPath() - Method in interface org.linphone.core.AuthInfo
Gets the TLS certificate path.
getTlsCertPath() - Method in interface org.linphone.core.Core
Gets the path to the TLS certificate file.
getTlsKey() - Method in interface org.linphone.core.AuthInfo
Gets the TLS key.
getTlsKey() - Method in interface org.linphone.core.Core
Gets the TLS key.
getTlsKeyPath() - Method in interface org.linphone.core.AuthInfo
Gets the TLS key path.
getTlsKeyPath() - Method in interface org.linphone.core.Core
Gets the path to the TLS key file.
getTlsPort() - Method in interface org.linphone.core.Transports
Gets the TLS port in the Transports object.
getTo() - Method in interface org.linphone.core.Event
Get the "to" address of the subscription.
getToAddress() - Method in interface org.linphone.core.Call
Returns the to address with its headers associated to this call.
getToAddress() - Method in interface org.linphone.core.CallLog
Get the destination address (ie to) of the call.
getToAddress() - Method in interface org.linphone.core.ChatMessage
Get destination of the message.
getToBeStored() - Method in interface org.linphone.core.ChatMessage
Get if a chat message is to be stored.
getToHeader(String) - Method in interface org.linphone.core.Call
getTopResourcesDir() - Method in class org.linphone.core.Factory
Get the top directory where the resources are located.
getTransfererCall() - Method in interface org.linphone.core.Call
Gets the transferer if this call was started automatically as a result of an
incoming transfer request.
getTransferState() - Method in interface org.linphone.core.Call
Returns the current transfer state, if a transfer has been initiated from this
call.
getTransferTargetCall() - Method in interface org.linphone.core.Call
When this call has received a transfer request, returns the new call that was
automatically created as a result of the transfer.
getTransport() - Method in interface org.linphone.core.Account
Deprecated.
01/03/2021 Use Linphone_account_params_get_transport() instead.
getTransport() - Method in interface org.linphone.core.AccountCreator
Get Transport.
getTransport() - Method in interface org.linphone.core.AccountParams
Returns the transport type of the server address.
getTransport() - Method in interface org.linphone.core.Address
Get the transport.
getTransport() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getTransports() - Method in interface org.linphone.core.Core
Retrieves the port configuration used for each transport (udp, tcp, tls).
getTransportsUsed() - Method in interface org.linphone.core.Core
Retrieves the real port number assigned for each sip transport (udp, tcp, tls).
getTunnel() - Method in interface org.linphone.core.Core
get tunnel instance if available

getType() - Method in interface org.linphone.core.AudioDevice
Returns the type of the device.
getType() - Method in interface org.linphone.core.CallStats
Get the type of the stream the stats refer to.
getType() - Method in interface org.linphone.core.Content
Get the mime type of the content data.
getType() - Method in interface org.linphone.core.EventLog
Returns the type of a event log.
getType() - Method in interface org.linphone.core.FriendList
Get the type of a friend list.
getType() - Method in interface org.linphone.core.PayloadType
Get the type of a payload type.
getType() - Method in interface org.linphone.core.PresenceActivity
Gets the activity type of a presence activity.
getUdpPort() - Method in interface org.linphone.core.Transports
Gets the UDP port in the Transports object.
getUid() - Method in interface org.linphone.core.Vcard
Gets the UID of the vCard.
getUnreadChatMessageCount() - Method in interface org.linphone.core.Account
Return the unread chat message count for a given account.
getUnreadChatMessageCount() - Method in interface org.linphone.core.Core
Return the global unread chat message count.
getUnreadChatMessageCount() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getUnreadChatMessageCountFromActiveLocals() - Method in interface org.linphone.core.Core
Return the unread chat message count for all active local address.
getUnreadChatMessageCountFromLocal(Address) - Method in interface org.linphone.core.Core
Return the unread chat message count for a given local address.
getUnreadHistory() - Method in interface org.linphone.core.ChatRoom
Gets all unread messages for this chat room, sorted from oldest to most recent.
getUnreadMessagesCount() - Method in interface org.linphone.core.ChatRoom
Gets the number of unread messages in the chatroom.
getUploadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the sent stream, expressed in kbit/s,
including IP/UDP/RTP headers.
getUploadBandwidth() - Method in interface org.linphone.core.Core
Retrieve the maximum available upload bandwidth.
getUploadPtime() - Method in interface org.linphone.core.Core
Set audio packetization time linphone will send (in absence of requirement from
peer) A value of 0 stands for the current codec default packetization time.
getUpnpExternalIpaddress() - Method in interface org.linphone.core.Core
Return the external ip address of router.
getUpnpState() - Method in interface org.linphone.core.CallStats
Get the state of uPnP processing.
getUpnpState() - Method in interface org.linphone.core.Core
Return the internal state of uPnP.
getUri() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the URI of the conference.
getUri() - Method in interface org.linphone.core.FriendList
Get the URI associated with the friend list.
getUriParam(String) - Method in interface org.linphone.core.Address
Get the value of a parameter of the URI of the address.
getUrl() - Method in interface org.linphone.core.Vcard
Gets the URL of the vCard.
getUsedAudioPayloadType() - Method in interface org.linphone.core.CallParams
Get the audio payload type that has been selected by a call.
getUseDelimiter() - Method in interface org.linphone.core.MagicSearch
Returns whether the delimiter is being used for the search.
getUsedTextPayloadType() - Method in interface org.linphone.core.CallParams
Get the text payload type that has been selected by a call.
getUsedVideoPayloadType() - Method in interface org.linphone.core.CallParams
Get the video payload type that has been selected by a call.
getUseFiles() - Method in interface org.linphone.core.Core
Gets whether linphone is currently streaming audio from and to files, rather
than using the soundcard.
getUseInfoForDtmf() - Method in interface org.linphone.core.Core
Indicates whether SIP INFO is used to send digits.
getUseInternationalPrefixForCallsAndChats() - Method in interface org.linphone.core.AccountParams
Return whether or not the international prefix will automaticaly be used for
calls and chats.
getUserAgent() - Method in interface org.linphone.core.Core
Gets the user-agent as a string.
getUserCertificatesPath() - Method in interface org.linphone.core.Core
Get the path to the directory storing the user's certificates.
getUserData() - Method in interface org.linphone.core.Account
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountCreator
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Address
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AudioDevice
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AuthInfo
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Buffer
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Call
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.CallLog
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.CallParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.CallStats
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatMessage
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatRoom
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatRoomParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Conference
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ConferenceInfo
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ConferenceParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Config
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Content
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Core
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.DialPlan
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ErrorInfo
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Event
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.EventLog
Gets the object stored in this object user's data
getUserData() - Method in class org.linphone.core.Factory
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Friend
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.FriendList
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Headers
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ImNotifPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.InfoMessage
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Ldap
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.LdapParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.LoggingService
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.MagicSearch
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.NatPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Participant
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ParticipantDevice
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ParticipantDeviceIdentity
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ParticipantImdnState
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PayloadType
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Player
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceActivity
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceModel
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceNote
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresencePerson
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceService
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PushNotificationConfig
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PushNotificationMessage
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Range
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Recorder
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.RecorderParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.SearchResult
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Transports
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Tunnel
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.TunnelConfig
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Vcard
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.VideoDefinition
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.XmlRpcRequest
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.XmlRpcSession
Gets the object stored in this object user's data
getUseRfc2833ForDtmf() - Method in interface org.linphone.core.Core
Indicates whether RFC2833 is used to send digits.
getUserid() - Method in interface org.linphone.core.AuthInfo
Gets the user id.
getUsername() - Method in interface org.linphone.core.AccountCreator
Get the username.
getUsername() - Method in interface org.linphone.core.Address
Returns the username.
getUsername() - Method in interface org.linphone.core.AuthInfo
Gets the username.
getUsername() - Method in interface org.linphone.core.Tunnel
Get the username.
getUtf8Text() - Method in interface org.linphone.core.ChatMessage
Get text part of this message.
getUtf8Text() - Method in interface org.linphone.core.Content
Get the string content data buffer.
getValue(String) - Method in interface org.linphone.core.Headers
Search for a given header name and return its value.
getVcard() - Method in interface org.linphone.core.Friend
Returns the vCard object associated to this friend, if any.
getVersion() - Method in interface org.linphone.core.Core
Returns liblinphone's version as a string.
getVideoActivationPolicy() - Method in interface org.linphone.core.Core
Get the default policy for video.
getVideoCodec() - Method in interface org.linphone.core.RecorderParams
Retrieves the video codec.
getVideoDevice() - Method in interface org.linphone.core.Core
Returns the name of the currently active video device.
getVideoDevicesList() - Method in interface org.linphone.core.Core
Gets the list of the available video capture devices.
getVideoDirection() - Method in interface org.linphone.core.CallParams
Get the video stream direction.
getVideoDirection() - Method in interface org.linphone.core.ParticipantDevice
Get the video direction of the device.
getVideoDisplayFilter() - Method in interface org.linphone.core.Core
Get the name of the mediastreamer2 filter used for rendering video.
getVideoDscp() - Method in interface org.linphone.core.Core
Get the DSCP field for outgoing video streams.
getVideoJittcomp() - Method in interface org.linphone.core.Core
Returns the nominal video jitter buffer size in milliseconds.
getVideoMulticastAddr() - Method in interface org.linphone.core.Core
Use to get multicast address to be used for video stream.
getVideoMulticastTtl() - Method in interface org.linphone.core.Core
Use to get multicast ttl to be used for video stream.
getVideoPayloadTypes() - Method in interface org.linphone.core.Core
Return the list of the available video payload types.
getVideoPort() - Method in interface org.linphone.core.Core
Gets the UDP port used for video streaming.
getVideoPortsRange() - Method in interface org.linphone.core.Core
Get the video port range from which is randomly chosen the UDP port used for
video streaming.
getVideoPreset() - Method in interface org.linphone.core.Core
Get the video preset used for video calls.
getVideoStats() - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for the video stream.
getVoipToken() - Method in interface org.linphone.core.PushNotificationConfig
Gets the voip token for "contact uri parameter".
getVolumeGain() - Method in interface org.linphone.core.Player
Get the volume gain of the player.
getWarnings() - Method in interface org.linphone.core.ErrorInfo
Provides additional information regarding the failure.
getWebcamName() - Method in interface org.linphone.core.RecorderParams
Retrieves the webcam name.
getWeight() - Method in interface org.linphone.core.SearchResult
Gets the weight of the search result.
getWidth() - Method in interface org.linphone.core.VideoDefinition
Get the width of the video definition.
getWindowId() - Method in interface org.linphone.core.RecorderParams
Retrieves the window id.
getZrtpSecretsFile() - Method in interface org.linphone.core.Core
Get the path to the file storing the zrtp secrets cache.
getZrtpStatus(String) - Method in interface org.linphone.core.Core
Get the zrtp sas validation status for a peer uri.
GL2JNIView - Class in org.linphone.mediastream.video.display
 
GL2JNIView(Context) - Constructor for class org.linphone.mediastream.video.display.GL2JNIView
 
GL2JNIView(Context, AttributeSet) - Constructor for class org.linphone.mediastream.video.display.GL2JNIView
 
GL2JNIView(Context, boolean, int, int) - Constructor for class org.linphone.mediastream.video.display.GL2JNIView
 
GlobalState - Enum in org.linphone.core
Describes the global state of the Core object.

H

Hacks - Class in org.linphone.mediastream.video.capture.hwconf
 
hackVolume() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
hasBeenLeft() - Method in interface org.linphone.core.ChatRoom
Deprecated.
16/03/2022 use ChatRoom.isReadOnly() instead.
hasBuiltinEchoCanceller() - Method in interface org.linphone.core.Core
Check whether the device has a hardware echo canceller.
hasBuiltInEchoCanceller() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
hasCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
hasCapability(AudioDevice.Capabilities) - Method in interface org.linphone.core.AudioDevice
Returns whether or not the audio device has the given capability.
hasCapability(int) - Method in interface org.linphone.core.ChatRoom
Check if a chat room has given capabilities.
hasCapability(FriendCapability) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility.
hasCapability(FriendCapability) - Method in interface org.linphone.core.PresenceModel
Returns whether or not the PresenceModel object has a given capability.
hasCapability(FriendCapability) - Method in interface org.linphone.core.SearchResult
Returns whether or not the search result has the given capability.
hasCapabilityWithVersion(FriendCapability, float) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility with a given version.
hasCapabilityWithVersion(FriendCapability, float) - Method in interface org.linphone.core.PresenceModel
Returns whether or not the PresenceModel object has a given capability
with a certain version.
hasCapabilityWithVersionOrMore(FriendCapability, float) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility with a given version or more.
hasCapabilityWithVersionOrMore(FriendCapability, float) - Method in interface org.linphone.core.PresenceModel
Returns whether or not the PresenceModel object has a given capability
with a certain version or more.
hasCrappyOpengl() - Method in interface org.linphone.core.Core
Check whether the device is flagged has crappy opengl.
hasEntry(String, String) - Method in interface org.linphone.core.Config
Returns if a given section with a given key is present in the configuration.
hasFastCpu() - Static method in class org.linphone.mediastream.Version
 
hasFastCpuWithAsmOptim() - Static method in class org.linphone.mediastream.Version
 
hasFrontCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
hasNeon() - Static method in class org.linphone.mediastream.Version
 
hasParam(String) - Method in interface org.linphone.core.Address
Tell whether a parameter is present in the address.
hasPhoneNumber(String) - Method in interface org.linphone.core.Friend
Returns whether a friend contains the given phone number.
hasSection(String) - Method in interface org.linphone.core.Config
Returns if a given section is present in the configuration.
hasSeveralCameras() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
hasTextContent() - Method in interface org.linphone.core.ChatMessage
Deprecated.
27/10/2020. Check if ChatMessage.getContents() contains a Content
for which it's content type is PlainText.
hasTransferPending() - Method in interface org.linphone.core.Call
Returns if this calls has received a transfer that has not been executed yet.
hasTwoCamerasRear0Front1() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
hasUriParam(String) - Method in interface org.linphone.core.Address
Tell whether a parameter is present in the URI of the address.
hasZrtp() - Static method in class org.linphone.mediastream.Version
 
Headers - Interface in org.linphone.core
Object representing a chain of protocol headers.
height - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 

I

i(Object...) - Static method in class org.linphone.mediastream.Log
 
IceState - Enum in org.linphone.core
Enum describing ICE states.
id - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
ImNotifPolicy - Interface in org.linphone.core
Policy to use to send/receive instant messaging composing/delivery/display
notifications.
importFriendsFromVcard4Buffer(String) - Method in interface org.linphone.core.FriendList
Creates and adds Friend objects to FriendList from a buffer
that contains the vCard(s) to parse.
importFriendsFromVcard4File(String) - Method in interface org.linphone.core.FriendList
Creates and adds Friend objects to FriendList from a file that
contains the vCard(s) to parse.
inCall() - Method in interface org.linphone.core.Core
Tells whether there is a call running.
InfoMessage - Interface in org.linphone.core
Object representing an informational message sent or received by the core.
init() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
It is now automatically called by the new constructor
init(long, int, int) - Static method in class org.linphone.mediastream.video.display.OpenGLESDisplay
 
inList() - Method in interface org.linphone.core.Friend
Check that the given friend is in a friend list.
instance() - Static method in class org.linphone.core.Factory
 
instance() - Static method in class org.linphone.mediastream.AACFilter
 
interpretUrl(String) - Method in interface org.linphone.core.Core
Constructs a Address from the given string if possible.
invite(String) - Method in interface org.linphone.core.Core
Initiates an outgoing call.
inviteAddress(Address) - Method in interface org.linphone.core.Core
Initiates an outgoing call given a destination Address The Address
can be constructed directly using linphone_address_new, or created by Core.interpretUrl(java.lang.String)
.
inviteAddressWithParams(Address, CallParams) - Method in interface org.linphone.core.Core
Initiates an outgoing call given a destination Address The Address
can be constructed directly using linphone_address_new, or created by Core.interpretUrl(java.lang.String)
.
inviteParticipants(Address[], CallParams) - Method in interface org.linphone.core.Conference
Invite participants to the conference, by supplying a list of Address
If the conference is in the state LinphoneConferenceStateCreationPending, then
the conference will start on the input and output audio devices used for the
currently active call, if any.
inviteWithParams(String, CallParams) - Method in interface org.linphone.core.Core
Initiates an outgoing call according to supplied call parameters The
application doesn't own a reference to the returned Call object.
isAccountActivated() - Method in interface org.linphone.core.AccountCreator
Send a request to know if an account is activated on server.
isAccountExist() - Method in interface org.linphone.core.AccountCreator
Send a request to know the existence of account on server.
isAccountLinked() - Method in interface org.linphone.core.AccountCreator
Send a request to know if an account is linked.
isAdaptiveRateControlEnabled() - Method in interface org.linphone.core.Core
Returns whether adaptive rate control is enabled.
isAdmin() - Method in interface org.linphone.core.Participant
Tells whether a conference participant is an administrator of the conference.
isAliasUsed() - Method in interface org.linphone.core.AccountCreator
Send a request to know if an alias is used.
isAudioAdaptiveJittcompEnabled() - Method in interface org.linphone.core.Core
Tells whether the audio adaptive jitter compensation is enabled.
isAudioEnabled() - Method in interface org.linphone.core.CallParams
Tell whether audio is enabled or not.
isAudioEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether audio capabilities are enabled.
isAudioMulticastEnabled() - Method in interface org.linphone.core.CallParams
Use to get multicast state of audio stream.
isAudioMulticastEnabled() - Method in interface org.linphone.core.Core
Use to get multicast state of audio stream.
isAudioRouteChangesDisabled() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
isAutoDownloadIcalendarsEnabled() - Method in interface org.linphone.core.Core
Gets if the auto download for incoming icalendars is enabled or not.
isAutoDownloadVoiceRecordingsEnabled() - Method in interface org.linphone.core.Core
Gets if the auto download for incoming voice recordings is enabled or not.
isAutoIterateEnabled() - Method in interface org.linphone.core.Core
Gets whether auto iterate is enabled or not (Android & iOS only).
isAutomaticHttpProxyDetectionEnabled() - Method in interface org.linphone.core.Core
Returns whether automatic http proxy is enabled.
isAutoSendRingingEnabled() - Method in interface org.linphone.core.Core
Gets if the automatic sending of 180 Ringing is enabled or not.
isAvpfEnabled() - Method in interface org.linphone.core.Account
Indicates whether AVPF/SAVPF is being used for calls using this account.
isAvpfEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isCallkitEnabled() - Method in interface org.linphone.core.Core
Special function to check if the callkit is enabled, False by default.
isCameraEnabled() - Method in interface org.linphone.core.Call
Returns if camera pictures are allowed to be sent to the remote party.
isCapabilityNegociationEnabled() - Method in interface org.linphone.core.Core
Check if the capability negotiation (RFC5939) is supported or not.
isCapabilityNegotiationReinviteEnabled() - Method in interface org.linphone.core.CallParams
Check if the capability negotiation (RFC5939) reINVITE is enabled or not.
isCapabilityNegotiationReinviteEnabled() - Method in interface org.linphone.core.Core
Check if the capability negotiation (RFC5939) reINVITE is enabled or not.
isCapabilityNegotiationsEnabled() - Method in interface org.linphone.core.CallParams
Indicates whether capability negotiations (RFC5939) is enabled.
isChatEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether chat capabilities are enabled.
isChatEnabled() - Method in interface org.linphone.core.Core
Returns whether chat is enabled.
isChatroomBackendAvailable(ChatRoomBackend) - Method in class org.linphone.core.Factory
Indicates if the given LinphoneChatRoomBackend is available.
isConferenceServerEnabled() - Method in interface org.linphone.core.Core
Tells whether the conference server feature is enabled.
isConfigDirSet() - Method in class org.linphone.core.Factory
Test if config dir has been set.
isContentTypeSupported(String) - Method in interface org.linphone.core.Core
Tells whether a content type is supported.
isCpimInBasicChatRoomEnabled() - Method in interface org.linphone.core.AccountParams
Indicates whether chat messages sent by this account in a ChatRoomBackend.Basic
chat room will be using CPIM format or not.
isDatabaseStorageAvailable() - Method in class org.linphone.core.Factory
Indicates if the storage in database is available.
isDataDirSet() - Method in class org.linphone.core.Factory
Test if data dir has been set.
isDialEscapePlusEnabled() - Method in interface org.linphone.core.AccountParams
Return whether or not the + should be replaced by 00.
isDnsSearchEnabled() - Method in interface org.linphone.core.Core
Tells whether DNS search (use of local domain if the fully qualified name did
return results) is enabled.
isDnsSrvEnabled() - Method in interface org.linphone.core.Core
Tells whether DNS SRV resolution is enabled.
isDownloadDirSet() - Method in class org.linphone.core.Factory
Test if download dir has been set.
isDualModeEnabled() - Method in interface org.linphone.core.Tunnel
Get the dual tunnel client mode.
isEarlyMediaSendingEnabled() - Method in interface org.linphone.core.CallParams
Indicate whether sending of early media was enabled.
isEchoCancellationEnabled() - Method in interface org.linphone.core.Call
Returns if echo cancellation is enabled.
isEchoCancellationEnabled() - Method in interface org.linphone.core.Core
Returns true if echo cancellation is enabled.
isEchoCancellerCalibrationRequired() - Method in interface org.linphone.core.Core
Check whether the device is echo canceller calibration is required.
isEchoLimiterEnabled() - Method in interface org.linphone.core.Call
Returns if echo limiter is enabled.
isEchoLimiterEnabled() - Method in interface org.linphone.core.Core
Tells whether echo limiter is enabled.
isEmpty() - Method in interface org.linphone.core.Buffer
Tell whether the Buffer is empty.
isEmpty() - Method in interface org.linphone.core.ChatRoom
Returns whether or not a ChatRoom has at least one ChatMessage
or not.
isEncryptionEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the encryption status of the chat room associated with the given
parameters.
isEphemeral() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is an ephemeral message or not.
isEphemeralEnabled() - Method in interface org.linphone.core.ChatRoom
Returns whether or not the ephemeral message feature is enabled in the chat
room.
isEqual(PushNotificationConfig) - Method in interface org.linphone.core.PushNotificationConfig
Checks if two Push Notification Configurations are identical.
isEqualButAlgorithms(AuthInfo) - Method in interface org.linphone.core.AuthInfo
Check if Authinfos are the same without taking account algorithms.
isFile() - Method in interface org.linphone.core.Content
Tells whether or not this content contains a file.
isFileEncrypted() - Method in interface org.linphone.core.Content
Tells whether or not this content contains an encrypted file.
isFileTransfer() - Method in interface org.linphone.core.ChatMessage
Deprecated.
06/07/2020 check if ChatMessage.getContents() contains a Content
for which Content.isFileTransfer() returns true.
isFileTransfer() - Method in interface org.linphone.core.Content
Tells whether or not this content is a file transfer.
isFileTransferInProgress() - Method in interface org.linphone.core.ChatMessage
Gets whether or not a file is currently being downloaded or uploaded.
isFocus() - Method in interface org.linphone.core.Participant
Tells whether a conference participant is the focus of the conference.
isForcedIceRelayEnabled() - Method in interface org.linphone.core.Core
Indicates whether the ICE relay path is forcibly selected.
isForward() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is a forward message or not.
isFriendListSubscriptionEnabled() - Method in interface org.linphone.core.Core
Returns whether or not friend lists subscription are enabled.
isGalaxySOrTab() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGalaxySOrTabWithFrontCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGalaxyTab() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGeneric() - Method in interface org.linphone.core.DialPlan
Return if given plan is generic.
isGenericComfortNoiseEnabled() - Method in interface org.linphone.core.Core
Returns enablement of RFC3389 generic comfort noise algorithm.
isGroupEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the group chat status of the chat room associated with the given
parameters.
isHDVideoCapable() - Static method in class org.linphone.mediastream.Version
 
isIcalendar() - Method in interface org.linphone.core.Content
Tells whether or not this content contains an icalendar by checking it's
content type.
isIceEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether ICE is enabled.
isImdnAvailable() - Method in class org.linphone.core.Factory
Indicates if IMDN are available.
isIn() - Method in interface org.linphone.core.Conference
For a local conference, it returns whether the local participant is enabled For
a remote conference, it return whether the remote participant has left the
conference without bein removed from it.
isInBackground() - Method in interface org.linphone.core.Core
Gets whether the Core is considering itself in background or not.
isIncomingInvitePending() - Method in interface org.linphone.core.Core
Tells whether there is an incoming invite pending.
isInConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.isIn() instead.
isInConference() - Method in interface org.linphone.core.ParticipantDevice
Return whether the participant device is in a conference or not.
isIpv6Enabled() - Method in interface org.linphone.core.Core
Tells whether IPv6 is enabled or not.
isKeepAliveEnabled() - Method in interface org.linphone.core.Core
Is signaling keep alive enabled.
isLimeX3DhEnabled() - Method in interface org.linphone.core.Core
Tells wether LIME X3DH is enabled or not.
isLocalParticipantEnabled() - Method in interface org.linphone.core.ConferenceParams
Returns whether local participant has to enter the conference.
isLocalPermissionEnabled() - Method in interface org.linphone.core.Core
Special function to check if the local network permission has been granted by
the user (useful for iOS).
isLowBandwidthEnabled() - Method in interface org.linphone.core.CallParams
Tell whether the call has been configured in low bandwidth mode or not.
isMe(Address) - Method in interface org.linphone.core.Conference
For a local audio video conference, this function compares the address provided
as argument with that of participant hosting the conference For a remote audio
video conference, this function compares the address provided as argument with
that of the focus of the conference.
isMediaEncryptionMandatory() - Method in interface org.linphone.core.Core
Check if the configured media encryption is mandatory or not.
isMediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.CallParams
Returns the encryption is supported.
isMediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.Core
Check if media encryption is supported.
isMediaFilterSupported(String) - Method in interface org.linphone.core.Core
Checks if the given media filter is loaded and usable.
isMicEnabled() - Method in interface org.linphone.core.Core
Tells whether the microphone is enabled.
isMultipart() - Method in interface org.linphone.core.Content
Tell whether a content is a multipart content.
isNativeRingingEnabled() - Method in interface org.linphone.core.Core
Returns whether the native ringing is enabled or not.
isNetworkReachable() - Method in interface org.linphone.core.Core
return network state either as positioned by the application or by linphone
itself.
isOneParticipantConferenceEnabled() - Method in interface org.linphone.core.ConferenceParams
Returns whether conference can have only one participant.
isOnline() - Method in interface org.linphone.core.PresenceModel
Tells whether a presence model is considered online.
isOutboundProxyEnabled() - Method in interface org.linphone.core.AccountParams
Tell if the proxy is used as the only route.
isOutgoing() - Method in interface org.linphone.core.ChatMessage
Returns wehther the message has been sent or received.
isPhoneNumber(String) - Method in interface org.linphone.core.Account
Detect if the given input is a phone number or not.
isPresenceReceived() - Method in interface org.linphone.core.Friend
Tells whether we already received presence information for a friend.
isPublishEnabled() - Method in interface org.linphone.core.AccountParams
Tell if the PUBLISH is enabled.
isPublishEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationAllowed() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationAvailable() - Method in interface org.linphone.core.AccountParams
Gets whether push notifications are available or not (Android & iOS only).
isPushNotificationAvailable() - Method in interface org.linphone.core.Core
Gets whether push notifications are available or not (Android & iOS only).
isPushNotificationAvailable() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationEnabled() - Method in interface org.linphone.core.Core
Gets whether push notifications are enabled or not (Android & iOS only).
isQrcodeVideoPreviewEnabled() - Method in interface org.linphone.core.Core
Tells whether QRCode is enabled in the preview.
isQualityReportingEnabled() - Method in interface org.linphone.core.AccountParams
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.
isQualityReportingEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isRead() - Method in interface org.linphone.core.ChatMessage
Returns wether the message has been read or not.
isReadOnly() - Method in interface org.linphone.core.ChatRoom
Return whether or not a message can be sent using this chat room.
isRealtimeTextEnabled() - Method in interface org.linphone.core.CallParams
Use to get real time text following rfc4103.
isRealtimeTextEnabled() - Method in interface org.linphone.core.Core
Gets if realtime text is enabled or not.
isRecordAwareEnabled() - Method in interface org.linphone.core.Core
Gets if the record aware feature is enabled or not.
isRecording() - Method in interface org.linphone.core.Call
Deprecated.
15/09/2021 Use CallParams.isRecording() instead.
isRecording() - Method in interface org.linphone.core.CallParams
Indicates whether the call is being recorded.
isRecording() - Method in interface org.linphone.core.Conference
Gets whether the conference is currently being recorded.
isRecording - Static variable in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
isRegisterEnabled() - Method in interface org.linphone.core.AccountParams
Returns whether the account params is enabled or not.
isRegisterEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isRemoteComposing() - Method in interface org.linphone.core.ChatRoom
Tells whether the remote is currently composing a message.
isRemotePushNotificationAllowed() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isReply() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is a reply message or not.
isRetransmissionOnNackEnabled() - Method in interface org.linphone.core.Core
Tells whether NACK context is enabled or not.
isRtpBundleEnabled() - Method in interface org.linphone.core.CallParams
Indicates whether RTP bundle mode (also known as Media Multiplexing) is
enabled.
isRtpBundleEnabled() - Method in interface org.linphone.core.Core
Returns whether RTP bundle mode (also known as Media Multiplexing) is enabled.
isRttEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the real time text status of the chat room associated with the given
parameters.
isSalEnabled() - Method in interface org.linphone.core.LdapParams
Return if the dns resolution is done by Linphone using Sal.
isSdp200AckEnabled() - Method in interface org.linphone.core.Core
Media offer control param for SIP INVITE.
isSecured() - Method in interface org.linphone.core.ChatMessage
Get if the message was encrypted when transfered.
isSelfViewEnabled() - Method in interface org.linphone.core.Core
Tells whether video self view during call is enabled or not.
isSenderNameHiddenInForwardMessage() - Method in interface org.linphone.core.Core
Returns whether or not sender name is hidden in forward message.
isSessionExpiresEnabled() - Method in interface org.linphone.core.Core
Check if the Session Timers feature is enabled.
isSip() - Method in interface org.linphone.core.Address
returns whether the address is a routable SIP address or not

isSipEnabled() - Method in interface org.linphone.core.Tunnel
Check whether tunnel is set to transport SIP packets.
isStunEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether STUN is enabled.
isSubscribesEnabled() - Method in interface org.linphone.core.Friend
get subscription flag value

isSubscriptionBodyless() - Method in interface org.linphone.core.FriendList
Get wheter the subscription of the friend list is bodyless or not.
isSubscriptionsEnabled() - Method in interface org.linphone.core.FriendList
Gets whether subscription to NOTIFYes of all friends list are enabled or not.
isTcapLinesMergingEnabled() - Method in interface org.linphone.core.Core
Check if tcap lines are going to the merged if the capability negotiation
(RFC5939) is supported or not.
isTcpTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether TCP TURN transport is enabled.
isText() - Method in interface org.linphone.core.ChatMessage
Deprecated.
06/07/2020 check if ChatMessage.getContents() contains a Content
with a PlainText content type.
isText() - Method in interface org.linphone.core.Content
Tells whether or not this content contains text.
isTlsEnabled() - Method in interface org.linphone.core.LdapParams
Return if transactions are encrypted by LDAP over TLS(StartTLS).
isTlsTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether TLS TURN transport is enabled.
isTurnEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether TURN is enabled.
isUdpTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether UDP TURN transport is enabled.
isUndefined() - Method in interface org.linphone.core.VideoDefinition
Tells whether a VideoDefinition is undefined.
isUpnpEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether uPnP is enabled.
isUsable() - Method in interface org.linphone.core.PayloadType
Check whether the payload is usable according the bandwidth targets set in the
core.
isValid() - Method in interface org.linphone.core.ChatRoomParams
Returns whether the given parameters are valid or not.
isVbr() - Method in interface org.linphone.core.PayloadType
Tells whether the specified payload type represents a variable bitrate codec.
isVerifyServerCertificates() - Method in interface org.linphone.core.Core
Get whether the tls server certificate must be verified when connecting to a
SIP/TLS server.
isVerifyServerCn() - Method in interface org.linphone.core.Core
Get whether the tls server certificate common name must be verified when
connecting to a SIP/TLS server.
isVibrationOnIncomingCallEnabled() - Method in interface org.linphone.core.Core
Gets whether the device will vibrate while an incoming call is ringing (Android
only).
isVideoAdaptiveJittcompEnabled() - Method in interface org.linphone.core.Core
Tells whether the video adaptive jitter compensation is enabled.
isVideoCapable() - Static method in class org.linphone.mediastream.Version
 
isVideoCaptureEnabled() - Method in interface org.linphone.core.Core
Tells whether video capture is enabled.
isVideoDisplayEnabled() - Method in interface org.linphone.core.Core
Tells whether video display is enabled.
isVideoEnabled() - Method in interface org.linphone.core.CallLog
Tell whether video was enabled at the end of the call or not.
isVideoEnabled() - Method in interface org.linphone.core.CallParams
Tell whether video is enabled or not.
isVideoEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether video capabilities are enabled.
isVideoEnabled() - Method in interface org.linphone.core.Core
Returns true if either capture or display is enabled, false otherwise.
isVideoMulticastEnabled() - Method in interface org.linphone.core.CallParams
Use to get multicast state of video stream.
isVideoMulticastEnabled() - Method in interface org.linphone.core.Core
Use to get multicast state of video stream.
isVideoPreviewEnabled() - Method in interface org.linphone.core.Core
Tells whether video preview is enabled.
isVoiceRecording() - Method in interface org.linphone.core.Content
Tells whether or not this content contains a voice recording by checking it's
content type.
isWifiOnlyEnabled() - Method in interface org.linphone.core.Core
Tells whether Wifi only mode is enabled or not.
isXLargeScreen(Context) - Static method in class org.linphone.mediastream.Version
 
isZeroRtpPortForStreamInactiveEnabled() - Method in interface org.linphone.core.Core
Check if RTP port is set to 0 when a stream is inactive.
iterate() - Method in interface org.linphone.core.Core
Main loop function.

L

Ldap - Interface in org.linphone.core
Object that represents a Linphone Ldap.
LdapAuthMethod - Enum in org.linphone.core
Enum describing how the authentification will be made.
ldapAvailable() - Method in interface org.linphone.core.Core
Tells if LDAP is available.
LdapCertVerificationMode - Enum in org.linphone.core
Enum describing server certificates verification modes.
LdapCheck - Enum in org.linphone.core
Enum describing errors in LDAP parameters.
LdapDebugLevel - Enum in org.linphone.core
Enum Debug verbosity for OpenLdap.
LdapParams - Interface in org.linphone.core
Object that is used to set the different parameters of a Ldap.
leave() - Method in interface org.linphone.core.ChatRoom
Leave a chat room.
leave() - Method in interface org.linphone.core.Conference
For a local conference, the local participant leaves the conference For a
remote conference, the participant leaves the conference after joining it
earlier on.
leaveConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.leave() instead.
limeAvailable() - Method in interface org.linphone.core.ChatRoom
Returns wether lime is available for given peer or not.
limeAvailable() - Method in interface org.linphone.core.Core
Deprecated.
04/02/2019 Use linphone_core_lime_x3dh_available instead.
limeEnabled() - Method in interface org.linphone.core.Core
Deprecated.
04/02/2019 Use linphone_core_lime_x3dh_enabled instead.
LimeState - Enum in org.linphone.core

limeX3DhAvailable() - Method in interface org.linphone.core.Core
Tells if LIME X3DH is available.
linkAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to link an account to an alias.
loadConfigFromXml(String) - Method in interface org.linphone.core.Core
Update current config with the content of a xml config file.
loadFromXmlFile(String) - Method in interface org.linphone.core.Config
Reads a xml config file and fill the Config with the read config
dynamic values.
loadFromXmlString(String) - Method in interface org.linphone.core.Config
Reads a xml config string and fill the Config with the read config
dynamic values.
Log - Class in org.linphone.mediastream
 
Log(String, boolean) - Constructor for class org.linphone.mediastream.Log
Deprecated.
logCollectionEnabled() - Method in interface org.linphone.core.Core
Tells whether the linphone core log collection is enabled.
LogCollectionState - Enum in org.linphone.core
Whether or not to keep a file with the logs.
LoggingService - Interface in org.linphone.core
Singleton class giving access to logging features.
LoggingServiceListener - Interface in org.linphone.core
Listener for LinphoneLoggingService.
LoggingServiceListenerStub - Class in org.linphone.core
 
LoggingServiceListenerStub() - Constructor for class org.linphone.core.LoggingServiceListenerStub
 
loginLinphoneAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to get the password & algorithm of an account using the
confirmation key.
LogLevel - Enum in org.linphone.core
Verbosity levels of log messages.
lookupCccFromE164(String) - Method in interface org.linphone.core.DialPlan
Function to get call country code from an e164 number, ex: +33952650121 will
return 33.
lookupCccFromIso(String) - Method in interface org.linphone.core.DialPlan
Function to get call country code from ISO 3166-1 alpha-2 code, ex: FR returns
33.

M

MagicSearch - Interface in org.linphone.core
A MagicSearch is used to do specifics searchs.
MagicSearchAggregation - Enum in org.linphone.core
Enum describing how to merge SearchResult from MagicSearch.
MagicSearchListener - Interface in org.linphone.core
A LinphoneMagicSearchCbs is used to do specifics searchs.
MagicSearchListenerStub - Class in org.linphone.core
 
MagicSearchListenerStub() - Constructor for class org.linphone.core.MagicSearchListenerStub
 
MagicSearchSource - Enum in org.linphone.core
Enum describing the search categories for Magic Search.
mAlignTopRight - Variable in class org.linphone.mediastream.video.capture.CaptureTextureView
 
markAsRead() - Method in interface org.linphone.core.ChatRoom
Mark all messages of the conversation as read.
mDisplayMode - Variable in class org.linphone.mediastream.video.capture.CaptureTextureView
 
MediaDirection - Enum in org.linphone.core
Indicates for a given media the stream direction.
MediaEncryption - Enum in org.linphone.core
Enum describing type of media encryption types.
mediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.Core
Check if a media encryption type is supported.
mediaInProgress() - Method in interface org.linphone.core.Call
Indicates whether an operation is in progress at the media side.
MediaResourceMode - Enum in org.linphone.core
Media resource usage.
MediastreamerAndroidContext - Class in org.linphone.mediastream
 
MediastreamException - Exception in org.linphone.mediastream
 
MediastreamException() - Constructor for exception org.linphone.mediastream.MediastreamException
 
MediastreamException(String) - Constructor for exception org.linphone.mediastream.MediastreamException
 
MediastreamException(Throwable) - Constructor for exception org.linphone.mediastream.MediastreamException
 
MediastreamException(String, Throwable) - Constructor for exception org.linphone.mediastream.MediastreamException
 
message(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelMessage message to the logs.
migrateLogsFromRcToDb() - Method in interface org.linphone.core.Core
Migrates the call logs from the linphonerc to the database if not done yet.
migrateToMultiTransport() - Method in interface org.linphone.core.Core
Migrate configuration so that all SIP transports are enabled.
mValue - Variable in enum org.linphone.core.AccountCreator.ActivationCodeStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.DomainStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.EmailStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.LanguageStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.PasswordStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.PhoneNumberStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.Status
 
mValue - Variable in enum org.linphone.core.AccountCreator.TransportStatus
 
mValue - Variable in enum org.linphone.core.AccountCreator.UsernameStatus
 
mValue - Variable in enum org.linphone.core.AccountCreatorAlgoStatus
 
mValue - Variable in enum org.linphone.core.AccountCreatorBackend
 
mValue - Variable in enum org.linphone.core.AddressFamily
 
mValue - Variable in enum org.linphone.core.AudioDevice.Capabilities
 
mValue - Variable in enum org.linphone.core.AudioDevice.Type
 
mValue - Variable in enum org.linphone.core.AuthMethod
 
mValue - Variable in enum org.linphone.core.AVPFMode
 
mValue - Variable in enum org.linphone.core.Call.Dir
 
mValue - Variable in enum org.linphone.core.Call.State
 
mValue - Variable in enum org.linphone.core.Call.Status
 
mValue - Variable in enum org.linphone.core.ChatMessage.Direction
 
mValue - Variable in enum org.linphone.core.ChatMessage.State
 
mValue - Variable in enum org.linphone.core.ChatRoom.State
 
mValue - Variable in enum org.linphone.core.ChatRoomBackend
 
mValue - Variable in enum org.linphone.core.ChatRoomCapabilities
 
mValue - Variable in enum org.linphone.core.ChatRoomEncryptionBackend
 
mValue - Variable in enum org.linphone.core.ChatRoomEphemeralMode
 
mValue - Variable in enum org.linphone.core.ChatRoomSecurityLevel
 
mValue - Variable in enum org.linphone.core.Conference.State
 
mValue - Variable in enum org.linphone.core.ConferenceInfoError
 
mValue - Variable in enum org.linphone.core.ConfiguringState
 
mValue - Variable in enum org.linphone.core.ConsolidatedPresence
 
mValue - Variable in enum org.linphone.core.Core.LogCollectionUploadState
 
mValue - Variable in enum org.linphone.core.EcCalibratorStatus
 
mValue - Variable in enum org.linphone.core.EventLog.SecurityEventType
 
mValue - Variable in enum org.linphone.core.EventLog.Type
 
mValue - Variable in enum org.linphone.core.FriendCapability
 
mValue - Variable in enum org.linphone.core.FriendList.Status
 
mValue - Variable in enum org.linphone.core.FriendList.SyncStatus
 
mValue - Variable in enum org.linphone.core.FriendListType
 
mValue - Variable in enum org.linphone.core.GlobalState
 
mValue - Variable in enum org.linphone.core.IceState
 
mValue - Variable in enum org.linphone.core.LdapAuthMethod
 
mValue - Variable in enum org.linphone.core.LdapCertVerificationMode
 
mValue - Variable in enum org.linphone.core.LdapCheck
 
mValue - Variable in enum org.linphone.core.LdapDebugLevel
 
mValue - Variable in enum org.linphone.core.LimeState
 
mValue - Variable in enum org.linphone.core.LogCollectionState
 
mValue - Variable in enum org.linphone.core.LogLevel
 
mValue - Variable in enum org.linphone.core.MagicSearchAggregation
 
mValue - Variable in enum org.linphone.core.MagicSearchSource
 
mValue - Variable in enum org.linphone.core.MediaDirection
 
mValue - Variable in enum org.linphone.core.MediaEncryption
 
mValue - Variable in enum org.linphone.core.MediaResourceMode
 
mValue - Variable in enum org.linphone.core.ParticipantDeviceState
 
mValue - Variable in enum org.linphone.core.Player.State
 
mValue - Variable in enum org.linphone.core.PresenceActivity.Type
 
mValue - Variable in enum org.linphone.core.PresenceBasicStatus
 
mValue - Variable in enum org.linphone.core.Privacy
 
mValue - Variable in enum org.linphone.core.PublishState
 
mValue - Variable in enum org.linphone.core.Reason
 
mValue - Variable in enum org.linphone.core.RecorderFileFormat
 
mValue - Variable in enum org.linphone.core.RecorderState
 
mValue - Variable in enum org.linphone.core.RegistrationState
 
mValue - Variable in enum org.linphone.core.SessionExpiresRefresher
 
mValue - Variable in enum org.linphone.core.StreamType
 
mValue - Variable in enum org.linphone.core.SubscribePolicy
 
mValue - Variable in enum org.linphone.core.SubscriptionDir
 
mValue - Variable in enum org.linphone.core.SubscriptionState
 
mValue - Variable in enum org.linphone.core.SupportLevel
 
mValue - Variable in enum org.linphone.core.ToneID
 
mValue - Variable in enum org.linphone.core.TransportType
 
mValue - Variable in enum org.linphone.core.Tunnel.Mode
 
mValue - Variable in enum org.linphone.core.UpnpState
 
mValue - Variable in enum org.linphone.core.VersionUpdateCheckResult
 
mValue - Variable in enum org.linphone.core.XmlRpcArgType
 
mValue - Variable in enum org.linphone.core.XmlRpcStatus
 
mValue - Variable in enum org.linphone.core.ZrtpPeerStatus
 

N

NatPolicy - Interface in org.linphone.core
Policy to use to pass through NATs/firewalls.
needGalaxySAudioHack() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
needPausingCallForSpeakers() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
needSoftvolume() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
newFromBuffer(String) - Method in interface org.linphone.core.Config
Instantiates a Config object from a user provided buffer.
newFromData(byte[], int) - Method in interface org.linphone.core.Buffer
Create a new Buffer object from existing data.
newFromString(String) - Method in interface org.linphone.core.Buffer
Create a new Buffer object from a string.
newFromVcard(Vcard) - Method in interface org.linphone.core.Friend
Contructor same as linphone_friend_new + Friend.setAddress(org.linphone.core.Address)

newWithActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.PresenceModel
Creates a presence model specifying an activity.
newWithActivityAndNote(PresenceActivity.Type, String, String, String) - Method in interface org.linphone.core.PresenceModel
Creates a presence model specifying an activity and adding a note.
newWithConfig(Core, AccountParams, ProxyConfig) - Method in interface org.linphone.core.Account
Create a new Account with a Proxy config backpointer.
newWithConfig(Core, int) - Method in interface org.linphone.core.AccountParams
Create a new AccountParams object from a configuration.
newWithFactory(String, String) - Method in interface org.linphone.core.Config
Instantiates a Config object from a user config file and a factory
config file.
newWithParams(Core, LdapParams) - Method in interface org.linphone.core.Ldap
Create a new Ldap, associate it with the LdapParams and store
it into the configuration file.
normalizePhoneNumber(String) - Method in interface org.linphone.core.Account
Normalize a human readable phone number into a basic string.
normalizePhoneNumber(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
normalizeSipUri(String) - Method in interface org.linphone.core.Account
Normalize a human readable sip uri into a fully qualified LinphoneAddress.
normalizeSipUri(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
notify(Content) - Method in interface org.linphone.core.Event
Send a notification.
notifyAllFriends(PresenceModel) - Method in interface org.linphone.core.Core
Notify all friends that have subscribed.
notifyNotifyPresenceReceived(Friend) - Method in interface org.linphone.core.Core
Notifies the upper layer that a presence status has been received by calling
the appropriate callback if one has been set.
notifyNotifyPresenceReceivedForUriOrTel(Friend, String, PresenceModel) - Method in interface org.linphone.core.Core
Notifies the upper layer that a presence model change has been received for the
uri or telephone number given as a parameter, by calling the appropriate
callback if one has been set.
notifyParticipantDeviceRegistration(Address) - Method in interface org.linphone.core.ChatRoom
Notify the chatroom that a participant device has just registered.
notifyPresence(PresenceModel) - Method in interface org.linphone.core.FriendList
Notify our presence to all the friends in the friend list that have subscribed
to our presence directly (not using a RLS).
notifyRinging() - Method in interface org.linphone.core.Call
Starts the process of replying 180 Ringing.

O

oglRender() - Method in interface org.linphone.core.Call
Calls generic OpenGL render for a given call.
oglRender() - Method in interface org.linphone.core.Conference
Call generic OpenGL render for a given conference.
onAccountRegistrationStateChanged(Core, Account, RegistrationState, String) - Method in interface org.linphone.core.CoreListener
Callback notifying that a LinphoneAccount has its registration state changed.
onAccountRegistrationStateChanged(Core, Account, RegistrationState, String) - Method in class org.linphone.core.CoreListenerStub
 
onAckProcessing(Call, Headers, boolean) - Method in interface org.linphone.core.CallListener
Callback for notifying the processing SIP ACK messages.
onAckProcessing(Call, Headers, boolean) - Method in class org.linphone.core.CallListenerStub
 
onActivateAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onActivateAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onActivateAlias(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onActivateAlias(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onAudioDeviceChanged(Call, AudioDevice) - Method in interface org.linphone.core.CallListener
Callback to notify that the audio device has been changed.
onAudioDeviceChanged(Call, AudioDevice) - Method in class org.linphone.core.CallListenerStub
 
onAudioDeviceChanged(Conference, AudioDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that the audio device of a conference has changed.
onAudioDeviceChanged(Conference, AudioDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onAudioDeviceChanged(Core, AudioDevice) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that the audio device for at least one call has
changed.
onAudioDeviceChanged(Core, AudioDevice) - Method in class org.linphone.core.CoreListenerStub
 
onAudioDevicesListUpdated(Core) - Method in interface org.linphone.core.CoreListener
Callback prototype telling the audio devices list has been updated.
onAudioDevicesListUpdated(Core) - Method in class org.linphone.core.CoreListenerStub
 
onAuthenticationRequested(Core, AuthInfo, AuthMethod) - Method in interface org.linphone.core.CoreListener
Callback for requesting authentication information to application or user.
onAuthenticationRequested(Core, AuthInfo, AuthMethod) - Method in class org.linphone.core.CoreListenerStub
 
onBuddyInfoUpdated(Core, Friend) - Method in interface org.linphone.core.CoreListener
Callback prototype when using the buddy plugin.
onBuddyInfoUpdated(Core, Friend) - Method in class org.linphone.core.CoreListenerStub
 
onCallCreated(Core, Call) - Method in interface org.linphone.core.CoreListener
Callback notifying that a new LinphoneCall (either incoming or outgoing) has
been created.
onCallCreated(Core, Call) - Method in class org.linphone.core.CoreListenerStub
 
onCallEncryptionChanged(Core, Call, boolean, String) - Method in interface org.linphone.core.CoreListener
Call encryption changed callback.
onCallEncryptionChanged(Core, Call, boolean, String) - Method in class org.linphone.core.CoreListenerStub
 
onCallIdUpdated(Core, String, String) - Method in interface org.linphone.core.CoreListener
Callback to notify the callid of a call has been updated.
onCallIdUpdated(Core, String, String) - Method in class org.linphone.core.CoreListenerStub
 
onCallLogUpdated(Core, CallLog) - Method in interface org.linphone.core.CoreListener
Callback to notify a new call-log entry has been added.
onCallLogUpdated(Core, CallLog) - Method in class org.linphone.core.CoreListenerStub
 
onCallStateChanged(Core, Call, Call.State, String) - Method in interface org.linphone.core.CoreListener
Call state notification callback.
onCallStateChanged(Core, Call, Call.State, String) - Method in class org.linphone.core.CoreListenerStub
 
onCallStatsUpdated(Core, Call, CallStats) - Method in interface org.linphone.core.CoreListener
Callback for receiving quality statistics for calls.
onCallStatsUpdated(Core, Call, CallStats) - Method in class org.linphone.core.CoreListenerStub
 
onCameraNotWorking(Call, String) - Method in interface org.linphone.core.CallListener
Callback to notify that the camera is not working and has been changed to "No
Webcam".
onCameraNotWorking(Call, String) - Method in class org.linphone.core.CallListenerStub
 
onChatMessageParticipantImdnStateChanged(ChatRoom, ChatMessage, ParticipantImdnState) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a participant state has changed in a message of this
chat room.
onChatMessageParticipantImdnStateChanged(ChatRoom, ChatMessage, ParticipantImdnState) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatMessageReceived(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a chat message has been received.
onChatMessageReceived(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatMessageSending(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a chat message is being sent.
onChatMessageSending(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatMessageSent(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a chat message has been sent.
onChatMessageSent(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatMessageShouldBeStored(ChatRoom, ChatMessage) - Method in interface org.linphone.core.ChatRoomListener
Callback used to tell the core whether or not to store the incoming message in
db or not using linphone_chat_message_set_to_be_stored.
onChatMessageShouldBeStored(ChatRoom, ChatMessage) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatRoomEphemeralMessageDeleted(Core, ChatRoom) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a LinphoneChatRoom ephemeral message has
expired.
onChatRoomEphemeralMessageDeleted(Core, ChatRoom) - Method in class org.linphone.core.CoreListenerStub
 
onChatRoomRead(Core, ChatRoom) - Method in interface org.linphone.core.CoreListener
Chat room marked as read callback.
onChatRoomRead(Core, ChatRoom) - Method in class org.linphone.core.CoreListenerStub
 
onChatRoomStateChanged(Core, ChatRoom, ChatRoom.State) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a LinphoneChatRoom state has changed.
onChatRoomStateChanged(Core, ChatRoom, ChatRoom.State) - Method in class org.linphone.core.CoreListenerStub
 
onChatRoomSubjectChanged(Core, ChatRoom) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a LinphoneChatRoom subject has changed.
onChatRoomSubjectChanged(Core, ChatRoom) - Method in class org.linphone.core.CoreListenerStub
 
onConferenceAddressGeneration(ChatRoom) - Method in interface org.linphone.core.ChatRoomListener
Callback used when a group chat room is created server-side to generate the
address of the chat room.
onConferenceAddressGeneration(ChatRoom) - Method in class org.linphone.core.ChatRoomListenerStub
 
onConferenceInfoOnParticipantError(Core, ConferenceInfo, Address, ConferenceInfoError) - Method in interface org.linphone.core.CoreListener
Callback notifying that a conference invitation could not be sent to
LinphoneAddress.
onConferenceInfoOnParticipantError(Core, ConferenceInfo, Address, ConferenceInfoError) - Method in class org.linphone.core.CoreListenerStub
 
onConferenceInfoOnParticipantSent(Core, ConferenceInfo, Address) - Method in interface org.linphone.core.CoreListener
Callback notifying that a conference invitation has been sent to
LinphoneAddress.
onConferenceInfoOnParticipantSent(Core, ConferenceInfo, Address) - Method in class org.linphone.core.CoreListenerStub
 
onConferenceInfoOnSent(Core, ConferenceInfo) - Method in interface org.linphone.core.CoreListener
Callback notifying that a conference invitation has been sent to all
participants.
onConferenceInfoOnSent(Core, ConferenceInfo) - Method in class org.linphone.core.CoreListenerStub
 
onConferenceJoined(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room has been joined.
onConferenceJoined(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onConferenceLeft(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room has been left.
onConferenceLeft(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onConferenceStateChanged(Core, Conference, Conference.State) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a LinphoneConference state has changed.
onConferenceStateChanged(Core, Conference, Conference.State) - Method in class org.linphone.core.CoreListenerStub
 
onConfiguringStatus(Core, ConfiguringState, String) - Method in interface org.linphone.core.CoreListener
Callback prototype for configuring status changes notification.
onConfiguringStatus(Core, ConfiguringState, String) - Method in class org.linphone.core.CoreListenerStub
 
onContactCreated(FriendList, Friend) - Method in interface org.linphone.core.FriendListListener
Callback used to notify a new contact has been created on the CardDAV server
and downloaded locally.
onContactCreated(FriendList, Friend) - Method in class org.linphone.core.FriendListListenerStub
 
onContactDeleted(FriendList, Friend) - Method in interface org.linphone.core.FriendListListener
Callback used to notify a contact has been deleted on the CardDAV server.
onContactDeleted(FriendList, Friend) - Method in class org.linphone.core.FriendListListenerStub
 
onContactUpdated(FriendList, Friend, Friend) - Method in interface org.linphone.core.FriendListListener
Callback used to notify a contact has been updated on the CardDAV server.
onContactUpdated(FriendList, Friend, Friend) - Method in class org.linphone.core.FriendListListenerStub
 
onCreateAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onCreateAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onDtmfReceived(Call, int) - Method in interface org.linphone.core.CallListener
Callback for being notified of received DTMFs.
onDtmfReceived(Call, int) - Method in class org.linphone.core.CallListenerStub
 
onDtmfReceived(Core, Call, int) - Method in interface org.linphone.core.CoreListener
Callback for being notified of DTMFs received.
onDtmfReceived(Core, Call, int) - Method in class org.linphone.core.CoreListenerStub
 
onEcCalibrationAudioInit(Core) - Method in interface org.linphone.core.CoreListener
Function prototype used by #linphone_core_cbs_set_ec_calibrator_audio_init().
onEcCalibrationAudioInit(Core) - Method in class org.linphone.core.CoreListenerStub
 
onEcCalibrationAudioUninit(Core) - Method in interface org.linphone.core.CoreListener
Function prototype used by #linphone_core_cbs_set_ec_calibrator_audio_uninit().
onEcCalibrationAudioUninit(Core) - Method in class org.linphone.core.CoreListenerStub
 
onEcCalibrationResult(Core, EcCalibratorStatus, int) - Method in interface org.linphone.core.CoreListener
Function prototype used by #linphone_core_cbs_set_ec_calibrator_result().
onEcCalibrationResult(Core, EcCalibratorStatus, int) - Method in class org.linphone.core.CoreListenerStub
 
onEncryptionChanged(Call, boolean, String) - Method in interface org.linphone.core.CallListener
Call encryption changed callback.
onEncryptionChanged(Call, boolean, String) - Method in class org.linphone.core.CallListenerStub
 
onEofReached(Player) - Method in interface org.linphone.core.PlayerListener
Callback for notifying end of play (file).
onEofReached(Player) - Method in class org.linphone.core.PlayerListenerStub
 
onEphemeralEvent(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that an ephemeral related event has been
generated.
onEphemeralEvent(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onEphemeralMessageDeleted(ChatMessage) - Method in interface org.linphone.core.ChatMessageListener
Call back used to notify ephemeral message is deleted.
onEphemeralMessageDeleted(ChatMessage) - Method in class org.linphone.core.ChatMessageListenerStub
 
onEphemeralMessageDeleted(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that an ephemeral message has been deleted.
onEphemeralMessageDeleted(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onEphemeralMessageTimerStarted(ChatMessage) - Method in interface org.linphone.core.ChatMessageListener
Callback used to notify an ephemeral message that its lifespan before
disappearing has started to decrease.
onEphemeralMessageTimerStarted(ChatMessage) - Method in class org.linphone.core.ChatMessageListenerStub
 
onEphemeralMessageTimerStarted(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that the lifespan of an ephemeral message
before disappearing has started to decrease.
onEphemeralMessageTimerStarted(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onFileTransferProgressIndication(ChatMessage, Content, int, int) - Method in interface org.linphone.core.ChatMessageListener
File transfer progress indication callback prototype.
onFileTransferProgressIndication(ChatMessage, Content, int, int) - Method in class org.linphone.core.ChatMessageListenerStub
 
onFileTransferRecv(ChatMessage, Content, Buffer) - Method in interface org.linphone.core.ChatMessageListener
File transfer receive callback prototype.
onFileTransferRecv(ChatMessage, Content, Buffer) - Method in class org.linphone.core.ChatMessageListenerStub
 
onFileTransferSend(ChatMessage, Content, int, int) - Method in interface org.linphone.core.ChatMessageListener
Deprecated.
17/08/2020 Use LinphoneChatMessageCbsFileTransferSendChunkCb
instead.
onFileTransferSend(ChatMessage, Content, int, int) - Method in class org.linphone.core.ChatMessageListenerStub
 
onFileTransferSendChunk(ChatMessage, Content, int, int, Buffer) - Method in interface org.linphone.core.ChatMessageListener
File transfer send callback prototype.
onFileTransferSendChunk(ChatMessage, Content, int, int, Buffer) - Method in class org.linphone.core.ChatMessageListenerStub
 
onFirstCallStarted(Core) - Method in interface org.linphone.core.CoreListener
Callback prototype telling a call has started (incoming or outgoing) while
there was no other call.
onFirstCallStarted(Core) - Method in class org.linphone.core.CoreListenerStub
 
onFriendListCreated(Core, FriendList) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting when a friend list has been added to the core
friends list.
onFriendListCreated(Core, FriendList) - Method in class org.linphone.core.CoreListenerStub
 
onFriendListRemoved(Core, FriendList) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting when a friend list has been removed from the
core friends list.
onFriendListRemoved(Core, FriendList) - Method in class org.linphone.core.CoreListenerStub
 
onGlobalStateChanged(Core, GlobalState, String) - Method in interface org.linphone.core.CoreListener
Global state notification callback.
onGlobalStateChanged(Core, GlobalState, String) - Method in class org.linphone.core.CoreListenerStub
 
onImeeUserRegistration(Core, boolean, String, String) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that an Instant Message Encryption Engine user
registered on the server with or without success.
onImeeUserRegistration(Core, boolean, String, String) - Method in class org.linphone.core.CoreListenerStub
 
onInfoMessageReceived(Call, InfoMessage) - Method in interface org.linphone.core.CallListener
Callback for receiving info messages.
onInfoMessageReceived(Call, InfoMessage) - Method in class org.linphone.core.CallListenerStub
 
onInfoReceived(Core, Call, InfoMessage) - Method in interface org.linphone.core.CoreListener
Callback prototype for receiving info messages.
onInfoReceived(Core, Call, InfoMessage) - Method in class org.linphone.core.CoreListenerStub
 
onIsAccountActivated(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onIsAccountActivated(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAccountExist(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onIsAccountExist(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAccountLinked(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onIsAccountLinked(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAliasUsed(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onIsAliasUsed(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsComposingReceived(ChatRoom, Address, boolean) - Method in interface org.linphone.core.ChatRoomListener
Is composing notification callback prototype.
onIsComposingReceived(ChatRoom, Address, boolean) - Method in class org.linphone.core.ChatRoomListenerStub
 
onIsComposingReceived(Core, ChatRoom) - Method in interface org.linphone.core.CoreListener
Is composing notification callback prototype.
onIsComposingReceived(Core, ChatRoom) - Method in class org.linphone.core.CoreListenerStub
 
onIsSpeakingChanged(ParticipantDevice, boolean) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that is this participant device speaking has changed.
onIsSpeakingChanged(ParticipantDevice, boolean) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onLastCallEnded(Core) - Method in interface org.linphone.core.CoreListener
Callback prototype telling the last call has ended
(#LinphoneCore.get_calls_nb() returns 0)

onLastCallEnded(Core) - Method in class org.linphone.core.CoreListenerStub
 
onLdapHaveMoreResults(MagicSearch, Ldap) - Method in interface org.linphone.core.MagicSearchListener
Callback used to notify when LDAP have more results available.
onLdapHaveMoreResults(MagicSearch, Ldap) - Method in class org.linphone.core.MagicSearchListenerStub
 
onLinkAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onLinkAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onLogCollectionUploadProgressIndication(Core, int, int) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting log collection upload progress indication.
onLogCollectionUploadProgressIndication(Core, int, int) - Method in class org.linphone.core.CoreListenerStub
 
onLogCollectionUploadStateChanged(Core, Core.LogCollectionUploadState, String) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting log collection upload state change.
onLogCollectionUploadStateChanged(Core, Core.LogCollectionUploadState, String) - Method in class org.linphone.core.CoreListenerStub
 
onLoginLinphoneAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onLoginLinphoneAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onLogMessageWritten(LoggingService, String, LogLevel, String) - Method in interface org.linphone.core.LoggingServiceListener
Type of callbacks called each time liblinphone write a log message.
onLogMessageWritten(LoggingService, String, LogLevel, String) - Method in class org.linphone.core.LoggingServiceListenerStub
 
onMeasure(int, int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
onMessageReceived(ChatRoom, ChatMessage) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a message has been received.
onMessageReceived(ChatRoom, ChatMessage) - Method in class org.linphone.core.ChatRoomListenerStub
 
onMessageReceived(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Chat message callback prototype.
onMessageReceived(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMessageReceivedUnableDecrypt(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Chat message not decrypted callback prototype.
onMessageReceivedUnableDecrypt(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMessageSent(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Called after the #send method of the LinphoneChatMessage was called.
onMessageSent(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMsgStateChanged(ChatMessage, ChatMessage.State) - Method in interface org.linphone.core.ChatMessageListener
Call back used to notify message delivery status.
onMsgStateChanged(ChatMessage, ChatMessage.State) - Method in class org.linphone.core.ChatMessageListenerStub
 
onNetworkReachable(Core, boolean) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting network change either automatically detected
or notified by linphone_core_set_network_reachable.
onNetworkReachable(Core, boolean) - Method in class org.linphone.core.CoreListenerStub
 
onNewEvent(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that an event log has been created.
onNewEvent(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onNewSubscriptionRequested(Core, Friend, String) - Method in interface org.linphone.core.CoreListener
Reports that a new subscription request has been received and wait for a
decision.
onNewSubscriptionRequested(Core, Friend, String) - Method in class org.linphone.core.CoreListenerStub
 
onNextVideoFrameDecoded(Call) - Method in interface org.linphone.core.CallListener
Callback to notify a next video frame has been decoded.
onNextVideoFrameDecoded(Call) - Method in class org.linphone.core.CallListenerStub
 
onNotifyPresenceReceived(Core, Friend) - Method in interface org.linphone.core.CoreListener
Report status change for a friend previously added to the LinphoneCore with
linphone_core_add_friend().
onNotifyPresenceReceived(Core, Friend) - Method in class org.linphone.core.CoreListenerStub
 
onNotifyPresenceReceivedForUriOrTel(Core, Friend, String, PresenceModel) - Method in interface org.linphone.core.CoreListener
Reports presence model change for a specific URI or phone number of a friend.
onNotifyPresenceReceivedForUriOrTel(Core, Friend, String, PresenceModel) - Method in class org.linphone.core.CoreListenerStub
 
onNotifyReceived(Core, Event, String, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about notification received
from the network.
onNotifyReceived(Core, Event, String, Content) - Method in class org.linphone.core.CoreListenerStub
 
onNotifyResponse(Event) - Method in interface org.linphone.core.EventListener
Callback used to notify the response to a sent NOTIFY.
onNotifyResponse(Event) - Method in class org.linphone.core.EventListenerStub
 
onNotifySent(Core, Event, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about notification that is
being sent.
onNotifySent(Core, Event, Content) - Method in class org.linphone.core.CoreListenerStub
 
onParticipantAdded(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been added.
onParticipantAdded(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantAdded(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been added.
onParticipantAdded(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantAdminStatusChanged(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that the admin status of a participant has
been changed.
onParticipantAdminStatusChanged(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantAdminStatusChanged(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the admin status of a participant has
been changed.
onParticipantAdminStatusChanged(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceAdded(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been added.
onParticipantDeviceAdded(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceAdded(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been added.
onParticipantDeviceAdded(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceRemoved(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been removed.
onParticipantDeviceRemoved(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceRemoved(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been removed.
onParticipantDeviceRemoved(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantImdnStateChanged(ChatMessage, ParticipantImdnState) - Method in interface org.linphone.core.ChatMessageListener
Call back used to notify participant IMDN state.
onParticipantImdnStateChanged(ChatMessage, ParticipantImdnState) - Method in class org.linphone.core.ChatMessageListenerStub
 
onParticipantRegistrationSubscriptionRequested(ChatRoom, Address) - Method in interface org.linphone.core.ChatRoomListener
Callback used when a group chat room server is subscribing to registration
state of a participant.
onParticipantRegistrationSubscriptionRequested(ChatRoom, Address) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRegistrationUnsubscriptionRequested(ChatRoom, Address) - Method in interface org.linphone.core.ChatRoomListener
Callback used when a group chat room server is unsubscribing to registration
state of a participant.
onParticipantRegistrationUnsubscriptionRequested(ChatRoom, Address) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRemoved(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been removed.
onParticipantRemoved(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRemoved(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been removed.
onParticipantRemoved(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onPresenceReceived(FriendList, Friend[]) - Method in interface org.linphone.core.FriendListListener
Callback used to notify a list with all friends that have received presence
information.
onPresenceReceived(FriendList, Friend[]) - Method in class org.linphone.core.FriendListListenerStub
 
onPublishStateChanged(Core, Event, PublishState) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about changes of publish
states.
onPublishStateChanged(Core, Event, PublishState) - Method in class org.linphone.core.CoreListenerStub
 
onQrcodeFound(Core, String) - Method in interface org.linphone.core.CoreListener
Callback prototype telling the result of decoded qrcode.
onQrcodeFound(Core, String) - Method in class org.linphone.core.CoreListenerStub
 
onRecoverAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onRecoverAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onReferReceived(Core, String) - Method in interface org.linphone.core.CoreListener
Callback prototype for when a refer is received.
onReferReceived(Core, String) - Method in class org.linphone.core.CoreListenerStub
 
onRegistrationStateChanged(Account, RegistrationState, String) - Method in interface org.linphone.core.AccountListener
Callback for notifying when a registration state has changed for the account.
onRegistrationStateChanged(Account, RegistrationState, String) - Method in class org.linphone.core.AccountListenerStub
 
onRegistrationStateChanged(Core, ProxyConfig, RegistrationState, String) - Method in interface org.linphone.core.CoreListener
Deprecated.
06/04/2020 Use LinphoneCoreCbsAccountRegistrationStateChangedCb
instead
onRegistrationStateChanged(Core, ProxyConfig, RegistrationState, String) - Method in class org.linphone.core.CoreListenerStub
 
onRemoteRecording(Call, boolean) - Method in interface org.linphone.core.CallListener
Callback to notify that the call is being recorded by the remote.
onRemoteRecording(Call, boolean) - Method in class org.linphone.core.CallListenerStub
 
onResponse(XmlRpcRequest) - Method in interface org.linphone.core.XmlRpcRequestListener
Callback used to notify the response to an XML-RPC request.
onResponse(XmlRpcRequest) - Method in class org.linphone.core.XmlRpcRequestListenerStub
 
onSearchResultsReceived(MagicSearch) - Method in interface org.linphone.core.MagicSearchListener
Callback used to notify when results are received.
onSearchResultsReceived(MagicSearch) - Method in class org.linphone.core.MagicSearchListenerStub
 
onSecurityEvent(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a security event in the chat room.
onSecurityEvent(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onSendToken(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onSendToken(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onSnapshotTaken(Call, String) - Method in interface org.linphone.core.CallListener
Callback for notifying a snapshot taken.
onSnapshotTaken(Call, String) - Method in class org.linphone.core.CallListenerStub
 
onStateChanged(Call, Call.State, String) - Method in interface org.linphone.core.CallListener
Call state notification callback.
onStateChanged(Call, Call.State, String) - Method in class org.linphone.core.CallListenerStub
 
onStateChanged(ChatRoom, ChatRoom.State) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room state has changed.
onStateChanged(ChatRoom, ChatRoom.State) - Method in class org.linphone.core.ChatRoomListenerStub
 
onStateChanged(Conference, Conference.State) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference state has changed.
onStateChanged(Conference, Conference.State) - Method in class org.linphone.core.ConferenceListenerStub
 
onStatsUpdated(Call, CallStats) - Method in interface org.linphone.core.CallListener
Callback for receiving quality statistics for calls.
onStatsUpdated(Call, CallStats) - Method in class org.linphone.core.CallListenerStub
 
onSubjectChanged(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify that the subject of a chat room has changed.
onSubjectChanged(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onSubjectChanged(Conference, String) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that the subject of a conference has changed.
onSubjectChanged(Conference, String) - Method in class org.linphone.core.ConferenceListenerStub
 
onSubscribeReceived(Core, Event, String, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about subscription received
from the network.
onSubscribeReceived(Core, Event, String, Content) - Method in class org.linphone.core.CoreListenerStub
 
onSubscriptionStateChanged(Core, Event, SubscriptionState) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about changes of subscription
states, including arrival of new subscriptions.
onSubscriptionStateChanged(Core, Event, SubscriptionState) - Method in class org.linphone.core.CoreListenerStub
 
onSyncStatusChanged(FriendList, FriendList.SyncStatus, String) - Method in interface org.linphone.core.FriendListListener
Callback used to notify the status of the synchronization has changed.
onSyncStatusChanged(FriendList, FriendList.SyncStatus, String) - Method in class org.linphone.core.FriendListListenerStub
 
onTmmbrReceived(Call, int, int) - Method in interface org.linphone.core.CallListener
Callback for notifying a received TMMBR.
onTmmbrReceived(Call, int, int) - Method in class org.linphone.core.CallListenerStub
 
onTransferStateChanged(Call, Call.State) - Method in interface org.linphone.core.CallListener
Callback for notifying progresses of transfers.
onTransferStateChanged(Call, Call.State) - Method in class org.linphone.core.CallListenerStub
 
onTransferStateChanged(Core, Call, Call.State) - Method in interface org.linphone.core.CoreListener
Callback for notifying progresses of transfers.
onTransferStateChanged(Core, Call, Call.State) - Method in class org.linphone.core.CoreListenerStub
 
onUndecryptableMessageReceived(ChatRoom, ChatMessage) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a message has been received but we
were unable to decrypt it.
onUndecryptableMessageReceived(ChatRoom, ChatMessage) - Method in class org.linphone.core.ChatRoomListenerStub
 
onUpdateAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Callback to notify a response of server.
onUpdateAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onVersionUpdateCheckResultReceived(Core, VersionUpdateCheckResult, String, String) - Method in interface org.linphone.core.CoreListener
Callback prototype for reporting the result of a version update check.
onVersionUpdateCheckResultReceived(Core, VersionUpdateCheckResult, String, String) - Method in class org.linphone.core.CoreListenerStub
 
onVideoPreviewSurfaceDestroyed(AndroidVideoWindowImpl) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoPreviewSurfaceReady(AndroidVideoWindowImpl, SurfaceView) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoRenderingSurfaceDestroyed(AndroidVideoWindowImpl) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoRenderingSurfaceReady(AndroidVideoWindowImpl, SurfaceView) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
open(String) - Method in interface org.linphone.core.Player
Open a file for playing.
open(String) - Method in interface org.linphone.core.Recorder
Open a file for recording.
OpenGLESDisplay - Class in org.linphone.mediastream.video.display
 
OpenGLESDisplay() - Constructor for class org.linphone.mediastream.video.display.OpenGLESDisplay
 
org.linphone.core - package org.linphone.core
Liblinphone is a high-level open source library that integrates all the SIP voice/video and instant messaging features into a single easy-to-use API.
This is the VoIP SDK engine on which Linphone applications are based.

Liblinphone combines our media processing and streaming toolkit (Mediastreamer2) with our user-agent library for SIP signaling (belle-sip).
Liblinphone has support for a variety of languages, each one has its own reference documentation:
C C++ Swift Java C# (coming soon) Python (coming soon) Liblinphone is distributed under GPLv3.
org.linphone.mediastream - package org.linphone.mediastream
 
org.linphone.mediastream.video - package org.linphone.mediastream.video
 
org.linphone.mediastream.video.capture - package org.linphone.mediastream.video.capture
 
org.linphone.mediastream.video.capture.hwconf - package org.linphone.mediastream.video.capture.hwconf
 
org.linphone.mediastream.video.display - package org.linphone.mediastream.video.display
 
orientation - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 

P

Participant - Interface in org.linphone.core
Identifies a member of a Conference or ChatRoom.
ParticipantDevice - Interface in org.linphone.core
This object represents a unique device for a member of a Conference or
ChatRoom.
ParticipantDeviceIdentity - Interface in org.linphone.core
This object is only used on server side for ChatRoom with ChatRoomBackend.FlexisipChat
backend.
ParticipantDeviceListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a LinphoneParticipantDevice
objects.
ParticipantDeviceListenerStub - Class in org.linphone.core
 
ParticipantDeviceListenerStub() - Constructor for class org.linphone.core.ParticipantDeviceListenerStub
 
ParticipantDeviceState - Enum in org.linphone.core
ParticipantDeviceState is used to list all states a participant device
can be in

ParticipantImdnState - Interface in org.linphone.core
This object represents the delivery/display state of a given chat message for a
given participant.
pause() - Method in interface org.linphone.core.Call
Pauses the call.
pause() - Method in interface org.linphone.core.Player
Pause the playing of a file.
pause() - Method in interface org.linphone.core.Recorder
Pause the recording.
pauseAllCalls() - Method in interface org.linphone.core.Core
Pause all currently running calls.
pausePublish() - Method in interface org.linphone.core.Event
Prevent an event from refreshing its publish.
pauseRegister() - Method in interface org.linphone.core.Account
Prevent an account from refreshing its registration.
pauseRegister() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
PayloadType - Interface in org.linphone.core
Object representing an RTP payload type.
playDtmf(char, int) - Method in interface org.linphone.core.Core
Plays a dtmf sound to the local user.
Player - Interface in org.linphone.core
Player interface.
Player.State - Enum in org.linphone.core
 
PlayerListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a LinphonePlayer objects.
PlayerListenerStub - Class in org.linphone.core
 
PlayerListenerStub() - Constructor for class org.linphone.core.PlayerListenerStub
 
playLocal(String) - Method in interface org.linphone.core.Core
Plays an audio file to the local user.
postprocess() - Method in class org.linphone.mediastream.AACFilter
 
preemptSoundResources() - Method in interface org.linphone.core.Core
Empties sound resources to allow a new call to be accepted.
preprocess(int, int, int, boolean) - Method in class org.linphone.mediastream.AACFilter
 
PresenceActivity - Interface in org.linphone.core
Presence activity type holding information about a presence activity.
PresenceActivity.Type - Enum in org.linphone.core
 
PresenceBasicStatus - Enum in org.linphone.core
Basic status as defined in section 4.1.4 of RFC 3863.
PresenceModel - Interface in org.linphone.core
Presence model type holding information about the presence of a person.
PresenceNote - Interface in org.linphone.core
Presence note type holding information about a presence note.
PresencePerson - Interface in org.linphone.core
Presence person holding information about a presence person.
PresenceService - Interface in org.linphone.core
Presence service type holding information about a presence service.
previewOglRender() - Method in interface org.linphone.core.Conference
Call generic OpenGL render preview for a given conference.
previewOglRender() - Method in interface org.linphone.core.Core
Call generic OpenGL render for a given core.
Privacy - Enum in org.linphone.core
Defines privacy policy to apply as described by rfc3323.
probeCameras() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfigurationReader21
 
ProxyConfig - Interface in org.linphone.core
Deprecated.
06/04/2020 Use Account object instead
publish(Address, String, int, Content) - Method in interface org.linphone.core.Core
Publish an event state.
PublishState - Enum in org.linphone.core
Enum for publish states.
pullFromDecoder(byte[]) - Method in class org.linphone.mediastream.AACFilter
 
pullFromEncoder(byte[]) - Method in class org.linphone.mediastream.AACFilter
 
PushNotificationConfig - Interface in org.linphone.core
Object holding push notification config that will be set in the contact URI
parameters of the Contact header in the REGISTER, if the AccountParams
is configured to allow push notifications, see AccountParams.setPushNotificationAllowed(boolean)
.
PushNotificationMessage - Interface in org.linphone.core
Object holding chat message data received by a push notification on iOS
platform only.
pushToDecoder(byte[], int) - Method in class org.linphone.mediastream.AACFilter
 
pushToEncoder(byte[], int) - Method in class org.linphone.mediastream.AACFilter
 
putChar(int) - Method in interface org.linphone.core.ChatMessage
Fulfill a chat message char by char.
putImage(long, byte[]) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 

R

Range - Interface in org.linphone.core
Structure describing a range of integers.
readFile(String) - Method in interface org.linphone.core.Config
Reads a user config file and fill the Config with the read config
values.
realtimeTextGetKeepaliveInterval() - Method in interface org.linphone.core.Core
Gets keep alive interval of real time text.
realtimeTextSetKeepaliveInterval(int) - Method in interface org.linphone.core.Core
Set keep alive interval for real time text.
Reason - Enum in org.linphone.core
Enum describing various failure reasons or contextual information for some
events.
receiveChatMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Used to receive a chat message when using async mechanism with IM
enchat_roomyption engine.
reconnect() - Method in interface org.linphone.core.Tunnel
Force reconnection to the tunnel server.
Recorder - Interface in org.linphone.core
Object used to record the audio or video of a call.
RecorderFileFormat - Enum in org.linphone.core
Enum representing the file format of a recording.
RecorderParams - Interface in org.linphone.core
Object containing various parameters of a Recorder.
RecorderState - Enum in org.linphone.core
Enum representing the state of a recording.
recoverAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to recover an account.
redirect(String) - Method in interface org.linphone.core.Call
Deprecated.
redirectTo(Address) - Method in interface org.linphone.core.Call
Redirect the specified call to the given redirect Address.
refreshPublish() - Method in interface org.linphone.core.Event
Refresh an outgoing publish keeping the same body.
refreshRegister() - Method in interface org.linphone.core.Account
Refresh a proxy registration.
refreshRegister() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
refreshRegisters() - Method in interface org.linphone.core.Core
force registration refresh to be initiated upon next iterate

refreshSubscribe() - Method in interface org.linphone.core.Event
Refresh an outgoing subscription keeping the same body.
RegistrationState - Enum in org.linphone.core
Describes proxy registration states.
rejectSubscriber(Friend) - Method in interface org.linphone.core.Core
Black list a friend.
relativeFileExists(String) - Method in interface org.linphone.core.Config
Check if given file name exists relatively to the current location.
release() - Method in interface org.linphone.core.XmlRpcSession
Stop and unref an XML rpc session.
release() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
reload() - Method in interface org.linphone.core.Config
Reload the config from the file.
reloadMsPlugins(String) - Method in interface org.linphone.core.Core
Reload mediastreamer2 plugins from specified directory.
reloadSoundDevices() - Method in interface org.linphone.core.Core
Update detection of sound devices.
reloadVideoDevices() - Method in interface org.linphone.core.Core
Update detection of camera devices.
remove() - Method in interface org.linphone.core.Friend
Removes a friend from it's friend list and from the rc if exists.
remove(String) - Method in interface org.linphone.core.Headers
Add given header name and corresponding value.
removeAccount(Account) - Method in interface org.linphone.core.Core
Removes an account.
removeAddress(Address) - Method in interface org.linphone.core.Friend
Removes an address in this friend.
removeAuthInfo(AuthInfo) - Method in interface org.linphone.core.Core
Removes an authentication information object.
removeCallLog(CallLog) - Method in interface org.linphone.core.Core
Remove a specific call log from call history list.
removeContent(Content) - Method in interface org.linphone.core.ChatMessage
Removes a content from the ChatMessage.
removeContentTypeSupport(String) - Method in interface org.linphone.core.Core
Remove support for the specified content type.
removeCustomHeader(String) - Method in interface org.linphone.core.ChatMessage
Removes a custom header from the message.
removeCustomHeader(String) - Method in interface org.linphone.core.Event
Remove custom header to an outgoing susbscription or publish.
removeExtentedPropertiesByName(String) - Method in interface org.linphone.core.Vcard
Remove all the extend properties per property name.
removeFriend(Friend) - Method in interface org.linphone.core.FriendList
Remove a friend from a friend list.
removeFriendList(FriendList) - Method in interface org.linphone.core.Core
Removes a friend list.
removeFromConference(Call) - Method in interface org.linphone.core.Core
Remove a call from the conference.
removeLdap(Ldap) - Method in interface org.linphone.core.Core
Remove a LDAP from the configuration.
removeLinphoneSpec(String) - Method in interface org.linphone.core.Core
Remove the given linphone specs from the list of functionalities the linphone
client supports.
removeListener(AccountListener) - Method in interface org.linphone.core.Account
 
removeListener(AccountCreatorListener) - Method in interface org.linphone.core.AccountCreator
 
removeListener(CallListener) - Method in interface org.linphone.core.Call
 
removeListener(ChatMessageListener) - Method in interface org.linphone.core.ChatMessage
 
removeListener(ChatRoomListener) - Method in interface org.linphone.core.ChatRoom
 
removeListener(ConferenceListener) - Method in interface org.linphone.core.Conference
 
removeListener(CoreListener) - Method in interface org.linphone.core.Core
 
removeListener(EventListener) - Method in interface org.linphone.core.Event
 
removeListener(FriendListListener) - Method in interface org.linphone.core.FriendList
 
removeListener(LoggingServiceListener) - Method in interface org.linphone.core.LoggingService
 
removeListener(MagicSearchListener) - Method in interface org.linphone.core.MagicSearch
 
removeListener(ParticipantDeviceListener) - Method in interface org.linphone.core.ParticipantDevice
 
removeListener(PlayerListener) - Method in interface org.linphone.core.Player
 
removeListener(XmlRpcRequestListener) - Method in interface org.linphone.core.XmlRpcRequest
 
removeOrganization() - Method in interface org.linphone.core.Vcard
Removes the Organization field of the vCard.
removeParticipant(Participant) - Method in interface org.linphone.core.ChatRoom
Remove a participant of a chat room.
removeParticipant(Address) - Method in interface org.linphone.core.Conference
Deprecated.
removeParticipant(Call) - Method in interface org.linphone.core.Conference
Deprecated.
removeParticipant(Participant) - Method in interface org.linphone.core.Conference

removeParticipants(Participant[]) - Method in interface org.linphone.core.ChatRoom
Remove several participants of a chat room at once.
removePhoneNumber(String) - Method in interface org.linphone.core.Friend
Removes a phone number in this friend.
removePhoneNumber(String) - Method in interface org.linphone.core.Vcard
Removes a phone number in the vCard (if it exists), using the TEL property.
removePhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Friend
Removes a FriendPhoneNumber from this friend.
removePhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Vcard
Removes a FriendPhoneNumber in the vCard (if it exists), using the TEL
property.
removePhoto() - Method in interface org.linphone.core.Vcard
Removes any existing PHOTO property.
removeProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
Removes a proxy configuration.
removeServer(TunnelConfig) - Method in interface org.linphone.core.Tunnel
Remove a tunnel server configuration.
removeSipAddress(String) - Method in interface org.linphone.core.Vcard
Removes a SIP address in the vCard (if it exists), using the IMPP property.
removeSupportedTag(String) - Method in interface org.linphone.core.Core
Remove a supported tag.
removeUriParam(String) - Method in interface org.linphone.core.Address
Removes the value of a parameter of the URI of the address.
render(long) - Static method in class org.linphone.mediastream.video.display.OpenGLESDisplay
 
requestNotifyNextVideoFrameDecoded() - Method in interface org.linphone.core.Call
Request the callback passed to linphone_call_cbs_set_next_video_frame_decoded
to be called the next time the video decoder properly decodes a video frame.
requestRender() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
reset() - Method in interface org.linphone.core.AccountCreator
Reset the account creator entries like username, password, phone number...
resetLogCollection() - Method in interface org.linphone.core.Core
Reset the log collection by removing the log files.
resetMissedCallsCount() - Method in interface org.linphone.core.Core
Reset the counter of missed calls.
resetSearchCache() - Method in interface org.linphone.core.MagicSearch
Reset the cache to begin a new search.
resolutions - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
resolveStunServer() - Method in interface org.linphone.core.NatPolicy
Start a STUN server DNS resolution.
resume() - Method in interface org.linphone.core.Call
Resumes a call.
retrieveCameras() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
rotateToMatchDisplayOrientation(int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
rotationToAngle(int) - Static method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 

S

save(Core) - Method in interface org.linphone.core.Friend
Saves a friend either in database if configured, otherwise in linphonerc.
sdk() - Static method in class org.linphone.mediastream.Version
 
sdkAboveOrEqual(int) - Static method in class org.linphone.mediastream.Version
 
sdkStrictlyBelow(int) - Static method in class org.linphone.mediastream.Version
 
searchChatRoom(ChatRoomParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
Find a chat room.
searchConference(ConferenceParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
Find a conference.
SearchResult - Interface in org.linphone.core
The LinphoneSearchResult object represents a result of a search.
seek(int) - Method in interface org.linphone.core.Player
Seek in an opened file.
selectNearestResolutionAvailable(int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
Return the hw-available available resolution best matching the requested one.
selectNearestResolutionAvailable(int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
selectNearestResolutionAvailable(int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
Return the hw-available available resolution best matching the requested one.
selectNearestResolutionAvailableForCamera(int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
send() - Method in interface org.linphone.core.ChatMessage
Send a chat message.
sendConferenceInformation(ConferenceInfo, String) - Method in interface org.linphone.core.Core
Send the conference invitations to all participants as an ICS file.
sendDtmf(char) - Method in interface org.linphone.core.Call
Send the specified dtmf.
sendDtmfs(String) - Method in interface org.linphone.core.Call
Send a list of dtmf.
sendInfoMessage(InfoMessage) - Method in interface org.linphone.core.Call
Sends an info message through an established call.
sendPublish(Content) - Method in interface org.linphone.core.Event
sendRequest(XmlRpcRequest) - Method in interface org.linphone.core.XmlRpcSession
Send an XML-RPC request.
sendSubscribe(Content) - Method in interface org.linphone.core.Event
sendVfuRequest() - Method in interface org.linphone.core.Call
Request remote side to send us a Video Fast Update.
serializeLogs() - Method in interface org.linphone.core.Core
Enable logs serialization (output logs from either the thread that creates the
linphone core or the thread that calls Core.iterate()).
SessionExpiresRefresher - Enum in org.linphone.core
Session Timers refresher.
set(String, Reason, int, String, String) - Method in interface org.linphone.core.ErrorInfo
Assign information to a ErrorInfo object.
setActivationCode(String) - Method in interface org.linphone.core.AccountCreator
Set the activation code.
setActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.PresenceModel
Sets the activity of a presence model (limits to only one activity).
setAdaptiveRateAlgorithm(String) - Method in interface org.linphone.core.Core
Sets adaptive rate algorithm.
setAdaptiveRateControlEnabled(boolean) - Method in interface org.linphone.core.Core
Enable adaptive rate control.
setAddress(Address) - Method in interface org.linphone.core.Friend
Set Address for this friend.
setAlgorithm(String) - Method in interface org.linphone.core.AccountCreator
Set the supported algorithm.
setAlgorithm(String) - Method in interface org.linphone.core.AuthInfo
Sets the algorithm to use.
setAllowMd5(boolean) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Set whether MD5 hash algorithm is allowed.
setAllowNoQop(boolean) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Set whether digest authentication without 'qop=auth' mode is allowed.
setAppdata(String) - Method in interface org.linphone.core.ChatMessage
Linphone message has an app-specific field that can store a text.
setAsDefault(boolean) - Method in interface org.linphone.core.AccountCreator
Set the set_as_default property.
setAspectRatio(int, int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
setAudioAdaptiveJittcompEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable the audio adaptive jitter compensation.
setAudioBandwidthLimit(int) - Method in interface org.linphone.core.CallParams
Refine bandwidth settings for this call by setting a bandwidth limit for audio
streams.
setAudioDevice(AudioDevice) - Method in interface org.linphone.core.RecorderParams
Set the AudioDevice object.
setAudioDirection(MediaDirection) - Method in interface org.linphone.core.CallParams
Set the audio stream direction.
setAudioDscp(int) - Method in interface org.linphone.core.Core
Set the DSCP field for outgoing audio streams.
setAudioEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable audio stream.
setAudioEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable audio capabilities.
setAudioJittcomp(int) - Method in interface org.linphone.core.Core
Sets the nominal audio jitter buffer size in milliseconds.
setAudioMulticastAddr(String) - Method in interface org.linphone.core.Core
Use to set multicast address to be used for audio stream.
setAudioMulticastEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for audio stream.
setAudioMulticastEnabled(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for audio stream.
setAudioMulticastTtl(int) - Method in interface org.linphone.core.Core
Use to set multicast ttl to be used for audio stream.
setAudioPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefine the list of the available payload types.
setAudioPort(int) - Method in interface org.linphone.core.Core
Sets the UDP port used for audio streaming.
setAudioPortRange(int, int) - Method in interface org.linphone.core.Core
Sets the UDP port range from which to randomly select the port used for audio
streaming.
setAuthenticationTokenVerified(boolean) - Method in interface org.linphone.core.Call
Set the result of ZRTP short code verification by user.
setAuthMethod(LdapAuthMethod) - Method in interface org.linphone.core.LdapParams
Authentification method.
setAutoDownloadIcalendarsEnabled(boolean) - Method in interface org.linphone.core.Core
Auto download files attach to a chat message if it's content type matches the
one we use for icalendars.
setAutoDownloadVoiceRecordingsEnabled(boolean) - Method in interface org.linphone.core.Core
Auto download files attach to a chat message if it's content type matches the
one we use for voice recordings.
setAutoIterateEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable the automatic schedule of Core.iterate() method on Android
& iOS.
setAutomaticallyAccept(boolean) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the value for the automatically accept video policy.
setAutomaticallyInitiate(boolean) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the value for the automatically initiate video policy.
setAutomaticHttpProxyDetectionEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables automatic http proxy detection.
setAutoSendRingingEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the automatic sending of 180 Ringing when receiving a call.
setAvailableAlgorithms(String[]) - Method in interface org.linphone.core.AuthInfo
Sets the available algorithms list without testing unicity.
setAvpfEnabled(boolean) - Method in interface org.linphone.core.CallParams
Set the video stream direction.
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.AccountParams
Enable the use of RTCP feedback (also known as AVPF profile).
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.Core
Enable RTCP feedback (also known as RTP/AVPF profile).
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setAvpfRrInterval(int) - Method in interface org.linphone.core.AccountParams
Set the interval between regular RTCP reports when using AVPF/SAVPF.
setAvpfRrInterval(int) - Method in interface org.linphone.core.Core
Set the avpf report interval in seconds.
setAvpfRrInterval(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setBackend(ChatRoomBackend) - Method in interface org.linphone.core.ChatRoomParams
Set the backend implementation of these chat room parameters.
setBaseObject(String) - Method in interface org.linphone.core.LdapParams
BaseObject is a specification for LDAP Search Scopes that specifies that the
Search Request should only be performed against the entry specified as the
search base DN.
setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceModel
Sets the basic status of a presence model.
setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceService
Sets the basic status of a presence service.
setBindDn(String) - Method in interface org.linphone.core.LdapParams
Bind DN to use for bindings.
setBool(String, String, boolean) - Method in interface org.linphone.core.Config
Sets a boolean config item.
setBuffer(byte[], int) - Method in interface org.linphone.core.Content
Set the content data buffer, usually a string.
setBundleIdentifier(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the bundle_identifier for "contact uri parameter".
setCallErrorTone(Reason, String) - Method in interface org.linphone.core.Core
Assign an audio file to be played locally upon call failure, for a given
reason.
setCallkitEnabled(boolean) - Method in interface org.linphone.core.Core
Special function to enable the callkit.
setCallLogsDatabasePath(String) - Method in interface org.linphone.core.Core
Sets the database filename where call logs will be stored.
setCallSnd(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the call_snd for "contact uri parameter", specific for remote push
notification.
setCallStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the call_str for "contact uri parameter", specific for remote push
notification.
setCameraEnabled(boolean) - Method in interface org.linphone.core.Call
Indicate whether camera input should be sent to remote end.
setCapabilityDescriptor(String) - Method in interface org.linphone.core.ParticipantDeviceIdentity
Set the capability descriptor (currently +org.linphone.specs value) for this
participant device identity.
setCapabilityNegociationEnabled(boolean) - Method in interface org.linphone.core.Core
Define whether capability negotiation (RFC5939) is supported.
setCapabilityNegotiationReinviteEnabled(boolean) - Method in interface org.linphone.core.CallParams
Define whether capability negotiation (RFC5939) reINVITE is enabled.
setCapabilityNegotiationReinviteEnabled(boolean) - Method in interface org.linphone.core.Core
Define whether capability negotiation (RFC5939) reINVITE is enabled.
setCapabilityNegotiationsEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable capability negotiations (RFC5939).
setCaptureDevice(String) - Method in interface org.linphone.core.Core
Sets the sound device used for capture.
setChatEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable chat capabilities.
setConferenceAddress(Address) - Method in interface org.linphone.core.ChatRoom
Set the conference address of a group chat room.
setConferenceAddress(Address) - Method in interface org.linphone.core.Conference
Set the conference address.
setConferenceFactoryUri(String) - Method in interface org.linphone.core.AccountParams
Set the conference factory uri.
setConferenceFactoryUri(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setConferenceServerEnabled(boolean) - Method in interface org.linphone.core.Core
Enable the conference server feature.
setConfigDir(String) - Method in class org.linphone.core.Factory
Set the directory where the configurations are located.
setConsolidatedPresence(ConsolidatedPresence) - Method in interface org.linphone.core.Core
Set my consolidated presence.
setContact(String) - Method in interface org.linphone.core.PresenceModel
Sets the contact of a presence model.
setContact(String) - Method in interface org.linphone.core.PresenceService
Sets the contact of a presence service.
setContactParameters(String) - Method in interface org.linphone.core.AccountParams
Set optional contact parameters that will be added to the contact information
sent in the registration.
setContactParameters(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setContactUriParameters(String) - Method in interface org.linphone.core.AccountParams
Set optional contact parameters that will be added to the contact information
sent in the registration, inside the URI.
setContactUriParameters(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setContent(byte[], int) - Method in interface org.linphone.core.Buffer
Set the content of the data buffer.
setContent(Content) - Method in interface org.linphone.core.InfoMessage
Assign a content to the info message.
setContent(String) - Method in interface org.linphone.core.PresenceNote
Sets the content of a presence note.
setContentType(String) - Method in interface org.linphone.core.ChatMessage
Set the content type of a chat message.
setContext(Object) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
setCpimInBasicChatRoomEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether chat messages sent by this account in a ChatRoomBackend.Basic
chat room will be using CPIM format or not.
setCustomHeader(String, String) - Method in interface org.linphone.core.Account
Set the value of a custom header sent to the server in REGISTERs request.
setCustomHeader(String, String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setCustomValue(String, String) - Method in interface org.linphone.core.LdapParams
Set custom field.
setDataDir(String) - Method in class org.linphone.core.Factory
Set the directory where the application local data are located.
setDataResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the data resources are located.
setDateTime(long) - Method in interface org.linphone.core.ConferenceInfo
Set the date and time of the conference.
setDebugLevel(LdapDebugLevel) - Method in interface org.linphone.core.LdapParams
The debug verbosity level from internal LDAP API.
setDebugMode(boolean, String) - Method in class org.linphone.core.Factory
setDefaultAccount(Account) - Method in interface org.linphone.core.Core
Sets the default account.
setDefaultEphemeralLifetime(long) - Method in interface org.linphone.core.Core
Set the default ephemeral lifetime in seconds.
setDefaultInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as default input for next calls.
setDefaultOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as default output for next calls.
setDefaultProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
Sets the default proxy.
setDefinition(int, int) - Method in interface org.linphone.core.VideoDefinition
Set the width and the height of the video definition.
setDelay(int) - Method in interface org.linphone.core.LdapParams
Delay between each search in milliseconds Default value : 500.
setDelay(int) - Method in interface org.linphone.core.TunnelConfig
Set the UDP packet round trip delay in ms for a tunnel configuration.
setDelayedTimeout(int) - Method in interface org.linphone.core.Core
Set the in delayed timeout in seconds.
setDelimiter(String) - Method in interface org.linphone.core.MagicSearch
Set the delimiter used to find matched filter word.
setDependency(Account) - Method in interface org.linphone.core.Account
Mark this account as being dependent on the given one.
setDependency(ProxyConfig) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDescription(String) - Method in interface org.linphone.core.ConferenceInfo
Set the description of the conference.
setDescription(String) - Method in interface org.linphone.core.PresenceActivity
Sets the description of a presence activity.
setDeviceInfo(String, String, String, int, int, int) - Method in class org.linphone.mediastream.Factory
 
setDeviceRotation(int) - Method in interface org.linphone.core.Core
Tells the core the device current orientation.
setDialEscapePlus(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDialEscapePlusEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Set whether liblinphone should replace "+" by international calling prefix in
dialed numbers (passed to linphone_core_invite).
setDialPrefix(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDigestAuthenticationPolicy(DigestAuthenticationPolicy) - Method in interface org.linphone.core.Core
Setup a new digest authentication policy applicable for SIP and HTTP.
setDisableRecordOnMute(boolean) - Method in interface org.linphone.core.Core
Calling this method with disable=true will cause the microhone to be completely
deactivated when muted, when given possible by the implementation on the
platform on which liblinphone is running.
setDisplayName(String) - Method in interface org.linphone.core.AccountCreator
Set the display name.
setDisplayName(String) - Method in interface org.linphone.core.Address
Sets the display name.
setDisplayName(String) - Method in interface org.linphone.core.FriendList
Set the display name of the friend list.
setDnsSearchEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable DNS search (use of local domain if the fully qualified name
did return results).
setDnsServers(String[]) - Method in interface org.linphone.core.Core
Forces liblinphone to use the supplied list of dns servers, instead of system's
ones.
setDnsServersApp(String[]) - Method in interface org.linphone.core.Core
Forces liblinphone to use the supplied list of dns servers, instead of system's
ones and set dns_set_by_app at true or false according to value of servers
list.
setDnsSrvEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable DNS SRV resolution.
setDomain(String) - Method in interface org.linphone.core.AccountCreator
Set the domain.
setDomain(String) - Method in interface org.linphone.core.Address
Sets the domain.
setDomain(String) - Method in interface org.linphone.core.AuthInfo
Sets the domain for which this authentication is valid.
setDomain(String) - Method in interface org.linphone.core.LoggingService
Set the domain where application logs are written (for example with LoggingService.message(java.lang.String)
).
setDomain(String) - Method in interface org.linphone.core.Tunnel
Set the domain.
setDownloadBandwidth(int) - Method in interface org.linphone.core.Core
Sets maximum available download bandwidth This is IP bandwidth, in kbit/s.
setDownloadDir(String) - Method in class org.linphone.core.Factory
Set the directory where downloads are located.
setDownloadPtime(int) - Method in interface org.linphone.core.Core
Set audio packetization time linphone expects to receive from peer.
setDtlsPort(int) - Method in interface org.linphone.core.Transports
Sets the DTLS port in the Transports object.
setDualModeEnabled(boolean) - Method in interface org.linphone.core.Tunnel
Sets whether or not to use the dual tunnel client mode.
setDuration(int) - Method in interface org.linphone.core.ConferenceInfo
Set the duration (in minutes) of the conference.
setEarlyMediaSendingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable sending of real early media (during outgoing calls).
setEchoCancellationEnabled(boolean) - Method in interface org.linphone.core.Call
Enables or disable echo cancellation for this call.
setEchoCancellationEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disable echo cancellation.
setEchoCancellerFilterName(String) - Method in interface org.linphone.core.Core
Set the name of the mediastreamer2 filter to be used for echo cancelling.
setEchoLimiterEnabled(boolean) - Method in interface org.linphone.core.Call
Enables or disable echo limiter for this call.
setEchoLimiterEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disable echo limiter.
setEmail(String) - Method in interface org.linphone.core.AccountCreator
Set the email.
setEnabled(boolean) - Method in interface org.linphone.core.LdapParams
If this config is enabled.
setEnableSipUpdate(int) - Method in interface org.linphone.core.Core
Enable or disable the UPDATE method support.
setEncoding(String) - Method in interface org.linphone.core.Content
Set the encoding of the data buffer, for example "gzip".
setEncryptionBackend(ChatRoomEncryptionBackend) - Method in interface org.linphone.core.ChatRoomParams
Set the encryption backend implementation of these chat room parameters.
setEncryptionEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables encryption for the chat room associated with the given
parameters.
setEphemeralEnabled(boolean) - Method in interface org.linphone.core.ChatRoom
Enable or disable the ephemeral message feature in the chat room.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatRoom
Set lifetime (in seconds) for all new ephemeral messages in the chat room.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatRoomParams
Set lifetime (in seconds) for all new ephemral messages in the chat room.
setEphemeralMode(ChatRoomEphemeralMode) - Method in interface org.linphone.core.ChatRoom
Set the ephemeral mode of the chat room.
setEphemeralMode(ChatRoomEphemeralMode) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables forcing of ephemeral messages for the chat room associated
with the given parameters.
setEtag(String) - Method in interface org.linphone.core.Vcard
Sets the eTAG of the vCard.
setExpectedBandwidth(int) - Method in interface org.linphone.core.Core
Sets expected available upload bandwidth This is IP bandwidth, in kbit/s.
setExpires(int) - Method in interface org.linphone.core.AccountParams
Sets the registration expiration time in seconds.
setExpires(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setExternalBodyUrl(String) - Method in interface org.linphone.core.ChatMessage
Linphone message can carry external body as defined by rfc2017.
setFamilyName(String) - Method in interface org.linphone.core.Vcard
Sets the family name in the N attribute of the vCard.
setFileFormat(RecorderFileFormat) - Method in interface org.linphone.core.RecorderParams
setFilePath(String) - Method in interface org.linphone.core.Content
Set the file transfer filepath for this content (replace
linphone_chat_message_set_file_transfer_filepath).
setFileTransferServer(String) - Method in interface org.linphone.core.Core
Globaly set an http file transfer server to be used for content type
application/vnd.gsma.rcs-ft-http+xml.
setFilter(String) - Method in interface org.linphone.core.LdapParams
The search is based on this filter to search contacts.
setFloat(String, String, float) - Method in interface org.linphone.core.Config
Sets a float config item.
setForcedIceRelayEnabled(boolean) - Method in interface org.linphone.core.Core
Artificially cause the relay path to be selected when ICE is used.
setFriendListSubscriptionEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether or not to start friend lists subscription when in foreground.
setFriendsDatabasePath(String) - Method in interface org.linphone.core.Core
Sets the database filename where friends will be stored.
setFullName(String) - Method in interface org.linphone.core.Vcard
Sets the FN attribute of the vCard (which is mandatory).
setGenericComfortNoiseEnabled(boolean) - Method in interface org.linphone.core.Core
Enable RFC3389 generic comfort noise algorithm (CN payload type).
setGivenName(String) - Method in interface org.linphone.core.Vcard
Sets the given name in the N attribute of the vCard.
setGroupChatStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the group_chat_str for "contact uri parameter", specific for remote push
notification.
setGroupEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables group chat for the chat room associated with the given
parameters.
setGuessHostname(boolean) - Method in interface org.linphone.core.Core
Tells Core to guess local hostname automatically in primary contact.
setHa1(String) - Method in interface org.linphone.core.AccountCreator
Set the ha1.
setHa1(String) - Method in interface org.linphone.core.AuthInfo
Sets the ha1.
setHeader(String, String) - Method in interface org.linphone.core.Address
Set a header into the address.
setHeight(int) - Method in interface org.linphone.core.VideoDefinition
Set the height of the video definition.
setHost(String) - Method in interface org.linphone.core.TunnelConfig
Set the IP address or hostname of the tunnel server.
setHost2(String) - Method in interface org.linphone.core.TunnelConfig
Set the IP address or hostname of the second tunnel server when using dual
tunnel client.
setHttpProxy(String, int, String, String) - Method in interface org.linphone.core.Tunnel
Set an optional http proxy to go through when connecting to tunnel server.
setHttpProxyAuthInfo(String, String) - Method in interface org.linphone.core.Tunnel
Set authentication info for the http proxy.
setHttpProxyHost(String) - Method in interface org.linphone.core.Core
Set http proxy address to be used for signaling during next channel connection.
setHttpProxyPort(int) - Method in interface org.linphone.core.Core
Set http proxy port to be used for signaling.
setIceEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable ICE.
setId(String) - Method in interface org.linphone.core.Conference
setId(String) - Method in interface org.linphone.core.PresencePerson
Sets the id of a presence person.
setId(String) - Method in interface org.linphone.core.PresenceService
Sets the id of a presence service.
setIdentityAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the user identity as a SIP address.
setIdentityAddress(Address) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setIdkey(String) - Method in interface org.linphone.core.AccountParams
Set the idkey property on the given account params.
setIdkey(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setImageResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the image resources are located.
setInCallTimeout(int) - Method in interface org.linphone.core.Core
Set the in call timeout in seconds.
setIncSubscribePolicy(SubscribePolicy) - Method in interface org.linphone.core.Friend
Configure incoming subscription policy for this friend.
setIncTimeout(int) - Method in interface org.linphone.core.Core
Set the incoming call timeout in seconds.
setIndex(int) - Method in interface org.linphone.core.Ldap
Set the index associated to the Ldap.
setInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Call
Sets the given AudioDevice as input for this call only.
setInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Conference
Sets the given AudioDevice as input for this conference only.
setInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as input for all active calls.
setInt(String, String, int) - Method in interface org.linphone.core.Config
Sets an integer config item.
setInt64(String, String, int) - Method in interface org.linphone.core.Config
Sets a 64 bits integer config item.
setInternationalPrefix(String) - Method in interface org.linphone.core.AccountParams
Set an international prefix to be automatically prepended when inviting a
number with Core.invite(java.lang.String); This international prefix shall usually be the
country code of the country where the user is living, without "+".
setIntHex(String, String, int) - Method in interface org.linphone.core.Config
Sets an integer config item, but store it as hexadecimal.
setIpv6Enabled(boolean) - Method in interface org.linphone.core.Core
Turns IPv6 support on or off.
setKeepAliveEnabled(boolean) - Method in interface org.linphone.core.Core
Enables signaling keep alive, small udp packet sent periodically to keep udp
NAT association.
setKey(String, int) - Method in interface org.linphone.core.Content
Set the key associated with a RCS file transfer message if encrypted.
setLabel(String) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the label for this phone number.
setLang(String) - Method in interface org.linphone.core.PresenceNote
Sets the language of a presence note.
setLanguage(String) - Method in interface org.linphone.core.AccountCreator
Set the language to use in email or SMS if supported.
setLimeX3DhEnabled(boolean) - Method in interface org.linphone.core.Core
Tells to LinphoneCore to use LIME X3DH.
setLimeX3DhServerUrl(String) - Method in interface org.linphone.core.Core
Set the x3dh server url.
setLimitedSearch(boolean) - Method in interface org.linphone.core.MagicSearch
Enable or disable the limited search.
setLinphoneSpecsList(String[]) - Method in interface org.linphone.core.Core
Set the linphone specs list value telling what functionalities the linphone
client supports.
setListener(AndroidVideoWindowImpl.VideoWindowListener) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
Specify pass a listener to the constructor instead.
setLocalParticipantEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable local participant to enter the conference.
setLogCollectionMaxFileSize(int) - Method in interface org.linphone.core.Core
Set the max file size in bytes of the files used for log collection.
setLogCollectionPath(String) - Method in interface org.linphone.core.Core
Set the path of a directory where the log files will be written for log
collection.
setLogCollectionPath(String) - Method in class org.linphone.core.Factory
Sets the log collection path.
setLogCollectionPrefix(String) - Method in interface org.linphone.core.Core
Set the prefix of the filenames that will be used for log collection.
setLogCollectionUploadServerUrl(String) - Method in interface org.linphone.core.Core
Set the url of the server where to upload the collected log files.
setLogFile(String, String, int) - Method in interface org.linphone.core.LoggingService
Enables logging in a file.
setLoggerDomain(String) - Method in class org.linphone.core.Factory
Used to change the domain name in the app Logger (default is Linphone).
setLogLevel(LogLevel) - Method in interface org.linphone.core.LoggingService
Set the verbosity of the log.
setLogLevelMask(int) - Method in interface org.linphone.core.LoggingService
Sets the types of messages that will be authorized to be written in the log.
setLowBandwidthEnabled(boolean) - Method in interface org.linphone.core.CallParams
Indicate low bandwith mode.
setMax(int) - Method in interface org.linphone.core.Range
Sets the higher value of the range.
setMaxCalls(int) - Method in interface org.linphone.core.Core
Set the maximum number of simultaneous calls Linphone core can manage at a
time.
setMaxResults(int) - Method in interface org.linphone.core.LdapParams
The max results when requesting searches.
setMaxSizeForAutoDownloadIncomingFiles(int) - Method in interface org.linphone.core.Core
Sets the size under which incoming files in chat messages will be downloaded
automatically.
setMaxWeight(int) - Method in interface org.linphone.core.MagicSearch
Set the maximum value used to calculate the weight in search.
setMediaDevice(String) - Method in interface org.linphone.core.Core
Sets the sound device used for media.
setMediaEncryption(MediaEncryption) - Method in interface org.linphone.core.CallParams
Set requested media encryption for a call.
setMediaEncryption(MediaEncryption) - Method in interface org.linphone.core.Core
Choose the media encryption policy to be used for RTP packets.
setMediaEncryptionMandatory(boolean) - Method in interface org.linphone.core.Core
Define whether the configured media encryption is mandatory, if it is and the
negotation cannot result in the desired media encryption then the call will
fail.
setMediaNetworkReachable(boolean) - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when the media (RTP) network is reachable.
setMediaResourceMode(MediaResourceMode) - Method in interface org.linphone.core.Core
Sets the media resources mode.
setMethodParam(String) - Method in interface org.linphone.core.Address
Set the value of the method parameter.
setMicEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable the microphone.
setMicGainDb(float) - Method in interface org.linphone.core.Core
Allow to control microphone level: gain in db.
setMicrophoneMuted(boolean) - Method in interface org.linphone.core.Call
Set microphone muted state.
setMicrophoneVolumeGain(float) - Method in interface org.linphone.core.Call
Set microphone volume gain.
setMin(int) - Method in interface org.linphone.core.Range
Sets the lower value of the range.
setMinChars(int) - Method in interface org.linphone.core.LdapParams
The minimum characters needed for doing a search on LDAP servers.
setMinWeight(int) - Method in interface org.linphone.core.MagicSearch
Set the minimum value used to calculate the weight in search.
setMode(Tunnel.Mode) - Method in interface org.linphone.core.Tunnel
Set the tunnel mode.
setMsgSnd(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the msg_snd for "contact uri parameter", specific for remote push
notification.
setMsgStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the msg_str for "contact uri parameter", specific for remote push
notification.
setMspluginsDir(String) - Method in class org.linphone.core.Factory
Set the directory where the mediastreamer2 plugins are located.
setMtu(int) - Method in interface org.linphone.core.Core
Sets the maximum transmission unit size in bytes.
setName(String) - Method in interface org.linphone.core.Content
Set the name associated with a RCS file transfer message.
setName(String) - Method in interface org.linphone.core.Friend
Set the display name for this friend.
setName(String) - Method in interface org.linphone.core.VideoDefinition
Set the name of the video definition.
setNameAttribute(String) - Method in interface org.linphone.core.LdapParams
Check these attributes to build Name Friend, separated by a comma and the first
is the highest priority.
setNatAddress(String) - Method in interface org.linphone.core.Core
Set the public IP address of NAT when using the firewall policy is set to use
NAT.
setNativePreviewWindowId(Object) - Method in interface org.linphone.core.Core
Set the native window id where the preview video (local camera) is to be
displayed.
setNativeRingingEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether to use the native ringing (Android only).
setNativeUri(String) - Method in interface org.linphone.core.Friend
Sets the contact's native URI.
setNativeVideoWindowId(Object) - Method in interface org.linphone.core.Call
Set the native video window id where the video is to be displayed.
setNativeVideoWindowId(Object) - Method in interface org.linphone.core.Core
Set the native video window id where the video is to be displayed.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.AccountParams
Set the policy to use to pass through NATs/firewalls when using this account
params.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.Core
Set the policy to use to pass through NATs/firewalls.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setNetworkReachable(boolean) - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when network is reachable.
setNormalBitrate(int) - Method in interface org.linphone.core.PayloadType
Change the normal bitrate of a payload type.
setNortpTimeout(int) - Method in interface org.linphone.core.Core
Sets the no-rtp timeout value in seconds.
setNumber(int) - Method in interface org.linphone.core.PayloadType
Force a number for a payload type.
setOneParticipantConferenceEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable conference with one participant.
setOpenGLESDisplay(long) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
setOrganization(String) - Method in interface org.linphone.core.Friend
Sets the contact's organization.
setOrganization(String) - Method in interface org.linphone.core.Vcard
Fills the Organization field of the vCard.
setOrganizer(Address) - Method in interface org.linphone.core.ConferenceInfo
Set the organizer of the conference.
setOutboundProxyEnabled(boolean) - Method in interface org.linphone.core.AccountParams
If enabled, the proxy will be used as the only route.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Call
Sets the given AudioDevice as output for this call only.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Conference
Sets the given AudioDevice as output for this conference only.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as output for all active calls.
setOverwriteFlagForEntry(String, String, boolean) - Method in interface org.linphone.core.Config
Sets the overwrite flag for a config item (used when dumping config as xml)

setOverwriteFlagForSection(String, boolean) - Method in interface org.linphone.core.Config
Sets the overwrite flag for a config section (used when dumping config as xml)

setParam(String, String) - Method in interface org.linphone.core.Address
Set the value of a parameter of the address.
setParam(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the param for "contact uri parameter".
setParams(AccountParams) - Method in interface org.linphone.core.Account
Set the AccountParams used by this Account.
setParams(CallParams) - Method in interface org.linphone.core.Call
Set call parameters - advanced and not recommended feature - use with caution.
setParams(LdapParams) - Method in interface org.linphone.core.Ldap
Set the LdapParams used by this Ldap.
setParams(RecorderParams) - Method in interface org.linphone.core.Recorder
Set the RecorderParams object.
setParticipantAdminStatus(Participant, boolean) - Method in interface org.linphone.core.ChatRoom
Change the admin status of a participant of a chat room (you need to be an
admin yourself to do this).
setParticipantAdminStatus(Participant, boolean) - Method in interface org.linphone.core.Conference
Change the admin status of a participant of a conference (you need to be an
admin yourself to do this).
setParticipantDevices(Address, ParticipantDeviceIdentity[]) - Method in interface org.linphone.core.ChatRoom
Set the list of participant devices in the form of SIP URIs with GRUUs for a
given participant.
setParticipants(Address[]) - Method in interface org.linphone.core.ConferenceInfo
Set the list of participants.
setPassword(String) - Method in interface org.linphone.core.AccountCreator
Set the password.
setPassword(String) - Method in interface org.linphone.core.Address
Set the password encoded in the address.
setPassword(String) - Method in interface org.linphone.core.AuthInfo
Sets the password.
setPassword(String) - Method in interface org.linphone.core.LdapParams
The password to pass to server when binding.
setPhoneNumber(String, String) - Method in interface org.linphone.core.AccountCreator
Set the phone number normalized.
setPhoneNumber(String) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the phone number.
setPhoto(String) - Method in interface org.linphone.core.Friend
Sets the contact's picture URI.
setPhoto(String) - Method in interface org.linphone.core.Vcard
Sets a picture URI in the vCard, using the PHOTO property.
setPhrase(String) - Method in interface org.linphone.core.ErrorInfo
Assign phrase to a ErrorInfo object.
setPlaybackDevice(String) - Method in interface org.linphone.core.Core
Sets the sound device used for playback.
setPlaybackGainDb(float) - Method in interface org.linphone.core.Core
Allow to control play level before entering sound card: gain in db.
setPlayFile(String) - Method in interface org.linphone.core.Core
Sets a wav file to be played when putting somebody on hold, or when files are
used instead of soundcards (see Core.setUseFiles(boolean)).
setPnParam(String) - Method in interface org.linphone.core.AccountCreator
Set the pn_param.
setPnPrid(String) - Method in interface org.linphone.core.AccountCreator
Set the pn_prid.
setPnProvider(String) - Method in interface org.linphone.core.AccountCreator
Set the pn_provider.
setPort(int) - Method in interface org.linphone.core.Address
Sets the port number.
setPort(int) - Method in interface org.linphone.core.TunnelConfig
Set tls port of server.
setPort2(int) - Method in interface org.linphone.core.TunnelConfig
Set tls port of the second server when using dual tunnel client.
setPreferredFramerate(float) - Method in interface org.linphone.core.Core
Set the preferred frame rate for video.
setPreferredVideoDefinition(VideoDefinition) - Method in interface org.linphone.core.Core
Set the preferred video definition for the stream that is captured and sent to
the remote party.
setPreferredVideoDefinitionByName(String) - Method in interface org.linphone.core.Core
Sets the preferred video definition by its name.
setPresenceModel(PresenceModel) - Method in interface org.linphone.core.Core
Set my presence model.
setPresenceModel(PresenceModel) - Method in interface org.linphone.core.Friend
Set the presence model of a friend.
setPresenceModelForUriOrTel(String, PresenceModel) - Method in interface org.linphone.core.Friend
Set the presence model for a specific SIP URI or phone number of a friend.
setPresentity(Address) - Method in interface org.linphone.core.PresenceModel
Sets the presentity of a presence model.
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
setPreviewVideoDefinition(VideoDefinition) - Method in interface org.linphone.core.Core
Set the video definition for the captured (preview) video.
setPreviewVideoDefinitionByName(String) - Method in interface org.linphone.core.Core

setPrid(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the prid for "contact uri parameter".
setPrimaryContact(String) - Method in interface org.linphone.core.Core
Sets the local "from" identity.
setPrivacy(int) - Method in interface org.linphone.core.AccountParams
Set default privacy policy for all calls routed through this proxy.
setPrivacy(int) - Method in interface org.linphone.core.CallParams
Set requested level of privacy for the call.
setPrivacy(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setProtocol(String) - Method in interface org.linphone.core.ErrorInfo
Assign protocol name to a ErrorInfo object.
setProtocolCode(int) - Method in interface org.linphone.core.ErrorInfo
Assign protocol code to a ErrorInfo object.
setProvider(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the provider for "contact uri parameter".
setProvisioningUri(String) - Method in interface org.linphone.core.Core
Set URI where to download xml configuration file at startup.
setProxyConfig(ProxyConfig) - Method in interface org.linphone.core.AccountCreator
Assign a proxy config pointer to the LinphoneAccountCreator.
setProxyConfig(ProxyConfig) - Method in interface org.linphone.core.CallParams
Set the ProxyConfig to use for the call.
setPublishEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates either or not, PUBLISH must be issued for this AccountParams.
setPublishEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPublishExpires(int) - Method in interface org.linphone.core.AccountParams
Set the publish expiration time in second.
setPublishExpires(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushIncomingCallTimeout(int) - Method in interface org.linphone.core.Core
Configure the minimum interval between a push notification and the
corresponding incoming INVITE.
setPushNotificationAllowed(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
setPushNotificationAllowed(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushNotificationConfig(PushNotificationConfig) - Method in interface org.linphone.core.AccountParams
Sets the push notification configuration.
setPushNotificationConfig(PushNotificationConfig) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushNotificationEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable push notifications on Android & iOS.
setQrcodeDecodeRect(int, int, int, int) - Method in interface org.linphone.core.Core
Set the rectangle where the decoder will search a QRCode.
setQrcodeVideoPreviewEnabled(boolean) - Method in interface org.linphone.core.Core
Controls QRCode enablement.
setQualityReportingCollector(String) - Method in interface org.linphone.core.AccountParams
Set the route of the collector end-point when using quality reporting.
setQualityReportingCollector(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setQualityReportingEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.
setQualityReportingEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setQualityReportingInterval(int) - Method in interface org.linphone.core.AccountParams
Set the interval between 2 interval reports sending when using quality
reporting.
setQualityReportingInterval(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRange(String, String, int, int) - Method in interface org.linphone.core.Config
Sets a range config item.
setRealm(String) - Method in interface org.linphone.core.AccountParams
Set the realm of the given account params.
setRealm(String) - Method in interface org.linphone.core.AuthInfo
Sets the realm.
setRealm(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRealtimeTextEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable real time text following rfc4103.
setRealtimeTextKeepaliveInterval(int) - Method in interface org.linphone.core.CallParams
Use to set keep alive interval for real time text following rfc4103.
setReason(Reason) - Method in interface org.linphone.core.ErrorInfo
Assign reason Reason to a ErrorInfo object.
setRecordAwareEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the record aware feature that will warn other users when recording.
setRecordFile(String) - Method in interface org.linphone.core.CallParams
Enable recording of the call.
setRecordFile(String) - Method in interface org.linphone.core.Core
Sets a wav file where incoming stream is to be recorded, when files are used
instead of soundcards (see Core.setUseFiles(boolean)).
setRecvFmtp(String) - Method in interface org.linphone.core.PayloadType
Set the format parameters for incoming streams.
setRecvImdnDelivered(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn delivered notifications receiving.
setRecvImdnDisplayed(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn displayed notifications receiving.
setRecvIsComposing(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable is_composing notifications receiving.
setRefKey(String) - Method in interface org.linphone.core.AccountParams
Associate a persistent reference key to the account params.
setRefKey(String) - Method in interface org.linphone.core.CallLog
Associate a persistent reference key to the call log.
setRefKey(String) - Method in interface org.linphone.core.Friend
Set the reference key of a friend.
setRefKey(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRegisterEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates either or not, REGISTRATION must be issued for this AccountParams
.
setRegisterEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRemoteAddress(Address) - Method in interface org.linphone.core.CallLog
Set the remote address (that is 'from' or 'to' depending on call direction).
setRemotePushNotificationAllowed(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
setRemotePushNotificationAllowed(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRemoteRingbackTone(String) - Method in interface org.linphone.core.Core
Specify a ring back tone to be played to far end during incoming calls.
setRemoteToken(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the remote_token for "contact uri parameter", specific for remote push
notification.
setRemoteUdpMirrorPort(int) - Method in interface org.linphone.core.TunnelConfig
Set the remote port on the tunnel server side used to test UDP reachability.
setRetransmissionOnNackEnabled(boolean) - Method in interface org.linphone.core.Core
Turns NACK context on or off.
setRetryAfter(int) - Method in interface org.linphone.core.ErrorInfo
Assign retry-after value to a ErrorInfo object.
setRing(String) - Method in interface org.linphone.core.Core
Sets the path to a wav file used for ringing.
setRingback(String) - Method in interface org.linphone.core.Core
Sets the path to a wav file used for ringing back.
setRingDuringIncomingEarlyMedia(boolean) - Method in interface org.linphone.core.Core
Enable or disable the ring play during an incoming early media call.
setRingerDevice(String) - Method in interface org.linphone.core.Core
Sets the sound device used for ringing.
setRingResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the ring resources are located.
setRlsAddress(Address) - Method in interface org.linphone.core.FriendList
Set the RLS (Resource List Server) URI associated with the friend list to
subscribe to these friends presence.
setRlsUri(String) - Method in interface org.linphone.core.FriendList
Deprecated.
setRootCa(String) - Method in interface org.linphone.core.Core
Sets the path to a file or folder containing trusted root CAs (PEM format)

setRootCaData(String) - Method in interface org.linphone.core.Core
Sets the trusted root CAs (PEM format)

setRoute(String) - Method in interface org.linphone.core.AccountCreator
Set the route.
setRoute(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
setRoutes(String[]) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRoutesAddresses(Address[]) - Method in interface org.linphone.core.AccountParams
Sets a list of SIP route.
setRtpBundleEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enables or disables RTP bundle mode (Media Multiplexing).
setRtpBundleEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables RTP bundle mode (Media Multiplexing).
setRttEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables real time text for the chat room associated with the given
parameters.
setSalEnabled(boolean) - Method in interface org.linphone.core.LdapParams
The dns resolution is done by Linphone using Sal.
setSdp200AckEnabled(boolean) - Method in interface org.linphone.core.Core
Control when media offer is sent in SIP INVITE.
setSearchLimit(int) - Method in interface org.linphone.core.MagicSearch
Set the number of the maximum SearchResult which will be returned.
setSecure(boolean) - Method in interface org.linphone.core.Address
Make the address refer to a secure location (sips scheme)

setSelfViewEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disable self view during calls.
setSenderNameHiddenInForwardMessageEnabled(boolean) - Method in interface org.linphone.core.Core
Enable whether or not to hide sender name in forward message.
setSendFmtp(String) - Method in interface org.linphone.core.PayloadType
Set the format parameters for outgoing streams.
setSendImdnDelivered(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn delivered notifications sending.
setSendImdnDisplayed(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn displayed notifications sending.
setSendIsComposing(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable is_composing notifications sending.
setServer(String) - Method in interface org.linphone.core.LdapParams
LDAP Server.
setServerAddr(String) - Method in interface org.linphone.core.AccountParams
setServerAddr(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setServerAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the proxy address.
setServerCertificatesVerificationMode(LdapCertVerificationMode) - Method in interface org.linphone.core.LdapParams
Specify whether the tls server certificate must be verified when connecting to
a LDAP server.
setServiceDescriptions(String[]) - Method in interface org.linphone.core.PresenceService
Sets the service descriptions of a presence service.
setSessionExpiresEnabled(boolean) - Method in interface org.linphone.core.Core
Enable the Session Timers support.
setSessionExpiresMinValue(int) - Method in interface org.linphone.core.Core
Sets the session expires minSE value, forced to a minimum of 90 by default.
setSessionExpiresRefresherValue(SessionExpiresRefresher) - Method in interface org.linphone.core.Core
Sets the session expires refresher value.
setSessionExpiresValue(int) - Method in interface org.linphone.core.Core
Sets the session expires value, 0 by default.
setSessionName(String) - Method in interface org.linphone.core.CallParams
Set the session name of the media session (ie in SDP).
setSipAttribute(String) - Method in interface org.linphone.core.LdapParams
Check these attributes to build the SIP username in address of Friend.
setSipDomain(String) - Method in interface org.linphone.core.LdapParams
Add the domain to the sip address(sip:username).
setSipDscp(int) - Method in interface org.linphone.core.Core
Set the DSCP field for SIP signaling channel.
setSipEnabled(boolean) - Method in interface org.linphone.core.Tunnel
Set whether SIP packets must be directly sent to a UA or pass through the
tunnel.
setSipNetworkReachable(boolean) - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when the SIP network is reachable.
setSipTransportTimeout(int) - Method in interface org.linphone.core.Core
Set the SIP transport timeout.
setSize(int) - Method in interface org.linphone.core.Buffer
Set the size of the content of the data buffer.
setSize(int) - Method in interface org.linphone.core.Content
Set the content data size, excluding null character despite null character is
always set for convenience.
setSkipFlagForEntry(String, String, boolean) - Method in interface org.linphone.core.Config
Sets the skip flag for a config item (used when dumping config as xml)

setSkipFlagForSection(String, boolean) - Method in interface org.linphone.core.Config
Sets the skip flag for a config section (used when dumping config as xml)

setSkipValidation(boolean) - Method in interface org.linphone.core.Vcard
Sets the skipFieldValidation property of the vcard.
setSoundResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the sound resources are located.
setSpeakerMuted(boolean) - Method in interface org.linphone.core.Call
Set speaker muted state.
setSpeakerVolumeGain(float) - Method in interface org.linphone.core.Call
Set speaker volume gain.
setSrtpCryptoSuites(String) - Method in interface org.linphone.core.Core
Set the crypto suites available to the core.
setStarred(boolean) - Method in interface org.linphone.core.Friend
Sets if the friend is a user's favorite or important contact.
setStaticPicture(String) - Method in interface org.linphone.core.Core
Set the path to the image file to stream when "Static picture" is set as the
video device.
setStaticPictureFps(float) - Method in interface org.linphone.core.Core
Set the frame rate for static picture.
setString(String, String, String) - Method in interface org.linphone.core.Config
Sets a string config item.
setStringBuffer(String) - Method in interface org.linphone.core.Content
Deprecated.
2020-07-01. Use Content.setUtf8Text(java.lang.String) instead.
setStringContent(String) - Method in interface org.linphone.core.Buffer
Set the string content of the data buffer.
setStringList(String, String, String[]) - Method in interface org.linphone.core.Config
Sets a string list config item.
setStunEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable STUN.
setStunServer(String) - Method in interface org.linphone.core.Core
Set the STUN server address to use when the firewall policy is set to STUN.
setStunServer(String) - Method in interface org.linphone.core.NatPolicy
Set the STUN/TURN server to use with this NAT policy.
setStunServerUsername(String) - Method in interface org.linphone.core.NatPolicy
Set the username used to authenticate with the STUN/TURN server.
setSubErrorInfo(ErrorInfo) - Method in interface org.linphone.core.ErrorInfo
Set the sub_ei in ErrorInfo to another ErrorInfo.
setSubject(String) - Method in interface org.linphone.core.ChatRoom
Set the subject of a chat room.
setSubject(String) - Method in interface org.linphone.core.ChatRoomParams
Set the subject of the chat room.
setSubject(String) - Method in interface org.linphone.core.Conference
Set the conference subject.
setSubject(String) - Method in interface org.linphone.core.ConferenceInfo
Set the subject of the conference.
setSubscribesEnabled(boolean) - Method in interface org.linphone.core.Friend
Configure Friend to subscribe to presence information.
setSubscriptionBodyless(boolean) - Method in interface org.linphone.core.FriendList
Set wheter the subscription of the friend list is bodyless or not.
setSubscriptionsEnabled(boolean) - Method in interface org.linphone.core.FriendList
Enable subscription to NOTIFYes of all friends list.
setSubtype(String) - Method in interface org.linphone.core.Content
Set the mime subtype of the content data.
setSupportedTag(String) - Method in interface org.linphone.core.Core
Set the supported tags.
setTag100RelSupportLevel(SupportLevel) - Method in interface org.linphone.core.Core
Define what level of support is provided to the 100rel attribute.
setTcapLineMergingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable merging of tcap lines with consecutive indexes if capability
negotiations (RFC5939) is enabled.
setTcapLineMergingEnabled(boolean) - Method in interface org.linphone.core.Core
Define whether tcap lines are going to be merged if capability negotiation
(RFC5939) is supported.
setTcpPort(int) - Method in interface org.linphone.core.Transports
Sets the TCP port in the Transports object.
setTcpTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TCP TURN transport.
setTeamId(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the team id for "contact uri parameter".
setTextPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefine the list of the available payload types.
setTextPort(int) - Method in interface org.linphone.core.Core
Sets the UDP port used for text streaming.
setTextPortRange(int, int) - Method in interface org.linphone.core.Core
Sets the UDP port range from which to randomly select the port used for text
streaming.
setTimeout(int) - Method in interface org.linphone.core.LdapParams
Timeout in seconds Default value : 5.
setTlsCert(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS certificate.
setTlsCert(String) - Method in interface org.linphone.core.Core
Sets a TLS certificate used for TLS authentication The certificate won't be
stored, you have to set it after each Core startup.
setTlsCertPath(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS certificate path.
setTlsCertPath(String) - Method in interface org.linphone.core.Core
Sets a TLS certificate path used for TLS authentication The path will be stored
in the rc file and automatically restored on startup.
setTlsEnabled(boolean) - Method in interface org.linphone.core.LdapParams
Encrypt transactions by LDAP over TLS(StartTLS).
setTlsKey(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS key.
setTlsKey(String) - Method in interface org.linphone.core.Core
Sets a TLS key used for TLS authentication The key won't be stored, you have to
set it after each Core startup.
setTlsKeyPath(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS key path.
setTlsKeyPath(String) - Method in interface org.linphone.core.Core
Sets a TLS key path used for TLS authentication The path will be stored in the
rc file and automatically restored on startup.
setTlsPort(int) - Method in interface org.linphone.core.Transports
Sets the TLS port in the Transports object.
setTlsTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TLS TURN transport.
setToBeStored(boolean) - Method in interface org.linphone.core.ChatMessage
Set if a chat message is to be stored.
setToken(String) - Method in interface org.linphone.core.AccountCreator
Set the token.
setTone(ToneID, String) - Method in interface org.linphone.core.Core
Assign an audio file to be played as a specific tone id.
setTopResourcesDir(String) - Method in class org.linphone.core.Factory
Set the top directory where the resources are located.
setTransport(TransportType) - Method in interface org.linphone.core.AccountCreator
Set Transport.
setTransport(TransportType) - Method in interface org.linphone.core.AccountParams
Sets the transport type of the server address.
setTransport(TransportType) - Method in interface org.linphone.core.Address
Set a transport.
setTransports(Transports) - Method in interface org.linphone.core.Core
Sets the ports to be used for each of transport (UDP or TCP) A zero value port
for a given transport means the transport is not used.
setTurnEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TURN.
setType(String) - Method in interface org.linphone.core.Content
Set the mime type of the content data.
setType(FriendListType) - Method in interface org.linphone.core.FriendList
Assign a friend list type to the friend list.
setType(PresenceActivity.Type) - Method in interface org.linphone.core.PresenceActivity
Sets the type of activity of a presence activity.
setUdpPort(int) - Method in interface org.linphone.core.Transports
Sets the UDP port in the Transports object.
setUdpTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable UDP TURN transport.
setUid(String) - Method in interface org.linphone.core.Vcard
Sets the unique ID of the vCard.
setUploadBandwidth(int) - Method in interface org.linphone.core.Core
Sets maximum available upload bandwidth This is IP bandwidth, in kbit/s.
setUploadPtime(int) - Method in interface org.linphone.core.Core
Set audio packetization time linphone will send (in absence of requirement from
peer) A value of 0 stands for the current codec default packetization time.
setUpnpEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable uPnP.
setUri(Address) - Method in interface org.linphone.core.ConferenceInfo
Set the URI of the conference.
setUri(String) - Method in interface org.linphone.core.FriendList
Set the URI associated with the friend list.
setUriParam(String, String) - Method in interface org.linphone.core.Address
Set the value of a parameter of the URI of the address.
setUriParams(String) - Method in interface org.linphone.core.Address
Set the value of the parameters of the URI of the address.
setUrl(String) - Method in interface org.linphone.core.Vcard
Sets the URL of the vCard.
setUseDelimiter(boolean) - Method in interface org.linphone.core.MagicSearch
Enable or disable the delimiter in search.
setUseFiles(boolean) - Method in interface org.linphone.core.Core
Ask the core to stream audio from and to files, instead of using the soundcard.
setUseInfoForDtmf(boolean) - Method in interface org.linphone.core.Core
Sets whether SIP INFO is to be used to send digits.
setUseInternationalPrefixForCallsAndChats(boolean) - Method in interface org.linphone.core.AccountParams
If enabled, the international prefix will automaticaly be used for calls and
chats.
setUserAgent(String, String) - Method in interface org.linphone.core.Core
Set the user agent string used in SIP messages.
setUserCertificatesPath(String) - Method in interface org.linphone.core.Core
Set the path to the directory storing the user's x509 certificates (used by
dtls)

setUserData(Object) - Method in interface org.linphone.core.Account
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountCreator
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Address
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AudioDevice
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AuthInfo
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Buffer
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Call
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.CallLog
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.CallParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.CallStats
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatMessage
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatRoom
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatRoomParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Conference
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ConferenceInfo
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ConferenceParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Config
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Content
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Core
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.DialPlan
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ErrorInfo
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Event
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.EventLog
Sets the object to store in this object user's data
setUserData(Object) - Method in class org.linphone.core.Factory
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Friend
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.FriendList
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Headers
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ImNotifPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.InfoMessage
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Ldap
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.LdapParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.LoggingService
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.MagicSearch
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.NatPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Participant
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ParticipantDevice
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ParticipantDeviceIdentity
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ParticipantImdnState
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PayloadType
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Player
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceActivity
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceModel
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceNote
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresencePerson
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceService
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PushNotificationConfig
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PushNotificationMessage
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Range
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Recorder
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.RecorderParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.SearchResult
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Transports
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Tunnel
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.TunnelConfig
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Vcard
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.VideoDefinition
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.XmlRpcRequest
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.XmlRpcSession
Sets the object to store in this object user's data
setUseRfc2833ForDtmf(boolean) - Method in interface org.linphone.core.Core
Sets whether RFC2833 is to be used to send digits.
setUserid(String) - Method in interface org.linphone.core.AuthInfo
Sets the user ID.
setUsername(String) - Method in interface org.linphone.core.AccountCreator
Set the username.
setUsername(String) - Method in interface org.linphone.core.Address
Sets the username.
setUsername(String) - Method in interface org.linphone.core.AuthInfo
Sets the username.
setUsername(String) - Method in interface org.linphone.core.Tunnel
Set the username.
setUtf8Text(String) - Method in interface org.linphone.core.ChatMessage
Set a chat message text to be sent by linphone_chat_room_send_message.
setUtf8Text(String) - Method in interface org.linphone.core.Content
Get the string content data buffer.
setVcard(Vcard) - Method in interface org.linphone.core.Friend
Binds a vCard object to a friend.
setVfsEncryption(int, byte[], int) - Method in class org.linphone.core.Factory
Select encryption module and set secret material to encrypt the files.
setVibrationOnIncomingCallEnabled(boolean) - Method in interface org.linphone.core.Core
Enable vibration will incoming call is ringing (Android only).
setVideoActivationPolicy(VideoActivationPolicy) - Method in interface org.linphone.core.Core
Sets the default policy for video.
setVideoAdaptiveJittcompEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable the video adaptive jitter compensation.
setVideoCaptureEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video capture.
setVideoCodec(String) - Method in interface org.linphone.core.RecorderParams
Set the video codec.
setVideoDevice(String) - Method in interface org.linphone.core.Core
Sets the active video device.
setVideoDirection(MediaDirection) - Method in interface org.linphone.core.CallParams
Set the video stream direction.
setVideoDisplayEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video display.
setVideoDisplayFilter(String) - Method in interface org.linphone.core.Core
Set the name of the mediastreamer2 filter to be used for rendering video.
setVideoDscp(int) - Method in interface org.linphone.core.Core
Set the DSCP field for outgoing video streams.
setVideoEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable video stream.
setVideoEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable video capabilities.
setVideoJittcomp(int) - Method in interface org.linphone.core.Core
Sets the nominal video jitter buffer size in milliseconds.
setVideoMulticastAddr(String) - Method in interface org.linphone.core.Core
Use to set multicast address to be used for video stream.
setVideoMulticastEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for video stream.
setVideoMulticastEnabled(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for video stream.
setVideoMulticastTtl(int) - Method in interface org.linphone.core.Core
Use to set multicast ttl to be used for video stream.
setVideoPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefine the list of the available video payload types.
setVideoPort(int) - Method in interface org.linphone.core.Core
Sets the UDP port used for video streaming.
setVideoPortRange(int, int) - Method in interface org.linphone.core.Core
Sets the UDP port range from which to randomly select the port used for video
streaming.
setVideoPreset(String) - Method in interface org.linphone.core.Core
Set the video preset to be used for video calls.
setVideoPreviewEnabled(boolean) - Method in interface org.linphone.core.Core
Controls video preview enablement.
setVideoSourceReuseEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video source reuse when switching from preview to actual
video call.
setVoipToken(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the voip_token for "contact uri parameter", specific for voip push
notification.
setVolumeGain(float) - Method in interface org.linphone.core.Player
Set the volume gain of the player.
setWarnings(String) - Method in interface org.linphone.core.ErrorInfo
Assign warnings to a ErrorInfo object.
setWebcamName(String) - Method in interface org.linphone.core.RecorderParams
Set the webcam name.
setWidth(int) - Method in interface org.linphone.core.VideoDefinition
Set the width of the video definition.
setWifiOnlyEnabled(boolean) - Method in interface org.linphone.core.Core
Turns Wifi only mode on or off.
setWindowId(Object) - Method in interface org.linphone.core.Player
Sets a window id to be used to display video if any.
setWindowId(Object) - Method in interface org.linphone.core.RecorderParams
Set the window id.
setZeroRtpPortForStreamInactiveEnabled(boolean) - Method in interface org.linphone.core.Core
Define whether RTP port is set to 0 when a stream is inactive.
setZrtpSecretsFile(String) - Method in interface org.linphone.core.Core
Set the path to the file storing the zrtp secrets cache.
Size(int, int) - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 
sleep(int) - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
soundDeviceCanCapture(String) - Method in interface org.linphone.core.Core
Deprecated.
08/07/2020 use AudioDevice API instead()
soundDeviceCanPlayback(String) - Method in interface org.linphone.core.Core
Deprecated.
08/07/2020 use AudioDevice API instead()
soundResourcesLocked() - Method in interface org.linphone.core.Core
Check if a call will need the sound resources in near future (typically an
outgoing call that is awaiting response).
start() - Method in interface org.linphone.core.Core
Start a Core object after it has been instantiated and not
automatically started.
start() - Method in interface org.linphone.core.Player
Start playing a file that has been opened with Player.open(java.lang.String).
start() - Method in interface org.linphone.core.Recorder
Start the recording into the opened file.
startBluetooth() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
startConferenceRecording(String) - Method in interface org.linphone.core.Core
Deprecated.
startEchoCancellerCalibration() - Method in interface org.linphone.core.Core
Starts an echo calibration of the sound devices, in order to find adequate
settings for the echo canceler automatically.
startEchoTester(int) - Method in interface org.linphone.core.Core
Start the simulation of call to test the latency with an external device.
startRecording() - Method in interface org.linphone.core.Call
Starts call recording.
startRecording(String) - Method in interface org.linphone.core.Conference
Starts recording the conference.
startRecording(int, int, int, int, int, long) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
startRecording(int, int, int, int, int, long) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
startRecording(int, int, int, int, int, long) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
stateToString(ChatRoom.State) - Method in interface org.linphone.core.ChatRoom
Converts a ChatRoom.State enum to a string.
stop() - Method in interface org.linphone.core.Core
Stop a Core object after it has been instantiated and started.
stopAsync() - Method in interface org.linphone.core.Core
Stop asynchronously a Core object after it has been instantiated and
started.
stopBluetooth() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
stopConferenceRecording() - Method in interface org.linphone.core.Core
Deprecated.
14/09/2021 Use Conference.stopRecording() instead.
stopDtmf() - Method in interface org.linphone.core.Core
Stops playing a dtmf started by Core.playDtmf(char, int).
stopEchoTester() - Method in interface org.linphone.core.Core
Stop the simulation of call.
stopRecording() - Method in interface org.linphone.core.Call
Stops call recording.
stopRecording() - Method in interface org.linphone.core.Conference
Stops the conference recording.
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
stopRinging() - Method in interface org.linphone.core.Core
Whenever the liblinphone is playing a ring to advertise an incoming call or
ringback of an outgoing call, this function stops the ringing.
StreamType - Enum in org.linphone.core
Enum describing the stream types.
strictEquals(VideoDefinition) - Method in interface org.linphone.core.VideoDefinition
Tells whether two VideoDefinition objects are strictly equal (the
widths are the same and the heights are the same).
subscribe(Address, String, int, Content) - Method in interface org.linphone.core.Core
Create an outgoing subscription, specifying the destination resource, the event
name, and an optional content body.
SubscribePolicy - Enum in org.linphone.core
Enum controlling behavior for incoming subscription request.
SubscriptionDir - Enum in org.linphone.core
Enum for subscription direction (incoming or outgoing).
SubscriptionState - Enum in org.linphone.core
Enum for subscription states.
SupportLevel - Enum in org.linphone.core

sync() - Method in interface org.linphone.core.Config
Writes the config file to disk.
synchronizeFriendsFromServer() - Method in interface org.linphone.core.FriendList
Starts a CardDAV synchronization using value set using
linphone_friend_list_set_uri.

T

takePreviewSnapshot(String) - Method in interface org.linphone.core.Call
Take a photo of currently captured video and write it into a jpeg file.
takePreviewSnapshot(String) - Method in interface org.linphone.core.Core
Take a photo of currently from capture device and write it into a jpeg file.
takeVideoSnapshot(String) - Method in interface org.linphone.core.Call
Take a photo of currently received video and write it into a jpeg file.
tcapLinesMerged() - Method in interface org.linphone.core.CallParams
Indicates whether tcap lines with consecutive indexes are going to be merged or
not if capability negotiations (RFC5939) is enabled.
terminate() - Method in interface org.linphone.core.Call
Terminates a call.
terminate() - Method in interface org.linphone.core.Conference
Terminates conference.
terminate() - Method in interface org.linphone.core.Event
Terminate an incoming or outgoing subscription that was previously acccepted,
or a previous publication.
terminateAllCalls() - Method in interface org.linphone.core.Core
Terminates all the calls.
terminateConference() - Method in interface org.linphone.core.Core
Terminate the running conference.
terminateWithErrorInfo(ErrorInfo) - Method in interface org.linphone.core.Call
Terminates a call.
toInt() - Method in enum org.linphone.core.AccountCreator.ActivationCodeStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.DomainStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.EmailStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.LanguageStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.PasswordStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.PhoneNumberStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.Status
 
toInt() - Method in enum org.linphone.core.AccountCreator.TransportStatus
 
toInt() - Method in enum org.linphone.core.AccountCreator.UsernameStatus
 
toInt() - Method in enum org.linphone.core.AccountCreatorAlgoStatus
 
toInt() - Method in enum org.linphone.core.AccountCreatorBackend
 
toInt() - Method in enum org.linphone.core.AddressFamily
 
toInt() - Method in enum org.linphone.core.AudioDevice.Capabilities
 
toInt() - Method in enum org.linphone.core.AudioDevice.Type
 
toInt() - Method in enum org.linphone.core.AuthMethod
 
toInt() - Method in enum org.linphone.core.AVPFMode
 
toInt() - Method in enum org.linphone.core.Call.Dir
 
toInt() - Method in enum org.linphone.core.Call.State
 
toInt() - Method in enum org.linphone.core.Call.Status
 
toInt() - Method in enum org.linphone.core.ChatMessage.Direction
 
toInt() - Method in enum org.linphone.core.ChatMessage.State
 
toInt() - Method in enum org.linphone.core.ChatRoom.State
 
toInt() - Method in enum org.linphone.core.ChatRoomBackend
 
toInt() - Method in enum org.linphone.core.ChatRoomCapabilities
 
toInt() - Method in enum org.linphone.core.ChatRoomEncryptionBackend
 
toInt() - Method in enum org.linphone.core.ChatRoomEphemeralMode
 
toInt() - Method in enum org.linphone.core.ChatRoomSecurityLevel
 
toInt() - Method in enum org.linphone.core.Conference.State
 
toInt() - Method in enum org.linphone.core.ConferenceInfoError
 
toInt() - Method in enum org.linphone.core.ConfiguringState
 
toInt() - Method in enum org.linphone.core.ConsolidatedPresence
 
toInt() - Method in enum org.linphone.core.Core.LogCollectionUploadState
 
toInt() - Method in enum org.linphone.core.EcCalibratorStatus
 
toInt() - Method in enum org.linphone.core.EventLog.SecurityEventType
 
toInt() - Method in enum org.linphone.core.EventLog.Type
 
toInt() - Method in enum org.linphone.core.FriendCapability
 
toInt() - Method in enum org.linphone.core.FriendList.Status
 
toInt() - Method in enum org.linphone.core.FriendList.SyncStatus
 
toInt() - Method in enum org.linphone.core.FriendListType
 
toInt() - Method in enum org.linphone.core.GlobalState
 
toInt() - Method in enum org.linphone.core.IceState
 
toInt() - Method in enum org.linphone.core.LdapAuthMethod
 
toInt() - Method in enum org.linphone.core.LdapCertVerificationMode
 
toInt() - Method in enum org.linphone.core.LdapCheck
 
toInt() - Method in enum org.linphone.core.LdapDebugLevel
 
toInt() - Method in enum org.linphone.core.LimeState
 
toInt() - Method in enum org.linphone.core.LogCollectionState
 
toInt() - Method in enum org.linphone.core.LogLevel
 
toInt() - Method in enum org.linphone.core.MagicSearchAggregation
 
toInt() - Method in enum org.linphone.core.MagicSearchSource
 
toInt() - Method in enum org.linphone.core.MediaDirection
 
toInt() - Method in enum org.linphone.core.MediaEncryption
 
toInt() - Method in enum org.linphone.core.MediaResourceMode
 
toInt() - Method in enum org.linphone.core.ParticipantDeviceState
 
toInt() - Method in enum org.linphone.core.Player.State
 
toInt() - Method in enum org.linphone.core.PresenceActivity.Type
 
toInt() - Method in enum org.linphone.core.PresenceBasicStatus
 
toInt() - Method in enum org.linphone.core.Privacy
 
toInt() - Method in enum org.linphone.core.PublishState
 
toInt() - Method in enum org.linphone.core.Reason
 
toInt() - Method in enum org.linphone.core.RecorderFileFormat
 
toInt() - Method in enum org.linphone.core.RecorderState
 
toInt() - Method in enum org.linphone.core.RegistrationState
 
toInt() - Method in enum org.linphone.core.SessionExpiresRefresher
 
toInt() - Method in enum org.linphone.core.StreamType
 
toInt() - Method in enum org.linphone.core.SubscribePolicy
 
toInt() - Method in enum org.linphone.core.SubscriptionDir
 
toInt() - Method in enum org.linphone.core.SubscriptionState
 
toInt() - Method in enum org.linphone.core.SupportLevel
 
toInt() - Method in enum org.linphone.core.ToneID
 
toInt() - Method in enum org.linphone.core.TransportType
 
toInt() - Method in enum org.linphone.core.Tunnel.Mode
 
toInt() - Method in enum org.linphone.core.UpnpState
 
toInt() - Method in enum org.linphone.core.VersionUpdateCheckResult
 
toInt() - Method in enum org.linphone.core.XmlRpcArgType
 
toInt() - Method in enum org.linphone.core.XmlRpcStatus
 
toInt() - Method in enum org.linphone.core.ZrtpPeerStatus
 
ToneID - Enum in org.linphone.core
Enum listing frequent telephony tones.
toStr() - Method in interface org.linphone.core.CallLog
Get a human readable string describing the call.
toString() - Method in interface org.linphone.core.Account
 
toString() - Method in interface org.linphone.core.AccountCreator
 
toString() - Method in interface org.linphone.core.AccountParams
 
toString() - Method in interface org.linphone.core.Address
 
toString() - Method in interface org.linphone.core.AudioDevice
 
toString() - Method in interface org.linphone.core.AuthInfo
 
toString() - Method in interface org.linphone.core.Buffer
 
toString() - Method in interface org.linphone.core.Call
 
toString() - Method in interface org.linphone.core.CallLog
 
toString() - Method in interface org.linphone.core.CallParams
 
toString() - Method in interface org.linphone.core.CallStats
 
toString() - Method in interface org.linphone.core.ChatMessage
 
toString() - Method in interface org.linphone.core.ChatRoom
 
toString() - Method in interface org.linphone.core.ChatRoomParams
 
toString() - Method in interface org.linphone.core.Conference
 
toString() - Method in interface org.linphone.core.ConferenceInfo
 
toString() - Method in interface org.linphone.core.ConferenceParams
 
toString() - Method in interface org.linphone.core.Config
 
toString() - Method in interface org.linphone.core.Content
 
toString() - Method in interface org.linphone.core.Core
 
toString() - Method in interface org.linphone.core.DialPlan
 
toString() - Method in interface org.linphone.core.DigestAuthenticationPolicy
 
toString() - Method in interface org.linphone.core.ErrorInfo
 
toString() - Method in interface org.linphone.core.Event
 
toString() - Method in interface org.linphone.core.EventLog
 
toString() - Method in interface org.linphone.core.Friend
 
toString() - Method in interface org.linphone.core.FriendList
 
toString() - Method in interface org.linphone.core.FriendPhoneNumber
 
toString() - Method in interface org.linphone.core.Headers
 
toString() - Method in interface org.linphone.core.ImNotifPolicy
 
toString() - Method in interface org.linphone.core.InfoMessage
 
toString() - Method in interface org.linphone.core.Ldap
 
toString() - Method in interface org.linphone.core.LdapParams
 
toString() - Method in interface org.linphone.core.LoggingService
 
toString() - Method in interface org.linphone.core.MagicSearch
 
toString() - Method in interface org.linphone.core.NatPolicy
 
toString() - Method in interface org.linphone.core.Participant
 
toString() - Method in interface org.linphone.core.ParticipantDevice
 
toString() - Method in interface org.linphone.core.ParticipantDeviceIdentity
 
toString() - Method in interface org.linphone.core.ParticipantImdnState
 
toString() - Method in interface org.linphone.core.PayloadType
 
toString() - Method in interface org.linphone.core.Player
 
toString() - Method in interface org.linphone.core.PresenceActivity
Gets the string representation of a presence activity.
toString() - Method in interface org.linphone.core.PresenceModel
 
toString() - Method in interface org.linphone.core.PresenceNote
 
toString() - Method in interface org.linphone.core.PresencePerson
 
toString() - Method in interface org.linphone.core.PresenceService
 
toString() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
 
toString() - Method in interface org.linphone.core.PushNotificationConfig
 
toString() - Method in interface org.linphone.core.PushNotificationMessage
 
toString() - Method in interface org.linphone.core.Range
 
toString() - Method in interface org.linphone.core.Recorder
 
toString() - Method in interface org.linphone.core.RecorderParams
 
toString() - Method in interface org.linphone.core.SearchResult
 
toString() - Method in interface org.linphone.core.Transports
 
toString() - Method in interface org.linphone.core.Tunnel
 
toString() - Method in interface org.linphone.core.TunnelConfig
 
toString() - Method in interface org.linphone.core.Vcard
 
toString() - Method in interface org.linphone.core.VideoActivationPolicy
 
toString() - Method in interface org.linphone.core.VideoDefinition
 
toString() - Method in interface org.linphone.core.XmlRpcRequest
 
toString() - Method in interface org.linphone.core.XmlRpcSession
 
trace(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelTrace message to the logs.
transfer(String) - Method in interface org.linphone.core.Call
Deprecated.
transferTo(Address) - Method in interface org.linphone.core.Call
Performs a simple call transfer to the specified destination.
transferToAnother(Call) - Method in interface org.linphone.core.Call
Transfers a call to destination of another running call.
Transports - Interface in org.linphone.core
SIP transports & ports configuration object.
TransportType - Enum in org.linphone.core
Enum describing transport type for LinphoneAddress.
Tunnel - Interface in org.linphone.core
Linphone tunnel object.
Tunnel.Mode - Enum in org.linphone.core
 
tunnelAvailable() - Method in interface org.linphone.core.Core
True if tunnel support was compiled.
TunnelConfig - Interface in org.linphone.core
Tunnel settings.

U

update(CallParams) - Method in interface org.linphone.core.Call
Updates a running call according to supplied call parameters or parameters
changed in the LinphoneCore.
update() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
updateAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to update an account.
updateDirtyFriends() - Method in interface org.linphone.core.FriendList
Goes through all the Friend that are dirty and does a CardDAV PUT to
update the server.
updateParams(ConferenceParams) - Method in interface org.linphone.core.Conference
Update parameters of the conference.
updatePublish(Content) - Method in interface org.linphone.core.Event
Update (refresh) a publish.
updateRevision(int) - Method in interface org.linphone.core.FriendList
Sets the revision from the last synchronization.
updateSubscribe(Content) - Method in interface org.linphone.core.Event
Update (refresh) an outgoing subscription, changing the body.
updateSubscriptions() - Method in interface org.linphone.core.FriendList
Update presence subscriptions for the entire list.
uploadLogCollection() - Method in interface org.linphone.core.Core
Upload the log collection to the configured server url.
upnpAvailable() - Method in interface org.linphone.core.Core
Return the availability of uPnP.
UpnpState - Enum in org.linphone.core
Enum describing uPnP states.
usePreviewWindow(boolean) - Method in interface org.linphone.core.Core
Tells the core to use a separate window for local camera preview video, instead
of inserting local view within the remote video window.
Utils - Class in org.linphone.core
 
Utils() - Constructor for class org.linphone.core.Utils
 

V

valueOf(String) - Static method in enum org.linphone.core.AccountCreator.ActivationCodeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.DomainStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.EmailStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.LanguageStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.PasswordStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.PhoneNumberStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.TransportStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreator.UsernameStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreatorAlgoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AccountCreatorBackend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AddressFamily
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AudioDevice.Capabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AudioDevice.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.AVPFMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Call.Dir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Call.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Call.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatMessage.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatMessage.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoom.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoomBackend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoomCapabilities
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoomEncryptionBackend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoomEphemeralMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ChatRoomSecurityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Conference.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ConferenceInfoError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ConfiguringState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ConsolidatedPresence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Core.LogCollectionUploadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.EcCalibratorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.EventLog.SecurityEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.EventLog.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.FriendCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.FriendList.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.FriendList.SyncStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.FriendListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.GlobalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.IceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LdapAuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LdapCertVerificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LdapCheck
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LdapDebugLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LimeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LogCollectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.MagicSearchAggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.MagicSearchSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.MediaDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.MediaEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.MediaResourceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ParticipantDeviceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Player.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.PresenceActivity.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.PresenceBasicStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.PublishState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.RecorderFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.RecorderState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.RegistrationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.SessionExpiresRefresher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.StreamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.SubscribePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.SubscriptionDir
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.SubscriptionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.SupportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ToneID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.TransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.Tunnel.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.UpnpState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.VersionUpdateCheckResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.XmlRpcArgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.XmlRpcStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.core.ZrtpPeerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.linphone.core.AccountCreator.ActivationCodeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.DomainStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.EmailStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.LanguageStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.PasswordStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.PhoneNumberStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.TransportStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreator.UsernameStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreatorAlgoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AccountCreatorBackend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AddressFamily
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AudioDevice.Capabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AudioDevice.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.AVPFMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Call.Dir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Call.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Call.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatMessage.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatMessage.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoom.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoomBackend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoomCapabilities
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoomEncryptionBackend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoomEphemeralMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ChatRoomSecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Conference.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ConferenceInfoError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ConfiguringState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ConsolidatedPresence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Core.LogCollectionUploadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.EcCalibratorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.EventLog.SecurityEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.EventLog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.FriendCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.FriendList.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.FriendList.SyncStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.FriendListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.GlobalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.IceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LdapAuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LdapCertVerificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LdapCheck
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LdapDebugLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LimeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LogCollectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.MagicSearchAggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.MagicSearchSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.MediaDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.MediaEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.MediaResourceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ParticipantDeviceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Player.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.PresenceActivity.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.PresenceBasicStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.PublishState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.RecorderFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.RecorderState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.RegistrationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.SessionExpiresRefresher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.StreamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.SubscribePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.SubscriptionDir
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.SubscriptionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.SupportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ToneID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.Tunnel.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.UpnpState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.VersionUpdateCheckResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.XmlRpcArgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.XmlRpcStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.core.ZrtpPeerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
Vcard - Interface in org.linphone.core
Object storing contact information using vCard 4.0 format.
vcardSupported() - Method in interface org.linphone.core.Core
Tells whether VCARD support is builtin.
verifyServerCertificates(boolean) - Method in interface org.linphone.core.Core
Specify whether the tls server certificate must be verified when connecting to
a SIP/TLS server.
verifyServerCn(boolean) - Method in interface org.linphone.core.Core
Specify whether the tls server certificate common name must be verified when
connecting to a SIP/TLS server.
Version - Class in org.linphone.mediastream
Centralize version access and allow simulation of lower versions.
Version() - Constructor for class org.linphone.mediastream.Version
 
VersionUpdateCheckResult - Enum in org.linphone.core
Enum describing the result of a version update check.
VideoActivationPolicy - Interface in org.linphone.core
Object describing policy regarding video streams establishments.
VideoDefinition - Interface in org.linphone.core
This object represents a video definition, eg.
videoSupported() - Method in interface org.linphone.core.Core
Test if video is supported.

W

w(Object...) - Static method in class org.linphone.mediastream.Log
 
warning(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelWarning message to the logs.
wasConference() - Method in interface org.linphone.core.CallLog
Tells whether that call was a call to a conference server.
weakEqual(Address) - Method in interface org.linphone.core.Address
Compare two Address ignoring tags and headers, basically just domain,
username, and port.
width - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 
writeRelativeFile(String, String) - Method in interface org.linphone.core.Config
Write a string in a file placed relatively with the Linphone configuration
file.

X

XmlRpcArgType - Enum in org.linphone.core
Enum describing the types of argument for LinphoneXmlRpcRequest.
XmlRpcRequest - Interface in org.linphone.core
The XmlRpcRequest object representing a XML-RPC request to be sent.
XmlRpcRequestListener - Interface in org.linphone.core
An object to handle the callbacks for handling the LinphoneXmlRpcRequest
operations.
XmlRpcRequestListenerStub - Class in org.linphone.core
 
XmlRpcRequestListenerStub() - Constructor for class org.linphone.core.XmlRpcRequestListenerStub
 
XmlRpcSession - Interface in org.linphone.core
The XmlRpcSession object used to send XML-RPC requests and handle their
responses.
XmlRpcStatus - Enum in org.linphone.core
Enum describing the status of a LinphoneXmlRpcRequest.

Z

zoom(float, float, float) - Method in interface org.linphone.core.Call
Perform a zoom of the video displayed during a call.
ZrtpPeerStatus - Enum in org.linphone.core
Enum describing the ZRTP SAS validation status of a peer URI.
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links