Skip navigation links
A B C D E F G H I K L M N O P Q 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.
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.
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
 
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
 
adaptiveRateControlEnabled() - Method in interface org.linphone.core.Core
Returns whether adaptive rate control is enabled.
add(String, String) - Method in interface org.linphone.core.Headers
Add given header name and corresponding value.
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.
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.
addLinphoneSpec(String) - Method in interface org.linphone.core.Core
Add the given linphone specs to the list of functionalities the linphone client
supports.
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(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(Call) - Method in interface org.linphone.core.Conference
Join an existing call to the conference.
addParticipant(Address) - Method in interface org.linphone.core.Conference
Join a participant to the conference.
addParticipants(Address[]) - Method in interface org.linphone.core.ChatRoom
Add several participants to a chat room at once.
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.
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
 
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.
audioAdaptiveJittcompEnabled() - Method in interface org.linphone.core.Core
Tells whether the audio adaptive jitter compensation is enabled.
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
 
audioEnabled() - Method in interface org.linphone.core.CallParams
Tell whether audio is enabled or not.
audioMulticastEnabled() - Method in interface org.linphone.core.CallParams
Use to get multicast state of audio stream.
audioMulticastEnabled() - Method in interface org.linphone.core.Core
Use to get multicast state of audio stream.
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.
avpfEnabled() - Method in interface org.linphone.core.ProxyConfig
Indicates whether AVPF/SAVPF is being used for calls using this proxy config.
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
 
callkitEnabled() - Method in interface org.linphone.core.Core
Special function to check if the callkit is enabled, False by default.
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.
cameraEnabled() - Method in interface org.linphone.core.Call
Returns if camera pictures are allowed to be sent to the remote party.
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
 
chatEnabled() - Method in interface org.linphone.core.Core
Returns whether chat is enabled.
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.
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.
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).
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.
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.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.PayloadType
Instantiates a new payload type with values from source.
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.
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
TODO.
Conference.State - Enum in org.linphone.core
 
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
TODO.
conferenceServerEnabled() - Method in interface org.linphone.core.Core
Tells whether the conference server feature is enabled.
Config - Interface in org.linphone.core
This object is used to manipulate a configuration file.
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
 
createAccount() - Method in interface org.linphone.core.AccountCreator
Send a request to create an account on server.
createAccountCreator(String) - Method in interface org.linphone.core.Core
Create a AccountCreator and set Linphone Request callbacks.
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(Address) - Method in interface org.linphone.core.Core
Deprecated.
createChatRoom(ChatRoomParams, Address, Address) - Method in interface org.linphone.core.Core
Deprecated.
createChatRoom(ChatRoomParams, Address, String, Address[]) - Method in interface org.linphone.core.Core
Deprecated.
createChatRoom(ChatRoomParams, String, Address[]) - Method in interface org.linphone.core.Core
Deprecated.
createChatRoom(ChatRoomParams, Address, Address[]) - Method in interface org.linphone.core.Core
Create a chat room.
createChatRoom(String, Address[]) - Method in interface org.linphone.core.Core
Deprecated.
createClientGroupChatRoom(String, boolean, boolean) - Method in interface org.linphone.core.Core
Deprecated.
createClientGroupChatRoom(String, boolean) - Method in interface org.linphone.core.Core
Deprecated.
createConferenceParams() - Method in interface org.linphone.core.Core
Create some default conference parameters for instanciating a 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.
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.
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.
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.
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.
createRequest(XmlRpcArgType, String) - Method in interface org.linphone.core.XmlRpcSession
Creates a XmlRpcRequest from a XmlRpcSession.
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.
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.
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.
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.
disableChat(Reason) - Method in interface org.linphone.core.Core
Inconditionnaly disable incoming chat messages.
dnsSearchEnabled() - 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.
dnsSrvEnabled() - Method in interface org.linphone.core.Core
Tells whether DNS SRV resolution is enabled.
done() - Method in interface org.linphone.core.Friend
Commits modification made to the friend configuration.
done() - Method in interface org.linphone.core.ProxyConfig
Commits modification made to the proxy configuration.
downloadContent(Content) - Method in interface org.linphone.core.ChatMessage
Start the download of the Content referenced in the ChatMessage
from remote server.
dualModeEnabled() - Method in interface org.linphone.core.Tunnel
Get the dual tunnel client mode.
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
 
earlyMediaSendingEnabled() - Method in interface org.linphone.core.CallParams
Indicate whether sending of early media was enabled.
EcCalibratorStatus - Enum in org.linphone.core
Enum describing the result of the echo canceller calibration process.
echoCancellationEnabled() - Method in interface org.linphone.core.Call
Returns if echo cancellation is enabled.
echoCancellationEnabled() - Method in interface org.linphone.core.Core
Returns true if echo cancellation is enabled.
echoLimiterEnabled() - Method in interface org.linphone.core.Call
Returns if echo limiter is enabled.
echoLimiterEnabled() - Method in interface org.linphone.core.Core
Tells whether echo limiter is enabled.
edit() - Method in interface org.linphone.core.Friend
Starts editing a friend configuration.
edit() - Method in interface org.linphone.core.ProxyConfig
Starts editing a proxy configuration.
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.
enableAdaptiveRateControl(boolean) - Method in interface org.linphone.core.Core
Enable adaptive rate control.
enableAll() - Method in interface org.linphone.core.ImNotifPolicy
Enable all receiving and sending of notifications.
enableAudio(boolean) - Method in interface org.linphone.core.CallParams
Enable audio stream.
enableAudioAdaptiveJittcomp(boolean) - Method in interface org.linphone.core.Core
Enable or disable the audio adaptive jitter compensation.
enableAudioMulticast(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for audio stream.
enableAudioMulticast(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for audio stream.
enableAvpf(boolean) - Method in interface org.linphone.core.CallParams
Set the video stream direction.
enableCallkit(boolean) - Method in interface org.linphone.core.Core
Special function to enable the callkit.
enableCamera(boolean) - Method in interface org.linphone.core.Call
Indicate whether camera input should be sent to remote end.
enableChat() - Method in interface org.linphone.core.Core
Enable reception of incoming chat messages.
enableConferenceServer(boolean) - Method in interface org.linphone.core.Core
Enable the conference server feature.
enabled() - Method in interface org.linphone.core.PayloadType
Check whether a palyoad type is enabled.
enableDnsSearch(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).
enableDnsSrv(boolean) - Method in interface org.linphone.core.Core
Enable or disable DNS SRV resolution.
enableDualMode(boolean) - Method in interface org.linphone.core.Tunnel
Sets whether or not to use the dual tunnel client mode.
enableEarlyMediaSending(boolean) - Method in interface org.linphone.core.CallParams
Enable sending of real early media (during outgoing calls).
enableEarpiece() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
enableEchoCancellation(boolean) - Method in interface org.linphone.core.Call
Enables or disable echo cancellation for this call.
enableEchoCancellation(boolean) - Method in interface org.linphone.core.Core
Enables or disable echo cancellation.
enableEchoLimiter(boolean) - Method in interface org.linphone.core.Call
Enables or disable echo limiter for this call.
enableEchoLimiter(boolean) - Method in interface org.linphone.core.Core
Enables or disable echo limiter.
enableEncryption(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables encryption for the chat room associated with the given
parameters.
enableEphemeral(boolean) - Method in interface org.linphone.core.ChatRoom
Enable or disable the ephemeral message feature in the chat room.
enableFilterFromName(String, boolean) - Method in class org.linphone.mediastream.Factory
 
enableFilterFromName(String, boolean) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
Deprecated. 
enableForcedIceRelay(boolean) - Method in interface org.linphone.core.Core
Artificially cause the relay path to be selected when ICE is used.
enableFriendListSubscription(boolean) - Method in interface org.linphone.core.Core
Sets whether or not to start friend lists subscription when in foreground.
enableGroup(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables group chat for the chat room associated with the given
parameters.
enableIce(boolean) - Method in interface org.linphone.core.NatPolicy
Enable ICE.
enableIpv6(boolean) - Method in interface org.linphone.core.Core
Turns IPv6 support on or off.
enableKeepAlive(boolean) - Method in interface org.linphone.core.Core
Enables signaling keep alive, small udp packet sent periodically to keep udp
NAT association.
enableLime(LimeState) - Method in interface org.linphone.core.Core
Deprecated.
04/02/2019 Use linphone_core_enable_lime_x3dh instead.
enableLimeX3Dh(boolean) - Method in interface org.linphone.core.Core
Tells to LinphoneCore to use LIME X3DH.
enableLocalParticipant(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable local participant to enter the conference.
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.
enableLowBandwidth(boolean) - Method in interface org.linphone.core.CallParams
Indicate low bandwith mode.
enableMic(boolean) - Method in interface org.linphone.core.Core
Enable or disable the microphone.
enablePublish(boolean) - Method in interface org.linphone.core.ProxyConfig
Indicates either or not, PUBLISH must be issued for this ProxyConfig.
enableQrcodeVideoPreview(boolean) - Method in interface org.linphone.core.Core
Controls QRCode enablement.
enableQualityReporting(boolean) - Method in interface org.linphone.core.ProxyConfig
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.
enableRealtimeText(boolean) - Method in interface org.linphone.core.CallParams
Use to enable real time text following rfc4103.
enableRegister(boolean) - Method in interface org.linphone.core.ProxyConfig
Indicates either or not, REGISTRATION must be issued for this ProxyConfig
.
enableRetransmissionOnNack(boolean) - Method in interface org.linphone.core.Core
Turns NACK context on or off.
enableRtpBundle(boolean) - Method in interface org.linphone.core.CallParams
Enables or disables RTP bundle mode (Media Multiplexing).
enableRtpBundle(boolean) - Method in interface org.linphone.core.Core
Enables or disables RTP bundle mode (Media Multiplexing).
enableRtt(boolean) - Method in interface org.linphone.core.ChatRoomParams
Enables or disables real time text for the chat room associated with the given
parameters.
enableSdp200Ack(boolean) - Method in interface org.linphone.core.Core
Control when media offer is sent in SIP INVITE.
enableSelfView(boolean) - Method in interface org.linphone.core.Core
Enables or disable self view during calls.
enableSenderNameHiddenInForwardMessage(boolean) - Method in interface org.linphone.core.Core
Enable whether or not to hide sender name in forward message.
enableSip(boolean) - Method in interface org.linphone.core.Tunnel
Set whether SIP packets must be directly sent to a UA or pass through the
tunnel.
enableSpeaker() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
enableStun(boolean) - Method in interface org.linphone.core.NatPolicy
Enable STUN.
enableSubscribes(boolean) - Method in interface org.linphone.core.Friend
Configure Friend to subscribe to presence information.
enableSubscriptions(boolean) - Method in interface org.linphone.core.FriendList
Enable subscription to NOTIFYes of all friends list.
enableTcpTurnTransport(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TCP TURN transport.
enableTlsTurnTransport(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TLS TURN transport.
enableTurn(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TURN.
enableUdpTurnTransport(boolean) - Method in interface org.linphone.core.NatPolicy
Enable UDP TURN transport.
enableUpnp(boolean) - Method in interface org.linphone.core.NatPolicy
Enable uPnP.
enableVideo(boolean) - Method in interface org.linphone.core.CallParams
Enable video stream.
enableVideo(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable video when starting a conference.
enableVideoAdaptiveJittcomp(boolean) - Method in interface org.linphone.core.Core
Enable or disable the video adaptive jitter compensation.
enableVideoCapture(boolean) - Method in interface org.linphone.core.Core
Enable or disable video capture.
enableVideoDisplay(boolean) - Method in interface org.linphone.core.Core
Enable or disable video display.
enableVideoMulticast(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for video stream.
enableVideoMulticast(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for video stream.
enableVideoPreview(boolean) - Method in interface org.linphone.core.Core
Controls video preview enablement.
enableVideoSourceReuse(boolean) - Method in interface org.linphone.core.Core
Enable or disable video source reuse when switching from preview to actual
video call.
enableWifiOnly(boolean) - Method in interface org.linphone.core.Core
Turns Wifi only mode on or off.
encryptionEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the encryption status of the chat room associated with the given
parameters.
ensureRegistered() - Method in interface org.linphone.core.Core
Call this method when you receive a push notification (if you handle push
notifications manually).
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
Join the local participant to the running conference.
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.
ephemeralEnabled() - Method in interface org.linphone.core.ChatRoom
Returns whether or not the ephemeral message feature is enabled in the chat
room.
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(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
Find authentication info matching proxy config, if any, similarly to
linphone_core_find_auth_info.
findCallFromUri(String) - Method in interface org.linphone.core.Core
Deprecated.
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
findOneToOneChatRoom(Address, Address) - Method in interface org.linphone.core.Core
Deprecated.
12/12/2018, use linphone_core_find_one_to_one_chat_room_2 instead
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.
forcedIceRelayEnabled() - Method in interface org.linphone.core.Core
Indicates whether the ICE relay path is forcibly selected.
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
 
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.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.ChatRoomSecurityLevel
 
fromInt(int) - Static method in enum org.linphone.core.Conference.State
 
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.GlobalState
 
fromInt(int) - Static method in enum org.linphone.core.IceState
 
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.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.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.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.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.
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).
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.
getAppdata() - Method in interface org.linphone.core.ChatMessage
Linphone message has an app-specific field that can store a text.
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.
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.
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.Core
Return AVPF enablement.
getAvpfMode() - Method in interface org.linphone.core.ProxyConfig
Get enablement status of RTCP feedback (also known as AVPF profile).
getAvpfRrInterval() - Method in interface org.linphone.core.Core
Return the avpf report interval in seconds.
getAvpfRrInterval() - Method in interface org.linphone.core.ProxyConfig
Get the interval between regular RTCP reports when using AVPF/SAVPF.
getBackend() - Method in interface org.linphone.core.ChatRoomParams
Get the backend implementation of the chat room associated with the given
parameters.
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.
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.
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.
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.
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, Address) - Method in interface org.linphone.core.Core
getChatRoom(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.ProxyConfig
Get the conference factory uri.
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
Get the number of participant in the running conference.
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
Return the contact address of the proxy config.
getContactListFromFilter(String, String) - Method in interface org.linphone.core.MagicSearch
Create a sorted list of SearchResult from SipUri, Contact name, Contact
displayname, Contact phone number, which match with a filter word The last item
list will be an address formed with "filter" if a proxy config exist During the
first search, a cache is created and used for the next search Use MagicSearch.resetSearchCache()
to begin a new search.
getContactParameters() - Method in interface org.linphone.core.ProxyConfig
Returns the contact parameters.
getContactUriParameters() - Method in interface org.linphone.core.ProxyConfig
Returns the contact URI parameters.
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.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.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
Get the Core object to which is associated the ProxyConfig.
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.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.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
Obtain the value of a header sent by the server in last answer to REGISTER.
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.
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.
getDecoderText(String) - Method in class org.linphone.mediastream.Factory
 
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.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.ProxyConfig
Get the dependency of a ProxyConfig.
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
Returns whether or not the + should be replaced by 00.
getDialPlans() - Method in class org.linphone.core.Factory
Returns a bctbx_list_t of all DialPlans.
getDialPrefix() - Method in interface org.linphone.core.ProxyConfig
Gets the prefix set for this proxy config.
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.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
Get the domain name of the given proxy config.
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.Player
Get the duration of the opened file.
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.
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.
getEphemeralMessageLifetime() - Method in interface org.linphone.core.EventLog
Returns the ephemeral message lifetime of a conference ephemeral message event.
getError() - Method in interface org.linphone.core.ProxyConfig
Get the reason why registration failed when the proxy config 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
Get detailed information why registration failed when the proxy config state is
LinphoneRegistrationFailed.
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.ProxyConfig
Gets the proxy config expires.
getExtendedAudioDevices() - Method in interface org.linphone.core.Core
Returns the list of all audio devices.
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.
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.
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.
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.
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
Get the conference id as string.
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.Core
Gets the default identity SIP address.
getIdentityAddress() - Method in interface org.linphone.core.ProxyConfig
Gets the identity addres of the proxy config.
getIdkey() - Method in interface org.linphone.core.ProxyConfig
Get the idkey property of a ProxyConfig.
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.
getInputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current input device for this call.
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.
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.
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.
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.
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.
getLinphoneSpecs() - Method in interface org.linphone.core.Core
Deprecated.
07/02/2019 Use linphone_core_get_linphone_specs_list instead.
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.
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.
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.
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.
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.AccountCreator
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.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.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.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.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
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.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.
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.Core
Get The policy that is used to pass through NATs/firewalls.
getNatPolicy() - Method in interface org.linphone.core.ProxyConfig
Get The policy that is used to pass through NATs/firewalls when using this
proxy config.
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.Vcard
Gets the Organization of the vCard.
getOutputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current output device for this call.
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.
getParams() - Method in interface org.linphone.core.Call
Returns local parameters associated with the call.
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.
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.
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.
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.
getPhoneNumber() - Method in interface org.linphone.core.AccountCreator
Get the RFC 3966 normalized 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.
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.
getPreviewSurfaceView() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getPreviewVideoDefinition() - Method in interface org.linphone.core.Core
Get the definition of the captured video.
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.CallParams
Get requested level of privacy for the call.
getPrivacy() - Method in interface org.linphone.core.ProxyConfig
Get default privacy policy for all calls routed through this proxy.
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).
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.ProxyConfig
get the publish expiration time in second.
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.
getQuality() - Method in interface org.linphone.core.CallLog
Get the overall quality indication of the call.
getQualityReportingCollector() - Method in interface org.linphone.core.ProxyConfig
Get the route of the collector end-point when using quality reporting.
getQualityReportingInterval() - Method in interface org.linphone.core.ProxyConfig
Get the interval between interval reports when using quality reporting.
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.AuthInfo
Gets the realm.
getRealm() - Method in interface org.linphone.core.ProxyConfig
Get the realm of the given proxy config.
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.
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.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
Get the persistent reference key associated to the proxy config.
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.
getRemoteRingbackTone() - Method in interface org.linphone.core.Core
Get the ring back tone played to far end during incoming calls.
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.
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
Gets the list of the routes set for this proxy config.
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.
getServerAddr() - Method in interface org.linphone.core.ProxyConfig
Gets the proxy config proxy address.
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.
getSessionExpiresEnabled() - Method in interface org.linphone.core.Core
Check if the Session Timers feature is enabled.
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.
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.
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.
getStartDate() - Method in interface org.linphone.core.CallLog
Get the start date of the call.
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
Get the registration state of the given proxy config.
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.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
 
getTcpPort() - Method in interface org.linphone.core.Transports
Gets the TCP port in the Transports object.
getTextContent() - Method in interface org.linphone.core.ChatMessage
Deprecated.
01/07/2020. Use ChatMessage.getUtf8Text() instead.
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.
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.AccountCreator
Get Transport.
getTransport() - Method in interface org.linphone.core.Address
Get the transport.
getTransport() - Method in interface org.linphone.core.ProxyConfig
Get the transport from either service route, route or addr.
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.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.Core
Return the global unread chat message count.
getUnreadChatMessageCount() - Method in interface org.linphone.core.ProxyConfig
Return the unread chat message count for a given proxy config.
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.
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.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.
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.AccountCreator
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.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.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.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.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
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.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.
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.
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.
getWarnings() - Method in interface org.linphone.core.ErrorInfo
Provides additional information regarding the failure.
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.
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.
groupEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the group chat status of the chat room associated with the given
parameters.

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
Return whether or not the chat room has been left.
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
 
iceEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether ICE is enabled.
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.
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.
ipv6Enabled() - Method in interface org.linphone.core.Core
Tells whether IPv6 is enabled or not.
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.
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.
isAutoIterateEnabled() - Method in interface org.linphone.core.Core
Gets whether auto iterate is enabled or not (Android & iOS only).
isChatroomBackendAvailable(ChatRoomBackend) - Method in class org.linphone.core.Factory
Indicates if the given LinphoneChatRoomBackend is available.
isContentTypeSupported(String) - Method in interface org.linphone.core.Core
Tells whether a content type is supported.
isDatabaseStorageAvailable() - Method in class org.linphone.core.Factory
Indicates if the storage in database is available.
isEchoCancellerCalibrationRequired() - Method in interface org.linphone.core.Core
Check whether the device is echo canceller calibration is required.
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.
isEphemeral() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is an ephemeral message or not.
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.
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.
isHDVideoCapable() - Static method in class org.linphone.mediastream.Version
 
isImdnAvailable() - Method in class org.linphone.core.Factory
Indicates if IMDN are available.
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
Indicates whether the local participant is part of a conference.
isInConference() - Method in interface org.linphone.core.ParticipantDevice
Return whether the participant device is in a conference or not.
isMediaEncryptionMandatory() - Method in interface org.linphone.core.Core
Check if the configured media encryption is mandatory or not.
isMediaFilterSupported(String) - Method in interface org.linphone.core.Core
Checks if the given media filter is loaded and usable.
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.
isOnline() - Method in interface org.linphone.core.PresenceModel
Tells whether a presence model is considered online.
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.ProxyConfig
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.
isPushNotificationAllowed() - Method in interface org.linphone.core.ProxyConfig
Indicates whether to add to the contact parameters the push notification
information.
isPushNotificationAvailable() - Method in interface org.linphone.core.Core
Gets whether push notifications are available or not (Android & iOS only).
isPushNotificationEnabled() - Method in interface org.linphone.core.Core
Gets whether push notifications are enabled or not (Android & iOS only).
isRead() - Method in interface org.linphone.core.ChatMessage
Returns wether the message has been read or not.
isRecording() - Method in interface org.linphone.core.Call
Returns whether or not the call is currently being recorded.
isRecording - Static variable in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
isRemoteComposing() - Method in interface org.linphone.core.ChatRoom
Tells whether the remote is currently composing a message.
isSecured() - Method in interface org.linphone.core.ChatMessage
Get if the message was encrypted when transfered.
isSenderNameHiddenInForwardMessage() - Method in interface org.linphone.core.Core
Returns whether or not sender name is hidden in forward message.
isSip() - Method in interface org.linphone.core.Address
returns whether the address is a routable SIP address or not

isSubscriptionBodyless() - Method in interface org.linphone.core.FriendList
Get wheter the subscription of the friend list is bodyless or not.
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.
isUndefined() - Method in interface org.linphone.core.VideoDefinition
Tells whether a VideoDefinition is undefined.
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.
isVibrationOnIncomingCallEnabled() - Method in interface org.linphone.core.Core
Gets whether the device will vibrate while an incoming call is ringing (Android
only).
isVideoCapable() - Static method in class org.linphone.mediastream.Version
 
isXLargeScreen(Context) - Static method in class org.linphone.mediastream.Version
 
iterate() - Method in interface org.linphone.core.Core
Main loop function.

K

keepAliveEnabled() - Method in interface org.linphone.core.Core
Is signaling keep alive enabled.

L

leave() - Method in interface org.linphone.core.ChatRoom
Leave a chat room.
leaveConference() - Method in interface org.linphone.core.Core
Make the local participant leave the running conference.
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.
limeX3DhEnabled() - Method in interface org.linphone.core.Core
Tells wether LIME X3DH is enabled or not.
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.
localParticipantEnabled() - Method in interface org.linphone.core.ConferenceParams
Returns whether local participant has to enter the conference.
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.
lowBandwidthEnabled() - Method in interface org.linphone.core.CallParams
Tell whether the call has been configured in low bandwidth mode or not.

M

MagicSearch - Interface in org.linphone.core
A MagicSearch is used to do specifics searchs.
markAsRead() - Method in interface org.linphone.core.ChatRoom
Mark all messages of the conversation as read.
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.
micEnabled() - Method in interface org.linphone.core.Core
Tells whether the microphone is enabled.
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.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.ChatRoomSecurityLevel
 
mValue - Variable in enum org.linphone.core.Conference.State
 
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.GlobalState
 
mValue - Variable in enum org.linphone.core.IceState
 
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.MediaDirection
 
mValue - Variable in enum org.linphone.core.MediaEncryption
 
mValue - Variable in enum org.linphone.core.MediaResourceMode
 
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.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.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.
newWithFactory(String, String) - Method in interface org.linphone.core.Config
Instantiates a Config object from a user config file and a factory
config file.
normalizePhoneNumber(String) - Method in interface org.linphone.core.ProxyConfig
Normalize a human readable phone number into a basic string.
normalizeSipUri(String) - Method in interface org.linphone.core.ProxyConfig
Normalize a human readable sip uri into a fully qualified LinphoneAddress.
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).

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.
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(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
 
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
 
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
 
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
 
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
 
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 chat room 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 chat room 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 chat room 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 chat room 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 chat room 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(Core, ProxyConfig, RegistrationState, String) - Method in interface org.linphone.core.CoreListener
Registration state notification callback prototype.
onRegistrationStateChanged(Core, ProxyConfig, RegistrationState, String) - Method in class org.linphone.core.CoreListenerStub
 
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
 
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
 
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 chat room 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 chat room 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.
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.
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.
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.ProxyConfig
Prevent a proxy config from refreshing its registration.
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
Represents an account configuration to be used by Core.
publish(Address, String, int, Content) - Method in interface org.linphone.core.Core
Publish an event state.
publishEnabled() - Method in interface org.linphone.core.ProxyConfig
Gets if the PUBLISH is enabled.
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
 
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
 

Q

qrcodeVideoPreviewEnabled() - Method in interface org.linphone.core.Core
Tells whether QRCode is enabled in the preview.
qualityReportingEnabled() - Method in interface org.linphone.core.ProxyConfig
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.

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.
realtimeTextEnabled() - Method in interface org.linphone.core.CallParams
Use to get real time text following rfc4103.
realtimeTextEnabled() - Method in interface org.linphone.core.Core
Gets if realtime text is enabled or not.
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.
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.ProxyConfig
Refresh a proxy registration.
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.
registerEnabled() - Method in interface org.linphone.core.ProxyConfig
Returns whether the proxy config is enabled or not.
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.
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.
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.
removeLinphoneSpec(String) - Method in interface org.linphone.core.Core
Remove the given linphone specs from the list of functionalities the linphone
client supports.
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(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(Participant) - Method in interface org.linphone.core.Conference

removeParticipant(Call) - Method in interface org.linphone.core.Conference
Deprecated.
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.
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.
retransmissionOnNackEnabled() - Method in interface org.linphone.core.Core
Tells whether NACK context is enabled or not.
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
 
rtpBundleEnabled() - Method in interface org.linphone.core.CallParams
Indicates whether RTP bundle mode (also known as Media Multiplexing) is
enabled.
rtpBundleEnabled() - Method in interface org.linphone.core.Core
Returns whether RTP bundle mode (also known as Media Multiplexing) is enabled.
rttEnabled() - Method in interface org.linphone.core.ChatRoomParams
Get the real time text status of the chat room associated with the given
parameters.

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
 
sdp200AckEnabled() - Method in interface org.linphone.core.Core
Media offer control param for SIP INVITE.
searchChatRoom(ChatRoomParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
Find a chat room.
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
 
selfViewEnabled() - Method in interface org.linphone.core.Core
Tells whether video self view during call is enabled or not.
send() - Method in interface org.linphone.core.ChatMessage
Send a chat message.
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.
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.
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
 
setAudioBandwidthLimit(int) - Method in interface org.linphone.core.CallParams
Refine bandwidth settings for this call by setting a bandwidth limit for audio
streams.
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.
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.
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.
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.
setAvailableAlgorithms(String[]) - Method in interface org.linphone.core.AuthInfo
Sets the available algorithms list without testing unicity.
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
Enable the use of RTCP feedback (also known as AVPF profile).
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
Set the interval between regular RTCP reports when using AVPF/SAVPF.
setBackend(ChatRoomBackend) - Method in interface org.linphone.core.ChatRoomParams
Set the backend implementation of these chat room parameters.
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.
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.
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.
setCallLogsDatabasePath(String) - Method in interface org.linphone.core.Core
Sets the database filename where call logs will be stored.
setCapabilityDescriptor(String) - Method in interface org.linphone.core.ParticipantDeviceIdentity
Set the capability descriptor (currently +org.linphone.specs value) for this
participant device identity.
setCaptureDevice(String) - Method in interface org.linphone.core.Core
Sets the sound device used for capture.
setConferenceAddress(Address) - Method in interface org.linphone.core.ChatRoom
Set the conference address of a group chat room.
setConferenceFactoryUri(String) - Method in interface org.linphone.core.ProxyConfig
Set the conference factory uri.
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.ProxyConfig
Set optional contact parameters that will be added to the contact information
sent in the registration.
setContactUriParameters(String) - Method in interface org.linphone.core.ProxyConfig
Set optional contact parameters that will be added to the contact information
sent in the registration, inside the URI.
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
 
setCustomHeader(String, String) - Method in interface org.linphone.core.ProxyConfig
Set the value of a custom header sent to the server in REGISTERs request.
setDataResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the data resources are located.
setDebugMode(boolean, String) - Method in class org.linphone.core.Factory
 
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.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(ProxyConfig) - Method in interface org.linphone.core.ProxyConfig
Mark this proxy configuration as being dependent on the given one.
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
Sets whether liblinphone should replace "+" by international calling prefix in
dialed numbers (passed to Core.invite(java.lang.String) ).
setDialPrefix(String) - Method in interface org.linphone.core.ProxyConfig
Sets a dialing prefix to be automatically prepended when inviting a number with
Core.invite(java.lang.String); This dialing prefix shall usually be the country code of
the country where the user is living, without "+".
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.
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.
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.
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.
setEchoCancellerFilterName(String) - Method in interface org.linphone.core.Core
Set the name of the mediastreamer2 filter to be used for echo cancelling.
setEmail(String) - Method in interface org.linphone.core.AccountCreator
Set the email.
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.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatRoom
Set lifetime (in seconds) for all new ephemral messages in the chat room.
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.ProxyConfig
Sets the registration expiration time in seconds.
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.
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.
setFloat(String, String, float) - Method in interface org.linphone.core.Config
Sets a float config item.
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).
setGivenName(String) - Method in interface org.linphone.core.Vcard
Sets the given name in the N attribute of the vCard.
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.
setId(String) - Method in interface org.linphone.core.Conference
Set the conference id as string.
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.ProxyConfig
Sets the user identity as a SIP address.
setIdkey(String) - Method in interface org.linphone.core.ProxyConfig
Set the idkey property on the given proxy configuration.
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.
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.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.
setIntHex(String, String, int) - Method in interface org.linphone.core.Config
Sets an integer config item, but store it as hexadecimal.
setKey(String, int) - Method in interface org.linphone.core.Content
Set the key associated with a RCS file transfer message if encrypted.
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.
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.
setLinphoneSpecs(String) - Method in interface org.linphone.core.Core
Deprecated.
07/02/2019 Use linphone_core_set_linphone_specs_list or
linphone_core_add_linphone_spec instead.
setLinphoneSpecsList(String[]) - Method in interface org.linphone.core.Core
Set the linphone specs list value telling what functionalities the linphone
client supports.
setListener(AccountCreatorListener) - Method in interface org.linphone.core.AccountCreator
 
setListener(ChatMessageListener) - Method in interface org.linphone.core.ChatMessage
 
setListener(EventListener) - Method in interface org.linphone.core.Event
 
setListener(FriendListListener) - Method in interface org.linphone.core.FriendList
 
setListener(PlayerListener) - Method in interface org.linphone.core.Player
 
setListener(XmlRpcRequestListener) - Method in interface org.linphone.core.XmlRpcRequest
 
setListener(AndroidVideoWindowImpl.VideoWindowListener) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
Specify pass a listener to the constructor instead.
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.
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.
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.
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.
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.
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.
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.
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).
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.Core
Set the policy to use to pass through NATs/firewalls.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.ProxyConfig
Set the policy to use to pass through NATs/firewalls when using this proxy
config.
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.
setOpenGLESDisplay(long) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
setOrganization(String) - Method in interface org.linphone.core.Vcard
Fills the Organization field of the vCard.
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.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.
setParams(CallParams) - Method in interface org.linphone.core.Call
Set call parameters - advanced and not recommended feature - use with caution.
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).
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.
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.
setPhoneNumber(String, String) - Method in interface org.linphone.core.AccountCreator
Set the phone number normalized.
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)).
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.
setPrimaryContact(String) - Method in interface org.linphone.core.Core
Sets the local "from" identity.
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
Set default privacy policy for all calls routed through this proxy.
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.
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.
setPublishExpires(int) - Method in interface org.linphone.core.ProxyConfig
Set the publish expiration time in second.
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.ProxyConfig
Indicates whether to add to the contact parameters the push notification
information.
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.
setQualityReportingCollector(String) - Method in interface org.linphone.core.ProxyConfig
Set the route of the collector end-point when using quality reporting.
setQualityReportingInterval(int) - Method in interface org.linphone.core.ProxyConfig
Set the interval between 2 interval reports sending when using quality
reporting.
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.AuthInfo
Sets the realm.
setRealm(String) - Method in interface org.linphone.core.ProxyConfig
Set the realm of the given proxy config.
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.
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.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
Associate a persistent reference key to the proxy config.
setRemoteRingbackTone(String) - Method in interface org.linphone.core.Core
Specify a ring back tone to be played to far end during incoming calls.
setRemoteUdpMirrorPort(int) - Method in interface org.linphone.core.TunnelConfig
Set the remote port on the tunnel server side used to test UDP reachability.
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
Sets a list of SIP route.
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)

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.
setServerAddr(String) - Method in interface org.linphone.core.ProxyConfig
Sets the proxy address.
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).
setSipDscp(int) - Method in interface org.linphone.core.Core
Set the DSCP field for SIP signaling channel.
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.
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.
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.
setSubscriptionBodyless(boolean) - Method in interface org.linphone.core.FriendList
Set wheter the subscription of the friend list is bodyless or not.
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.
setTcpPort(int) - Method in interface org.linphone.core.Transports
Sets the TCP port in the Transports object.
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.
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.
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.
setToBeStored(boolean) - Method in interface org.linphone.core.ChatMessage
Set if a chat message is to be stored.
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.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.
setType(String) - Method in interface org.linphone.core.Content
Set the mime type of the content data.
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.
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.
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.
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.AccountCreator
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.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.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.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.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
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.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.
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.
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.
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.
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.
setWarnings(String) - Method in interface org.linphone.core.ErrorInfo
Assign warnings to a ErrorInfo object.
setWidth(int) - Method in interface org.linphone.core.VideoDefinition
Set the width of the video definition.
setWindowId(Object) - Method in interface org.linphone.core.Player
Sets a window id to be used to display video if any.
setZrtpSecretsFile(String) - Method in interface org.linphone.core.Core
Set the path to the file storing the zrtp secrets cache.
sipEnabled() - Method in interface org.linphone.core.Tunnel
Check whether tunnel is set to transport SIP packets.
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).
startBluetooth() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
startConferenceRecording(String) - Method in interface org.linphone.core.Core
Start recording the running conference.
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(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
 
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
Stop recording the running conference.
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(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).
stunEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether STUN is enabled.
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.
subscribesEnabled() - Method in interface org.linphone.core.Friend
get subscription flag value

SubscriptionDir - Enum in org.linphone.core
Enum for subscription direction (incoming or outgoing).
subscriptionsEnabled() - Method in interface org.linphone.core.FriendList
Gets whether subscription to NOTIFYes of all friends list are enabled or not.
SubscriptionState - Enum in org.linphone.core
Enum for subscription states.
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.
tcpTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether TCP TURN transport 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.
tlsTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether TLS TURN transport is enabled.
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.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.ChatRoomSecurityLevel
 
toInt() - Method in enum org.linphone.core.Conference.State
 
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.GlobalState
 
toInt() - Method in enum org.linphone.core.IceState
 
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.MediaDirection
 
toInt() - Method in enum org.linphone.core.MediaEncryption
 
toInt() - Method in enum org.linphone.core.MediaResourceMode
 
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.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.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.AccountCreator
 
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.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.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.Headers
 
toString() - Method in interface org.linphone.core.ImNotifPolicy
 
toString() - Method in interface org.linphone.core.InfoMessage
 
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
 
toString() - Method in interface org.linphone.core.PushNotificationMessage
 
toString() - Method in interface org.linphone.core.Range
 
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.
turnEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether TURN is enabled.

U

udpTurnTransportEnabled() - Method in interface org.linphone.core.NatPolicy
Tells whether UDP TURN transport is enabled.
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.
upnpEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether uPnP is enabled.
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.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.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.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.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.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.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.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.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.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.
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.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.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.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.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.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.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.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.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.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.
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.
videoAdaptiveJittcompEnabled() - Method in interface org.linphone.core.Core
Tells whether the video adaptive jitter compensation is enabled.
videoCaptureEnabled() - Method in interface org.linphone.core.Core
Tells whether video capture is enabled.
VideoDefinition - Interface in org.linphone.core
This object represents a video definition, eg.
videoDisplayEnabled() - Method in interface org.linphone.core.Core
Tells whether video display is enabled.
videoEnabled() - Method in interface org.linphone.core.CallLog
Tell whether video was enabled at the end of the call or not.
videoEnabled() - Method in interface org.linphone.core.CallParams
Tell whether video is enabled or not.
videoEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether video will be enable at conference starting.
videoEnabled() - Method in interface org.linphone.core.Core
Returns true if either capture or display is enabled, false otherwise.
videoMulticastEnabled() - Method in interface org.linphone.core.CallParams
Use to get multicast state of video stream.
videoMulticastEnabled() - Method in interface org.linphone.core.Core
Use to get multicast state of video stream.
videoPreviewEnabled() - Method in interface org.linphone.core.Core
Tells whether video preview is enabled.
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
 
wifiOnlyEnabled() - Method in interface org.linphone.core.Core
Tells whether Wifi only mode is enabled or not.
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 K L M N O P Q R S T U V W X Z 
Skip navigation links