Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AACFilter - Class in org.linphone.mediastream
 
AACFilter() - Constructor for class org.linphone.mediastream.AACFilter
 
ABORT_MESSAGE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
abortAuthentication(AuthInfo) - Method in interface org.linphone.core.Core
This method is used to abort a user authentication request initiated by Core
from the authentication_requested callback of CoreListener.
Aborted - Enum constant in enum class org.linphone.core.Call.Status
The call was aborted (caller hanged up)

accept() - Method in interface org.linphone.core.Call
Accepts an incoming call.
acceptEarlyMedia() - Method in interface org.linphone.core.Call
Accepts an early media session for an incoming call.
acceptEarlyMediaWithParams(CallParams) - Method in interface org.linphone.core.Call
When receiving an incoming, accepts to start a media session as early-media.
AcceptedElsewhere - Enum constant in enum class org.linphone.core.Call.Status
The call was answered on another device.
acceptPublish() - Method in interface org.linphone.core.Event
Accept an incoming publish.
acceptSubscription() - Method in interface org.linphone.core.Event
Accept an incoming subcription.
acceptTransfer() - Method in interface org.linphone.core.Call
Accepts and execute a transfer (ie an incoming REFER request), to use when
[sip] 'auto_accept_refer' property is false.
acceptUpdate(CallParams) - Method in interface org.linphone.core.Call
Accepts call modifications initiated by other end through an incoming reINVITE
or UPDATE request.
acceptWithParams(CallParams) - Method in interface org.linphone.core.Call
Accepts an incoming call, with parameters.
Account - Interface in org.linphone.core
Object that represents a Linphone Account.
AccountActivated - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account activated.
AccountAlreadyActivated - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account already activated.
AccountCreated - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account status.
AccountCreationRequestToken - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Asks the account manager to create a request token to be validated in a web
browser (captcha) and that can later be used to create an account creation
token.
AccountCreationTokenFromAccountCreationRequestToken - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Asks the account manager to consume the account creation request token to
create an account creation token.
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 Class in org.linphone.core
 
AccountCreator.AlgoStatus - Enum Class in org.linphone.core
 
AccountCreator.Backend - Enum Class in org.linphone.core
 
AccountCreator.DomainStatus - Enum Class in org.linphone.core
 
AccountCreator.EmailStatus - Enum Class in org.linphone.core
 
AccountCreator.LanguageStatus - Enum Class in org.linphone.core
 
AccountCreator.PasswordStatus - Enum Class in org.linphone.core
 
AccountCreator.PhoneNumberStatus - Enum Class in org.linphone.core
 
AccountCreator.Status - Enum Class in org.linphone.core
 
AccountCreator.TransportStatus - Enum Class in org.linphone.core
 
AccountCreator.UsernameStatus - Enum Class in org.linphone.core
 
AccountCreatorListener - Interface in org.linphone.core
An object to handle the responses callbacks for handling the AccountCreator
operations.
AccountCreatorListenerStub - Class in org.linphone.core
 
AccountCreatorListenerStub() - Constructor for class org.linphone.core.AccountCreatorListenerStub
 
AccountDevice - Interface in org.linphone.core
Object that represents a device that at least once was connected to a given
account.
AccountExist - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account exist.
AccountExistWithAlias - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account exist with alias.
AccountLinked - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account linked.
AccountListener - Interface in org.linphone.core
An object to handle the callbacks for the handling of Account objects.
AccountListenerStub - Class in org.linphone.core
 
AccountListenerStub() - Constructor for class org.linphone.core.AccountListenerStub
 
AccountManagerServices - Interface in org.linphone.core
Creates and manage SIP user accounts remotely, using the REST API of the
Flexisip Account Manager.
AccountManagerServicesRequest - Interface in org.linphone.core
Request object created by AccountManagerServices.
AccountManagerServicesRequest.Type - Enum Class in org.linphone.core
 
AccountManagerServicesRequestListener - Interface in org.linphone.core
An object to handle the callbacks for AccountManagerServicesRequest
object.
AccountManagerServicesRequestListenerStub - Class in org.linphone.core
 
AccountManagerServicesRequestListenerStub() - Constructor for class org.linphone.core.AccountManagerServicesRequestListenerStub
 
AccountNotActivated - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account not activated.
AccountNotCreated - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account not created.
AccountNotExist - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account not exist.
AccountNotLinked - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account not linked.
AccountParams - Interface in org.linphone.core
Object that is used to set the different parameters of a Account.
activateAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
activateAlias() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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
 
Active - Enum constant in enum class org.linphone.core.SubscriptionState
Subscription is accepted.
ActiveSpeaker - Enum constant in enum class org.linphone.core.Conference.Layout
Active speaker - participant who speaks is prominently displayed in the center
of the screen and other participants are minimized.
add(String, String) - Method in interface org.linphone.core.Headers
Add given header name and corresponding value.
addAccount(Account) - Method in interface org.linphone.core.Core
Adds an account.
addActivitiesNote(PresenceNote) - Method in interface org.linphone.core.PresencePerson
Adds an activities note to a presence person.
addActivity(PresenceActivity) - Method in interface org.linphone.core.PresenceModel
Adds an activity to a presence model.
addActivity(PresenceActivity) - Method in interface org.linphone.core.PresencePerson
Adds an activity to a presence person.
addAddress(Address) - Method in interface org.linphone.core.Friend
Adds an address in this friend.
addAllAllocationBacktrace(Iterable<? extends LinphoneTombstoneProtos.BacktraceFrame>) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
addAllBacktraceNote(Iterable<String>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
addAllCauses(Iterable<? extends LinphoneTombstoneProtos.Cause>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
addAllCommandLine(Iterable<String>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
addAllCrashDetails(Iterable<? extends LinphoneTombstoneProtos.CrashDetail>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
addAllCurrentBacktrace(Iterable<? extends LinphoneTombstoneProtos.BacktraceFrame>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
addAllDeallocationBacktrace(Iterable<? extends LinphoneTombstoneProtos.BacktraceFrame>) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
addAllLogBuffers(Iterable<? extends LinphoneTombstoneProtos.LogBuffer>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
addAllLogs(Iterable<? extends LinphoneTombstoneProtos.LogMessage>) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
addAllMemoryDump(Iterable<? extends LinphoneTombstoneProtos.MemoryDump>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
addAllMemoryMappings(Iterable<? extends LinphoneTombstoneProtos.MemoryMapping>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
addAllocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
addAllocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
addAllocationBacktrace(LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
addAllocationBacktrace(LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
addAllOpenFds(Iterable<? extends LinphoneTombstoneProtos.FD>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
addAllRegisters(Iterable<? extends LinphoneTombstoneProtos.Register>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
addAllToConference() - Method in interface org.linphone.core.Core
addAllUnreadableElfFiles(Iterable<String>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
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.
addBacktraceNote(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
addBacktraceNoteBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
addCauses(int, LinphoneTombstoneProtos.Cause) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
addCauses(int, LinphoneTombstoneProtos.Cause.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
addCauses(LinphoneTombstoneProtos.Cause) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
addCauses(LinphoneTombstoneProtos.Cause.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
addCipher(String, Buffer) - Method in interface org.linphone.core.EktInfo
Add a cipher to the chipher map.
addCommandLine(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
addCommandLineBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
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.
addCrashDetails(int, LinphoneTombstoneProtos.CrashDetail) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
addCrashDetails(int, LinphoneTombstoneProtos.CrashDetail.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
addCrashDetails(LinphoneTombstoneProtos.CrashDetail) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
addCrashDetails(LinphoneTombstoneProtos.CrashDetail.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
addCurrentBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
addCurrentBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
addCurrentBacktrace(LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
addCurrentBacktrace(LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
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
Adds custom headers to the message.
addCustomHeader(String, String) - Method in interface org.linphone.core.Content
Adds a custom header in a content.
addCustomHeader(String, String) - Method in interface org.linphone.core.Event
Add a custom header to an outgoing susbscription or publish.
addCustomParam(String, String) - Method in interface org.linphone.core.Account
Set one custom parameter to this Account.
addCustomParam(String, String) - Method in interface org.linphone.core.AccountParams
Set one custom parameter to this AccountParams.
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.
addDeallocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
addDeallocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
addDeallocationBacktrace(LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
addDeallocationBacktrace(LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
addExtendedProperty(String, String) - Method in interface org.linphone.core.Vcard
Adds an extended property to the vCard.
addFileContent(Content) - Method in interface org.linphone.core.ChatMessage
Adds a file content to the ChatMessage.
addFriend(Friend) - Method in interface org.linphone.core.FriendList
Add a friend to a friend list.
addFriendList(FriendList) - Method in interface org.linphone.core.Core
Add a friend list.
addHeader(String, String) - Method in interface org.linphone.core.InfoMessage
Add a header to an info message to be sent.
Adding - Enum constant in enum class org.linphone.core.UpnpState
Internal use: Only used by port binding.
addIntArg(int) - Method in interface org.linphone.core.XmlRpcRequest
Add an integer argument to an XML-RPC request.
addLdap(Ldap) - Method in interface org.linphone.core.Core
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(AccountListener) - Method in interface org.linphone.core.Account
 
addListener(AccountManagerServicesRequestListener) - Method in interface org.linphone.core.AccountManagerServicesRequest
 
addListener(AlertListener) - Method in interface org.linphone.core.Alert
 
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(ConferenceSchedulerListener) - Method in interface org.linphone.core.ConferenceScheduler
 
addListener(CoreListener) - Method in interface org.linphone.core.Core
 
addListener(EventListener) - Method in interface org.linphone.core.Event
 
addListener(FriendListener) - Method in interface org.linphone.core.Friend
 
addListener(FriendListListener) - Method in interface org.linphone.core.FriendList
 
addListener(LoggingServiceListener) - Method in interface org.linphone.core.LoggingService
 
addListener(MagicSearchListener) - Method in interface org.linphone.core.MagicSearch
 
addListener(ParticipantDeviceListener) - Method in interface org.linphone.core.ParticipantDevice
 
addListener(PlayerListener) - Method in interface org.linphone.core.Player
 
addListener(XmlRpcRequestListener) - Method in interface org.linphone.core.XmlRpcRequest
 
addLocalFriend(Friend) - Method in interface org.linphone.core.FriendList
Add a friend to a friend list.
addLogBuffers(int, LinphoneTombstoneProtos.LogBuffer) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
addLogBuffers(int, LinphoneTombstoneProtos.LogBuffer.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
addLogBuffers(LinphoneTombstoneProtos.LogBuffer) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
addLogBuffers(LinphoneTombstoneProtos.LogBuffer.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
addLogs(int, LinphoneTombstoneProtos.LogMessage) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
addLogs(int, LinphoneTombstoneProtos.LogMessage.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
addLogs(LinphoneTombstoneProtos.LogMessage) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
addLogs(LinphoneTombstoneProtos.LogMessage.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
addMemoryDump(int, LinphoneTombstoneProtos.MemoryDump) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
addMemoryDump(int, LinphoneTombstoneProtos.MemoryDump.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
addMemoryDump(LinphoneTombstoneProtos.MemoryDump) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
addMemoryDump(LinphoneTombstoneProtos.MemoryDump.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
addMemoryMappings(int, LinphoneTombstoneProtos.MemoryMapping) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
addMemoryMappings(int, LinphoneTombstoneProtos.MemoryMapping.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
addMemoryMappings(LinphoneTombstoneProtos.MemoryMapping) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
addMemoryMappings(LinphoneTombstoneProtos.MemoryMapping.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
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.
addOpenFds(int, LinphoneTombstoneProtos.FD) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
addOpenFds(int, LinphoneTombstoneProtos.FD.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
addOpenFds(LinphoneTombstoneProtos.FD) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
addOpenFds(LinphoneTombstoneProtos.FD.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
addParameter(String, String) - Method in interface org.linphone.core.ParticipantInfo
Set the a custom parameter to object ParticipantInfo.
addParticipant(Address) - Method in interface org.linphone.core.ChatRoom
Adds a participant to a chat room.
addParticipant(Address) - Method in interface org.linphone.core.Conference
Join a participant to the conference.
addParticipant(Address) - Method in interface org.linphone.core.ConferenceInfo
Add a participant to the conference.
addParticipant(Call) - Method in interface org.linphone.core.Conference
Join an existing call to the conference.
addParticipant(ParticipantInfo) - Method in interface org.linphone.core.ConferenceInfo
Add a participant to the conference.
addParticipantInfos(ParticipantInfo[]) - Method in interface org.linphone.core.ConferenceInfo
Add a list of participants.
addParticipants(Address[]) - Method in interface org.linphone.core.ChatRoom
Adds several participants to a chat room at once.
addParticipants(Address[]) - Method in interface org.linphone.core.Conference
Add participants to the conference, by supplying a list of Address.
addParticipants(Call[]) - Method in interface org.linphone.core.Conference
Add participants to the conference, by supplying a list of Call.
addPerson(PresencePerson) - Method in interface org.linphone.core.PresenceModel
Adds a person to a presence model.
addPhoneNumber(String) - Method in interface org.linphone.core.Friend
Adds a phone number in this friend.
addPhoneNumber(String) - Method in interface org.linphone.core.Vcard
Adds a phone number in the vCard, using the TEL property.
addPhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Friend
Adds a FriendPhoneNumber to this friend.
addPhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Vcard
Adds a FriendPhoneNumber in the vCard, using the TEL property.
addProvisioningHeader(String, String) - Method in interface org.linphone.core.Core
Add an extra header for retrieving the remote provisioning (check Core.setProvisioningUri(java.lang.String)
).
addProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
Deprecated.
addRegisters(int, LinphoneTombstoneProtos.Register) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
addRegisters(int, LinphoneTombstoneProtos.Register.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
addRegisters(LinphoneTombstoneProtos.Register) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
addRegisters(LinphoneTombstoneProtos.Register.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
addRemoteContactDirectory(RemoteContactDirectory) - Method in interface org.linphone.core.Core
Adds a RemoteContactDirectory object previously created to the Core, to
be used later by MagicSearch to query contacts using either LDAP or
CardDAV.
Address - Interface in org.linphone.core
Object that represents a parsed SIP address.
ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
Address.Family - Enum Class in org.linphone.core
 
AddressIncomplete - Enum constant in enum class org.linphone.core.Reason
Address incomplete.
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
Deprecated.
addUnreadableElfFiles(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
addUnreadableElfFilesBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
addUtf8TextContent(String) - Method in interface org.linphone.core.ChatMessage
Creates a Content of type text/plain with the provided string, and
attach it to the message.
AdminManaged - Enum constant in enum class org.linphone.core.ChatRoom.EphemeralMode
Ephemeral settings are chatroom wide and only admins can change them.
AEADAES128GCM - Enum constant in enum class org.linphone.core.SrtpSuite

AEADAES256GCM - Enum constant in enum class org.linphone.core.SrtpSuite

AES192CMHMACSHA132 - Enum constant in enum class org.linphone.core.SrtpSuite

AES192CMHMACSHA180 - Enum constant in enum class org.linphone.core.SrtpSuite

AES256CMHMACSHA132 - Enum constant in enum class org.linphone.core.SrtpSuite

AES256CMHMACSHA180 - Enum constant in enum class org.linphone.core.SrtpSuite

AESCM128HMACSHA132 - Enum constant in enum class org.linphone.core.SrtpSuite

AESCM128HMACSHA180 - Enum constant in enum class org.linphone.core.SrtpSuite

Alert - Interface in org.linphone.core
Object that represents an alert.
Alert.Type - Enum Class in org.linphone.core
 
Alerting - Enum constant in enum class org.linphone.core.ParticipantDevice.State
180 Ringing

AlertListener - Interface in org.linphone.core
Object that represents a callback attached to an alert.
AlertListenerStub - Class in org.linphone.core
 
AlertListenerStub() - Constructor for class org.linphone.core.AlertListenerStub
 
AlgoNotSupported - Enum constant in enum class org.linphone.core.AccountCreator.Status
Error algo isn't MD5 or SHA-256.
AliasExist - Enum constant in enum class org.linphone.core.AccountCreator.Status
Alias exist.
AliasIsAccount - Enum constant in enum class org.linphone.core.AccountCreator.Status
Account was created with Alias.
AliasNotExist - Enum constant in enum class org.linphone.core.AccountCreator.Status
Alias not exist.
All - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in all sources.
ALLOCATION_BACKTRACE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
ALLOCATION_TID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
AllocationPending - Enum constant in enum class org.linphone.core.ConferenceScheduler.State
Conference creation is in progress.
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, int, List<Camera.Size>) - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
AndroidCamera(int, boolean, List<AndroidCameraConfiguration.AndroidCamera.Size>, int) - 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) - Constructor for class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
Use the new constructor instead
AndroidVideoWindowImpl(SurfaceView, SurfaceView, AndroidVideoWindowImpl.VideoWindowListener) - Constructor for class org.linphone.mediastream.video.AndroidVideoWindowImpl
Constructor
AndroidVideoWindowImpl.VideoWindowListener - Interface in org.linphone.mediastream.video
Utility listener interface providing callback for Android events useful to Mediastreamer.
Anonymous - Enum constant in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
Connection without passwords.
API03_CUPCAKE_15 - Static variable in class org.linphone.mediastream.Version
 
API04_DONUT_16 - Static variable in class org.linphone.mediastream.Version
 
API05_ECLAIR_20 - Static variable in class org.linphone.mediastream.Version
 
API06_ECLAIR_201 - Static variable in class org.linphone.mediastream.Version
 
API07_ECLAIR_21 - Static variable in class org.linphone.mediastream.Version
 
API08_FROYO_22 - Static variable in class org.linphone.mediastream.Version
 
API09_GINGERBREAD_23 - Static variable in class org.linphone.mediastream.Version
 
API10_GINGERBREAD_MR1_233 - Static variable in class org.linphone.mediastream.Version
 
API11_HONEYCOMB_30 - Static variable in class org.linphone.mediastream.Version
 
API12_HONEYCOMB_MR1_31X - Static variable in class org.linphone.mediastream.Version
 
API13_HONEYCOMB_MR2_32 - Static variable in class org.linphone.mediastream.Version
 
API14_ICE_CREAM_SANDWICH_40 - Static variable in class org.linphone.mediastream.Version
 
API15_ICE_CREAM_SANDWICH_403 - Static variable in class org.linphone.mediastream.Version
 
API16_JELLY_BEAN_41 - Static variable in class org.linphone.mediastream.Version
 
API17_JELLY_BEAN_42 - Static variable in class org.linphone.mediastream.Version
 
API18_JELLY_BEAN_43 - Static variable in class org.linphone.mediastream.Version
 
API19_KITKAT_44 - Static variable in class org.linphone.mediastream.Version
 
API21_LOLLIPOP_50 - Static variable in class org.linphone.mediastream.Version
 
API22_LOLLIPOP_51 - Static variable in class org.linphone.mediastream.Version
 
API23_MARSHMALLOW_60 - Static variable in class org.linphone.mediastream.Version
 
API24_NOUGAT_70 - Static variable in class org.linphone.mediastream.Version
 
API25_NOUGAT_71 - Static variable in class org.linphone.mediastream.Version
 
API26_O_80 - Static variable in class org.linphone.mediastream.Version
 
API27_OREO_81 - Static variable in class org.linphone.mediastream.Version
 
API28_PIE_90 - Static variable in class org.linphone.mediastream.Version
 
API29_ANDROID_10 - Static variable in class org.linphone.mediastream.Version
 
API30_ANDROID_11 - Static variable in class org.linphone.mediastream.Version
 
API31_ANDROID_12 - Static variable in class org.linphone.mediastream.Version
 
API32_ANDROID_12L - Static variable in class org.linphone.mediastream.Version
 
API33_ANDROID_13_TIRAMISU - Static variable in class org.linphone.mediastream.Version
 
API34_ANDROID_14_UPSIDE_DOWN_CAKE - Static variable in class org.linphone.mediastream.Version
 
API35_ANDROID_15_VANILLA_ICE_CREAM - Static variable in class org.linphone.mediastream.Version
 
ApplicationCache - Enum constant in enum class org.linphone.core.FriendList.Type
Friend list used by app for cache purposes, friends added in this list will be
ignored by MagicSearch

applyCameraParameters(Camera, int, int, int) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
Appointment - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person has a calendar appointment, without specifying exactly of what type.
ARCH_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
Area - Enum constant in enum class org.linphone.core.VideoSourceScreenSharingType
The screen sharing is done from an area.
ARM_MTE_METADATA - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
 
ARM_MTE_METADATA_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
ARM32 - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
ARM32 = 0;
ARM32_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
ARM32 = 0;
ARM64 - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
ARM64 = 1;
ARM64_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
ARM64 = 1;
askedToAutoanswer() - Method in interface org.linphone.core.Call
Tells 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.
asStringUriOnlyOrdered() - 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.
asVcard4StringWithBase64Picture() - Method in interface org.linphone.core.Vcard
Returns the vCard4 representation of the LinphoneVcard, but if a local file is
detected in a PHOTO field, it will be converted to base64.
Audio - Enum constant in enum class org.linphone.core.StreamType

AudioDevice - Interface in org.linphone.core
Object holding audio device information.
AudioDevice.Capabilities - Enum Class in org.linphone.core
 
AudioDevice.Type - Enum Class in org.linphone.core
 
audioRouteChanged() - Method in interface org.linphone.core.Core
Deprecated.
07/01/2020 now handled in the linphone SDK directly
AuthInfo - Interface in org.linphone.core
Object holding authentication information.
AuthMethod - Enum Class in org.linphone.core
Enum describing the authentication methods.
Auto - Enum constant in enum class org.linphone.core.CodecPriorityPolicy
In this mode, the codec list is managed by the Core according to
hardware capabilities in the goal of optimizing video quality and user
experience.
Auto - Enum constant in enum class org.linphone.core.Tunnel.Mode
The tunnel is enabled automatically if it is required.
AuxLine - Enum constant in enum class org.linphone.core.AudioDevice.Type
AuxLine.
AVPFMode - Enum Class in org.linphone.core
Enum describing RTP AVPF activation modes.
Away - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is physically away from all interactive communication devices.

B

BACKTRACE_NOTE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
BadEvent - Enum constant in enum class org.linphone.core.Reason
Bad event.
BadGateway - Enum constant in enum class org.linphone.core.Reason
Bad gateway.
BaseObjectEmpty - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
Base Object has been specified.
Basic - Enum constant in enum class org.linphone.core.AuthMethod
Basic authentication.
Basic - Enum constant in enum class org.linphone.core.ChatRoom.Backend
Basic (client-to-client) chat room.
Basic - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
No server.
Basic - Enum constant in enum class org.linphone.core.CodecPriorityPolicy
In this mode, codecs have initial default ordering, that can be changed by the
application The answerer of a call accepts codecs with the order given in the
offer.
BaudotMode - Enum Class in org.linphone.core
BaudotMode enum represents the Baudot mode to use for the call.
BaudotStandard - Enum Class in org.linphone.core
BaudotStandard enum represents the Baudot standard to use to send
Baudot tones in the call.
Bearer - Enum constant in enum class org.linphone.core.AuthMethod
Bearer authentication.
BearerToken - Interface in org.linphone.core
Object that represents a bearer token (eg OAUTH).
BEGIN_ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
BEGIN_ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
BLACK_BARS - Enum constant in enum class org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
 
Blacklisted - Enum constant in enum class org.linphone.core.UpnpState
IGD router is blacklisted.
Bluetooth - Enum constant in enum class org.linphone.core.AudioDevice.Type
Bluetooth.
BluetoothA2DP - Enum constant in enum class org.linphone.core.AudioDevice.Type
Bluetooth A2DP.
Booted - Enum constant in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
an admin removes the device from a conference

Breakfast - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is eating the first meal of the day, usually eaten in the morning.
Buffer - Interface in org.linphone.core
The object representing a data buffer.
BUFFER_OVERFLOW - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
BUFFER_OVERFLOW = 4;
BUFFER_OVERFLOW_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
BUFFER_OVERFLOW = 4;
BUFFER_UNDERFLOW - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
BUFFER_UNDERFLOW = 5;
BUFFER_UNDERFLOW_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
BUFFER_UNDERFLOW = 5;
BUILD_FINGERPRINT_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
BUILD_ID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
BUILD_ID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
Busy - Enum constant in enum class org.linphone.core.ConsolidatedPresence

Busy - Enum constant in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
device is busy

Busy - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is busy, without further details.
Busy - Enum constant in enum class org.linphone.core.Reason
Phone line was busy.
Busy - Enum constant in enum class org.linphone.core.ToneID
Busy tone.
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 - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
Retrieve calls.
Call - Enum constant in enum class org.linphone.core.VideoSourceType
The video source is another call.
Call - Interface in org.linphone.core
This object represents a call issued or received by the Core.
Call.Dir - Enum Class in org.linphone.core
 
Call.State - Enum Class in org.linphone.core
 
Call.Status - Enum Class in org.linphone.core
 
CallEnd - Enum constant in enum class org.linphone.core.ToneID
When the call end for any reason but lost.
CallListener - Interface in org.linphone.core
That class holds all the callbacks which are called by Call 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.
CallLogs - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in Call Logs.
CallLost - Enum constant in enum class org.linphone.core.ToneID
Tone played when call is abruptly disconnected (media lost)

CallNotAnswered - Enum constant in enum class org.linphone.core.ToneID
When the call is not answered.
CallOnHold - Enum constant in enum class org.linphone.core.ToneID
Call on hold tone.
CallParams - Interface in org.linphone.core
An object containing various parameters of a Call.
callRingingDisabled() - Method in interface org.linphone.core.Core
Check whether ringing of calls is disabled.
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.
CallWaiting - Enum constant in enum class org.linphone.core.ToneID
Call waiting tone.
Camera - Enum constant in enum class org.linphone.core.VideoSourceType
The video source is a camera.
cancelConference(ConferenceInfo) - Method in interface org.linphone.core.ConferenceScheduler
Cancel the conference linked to the ConferenceInfo provided as
argument.
cancelDtmfs() - Method in interface org.linphone.core.Call
Stops current DTMF sequence sending.
cancelFileTransfer() - Method in interface org.linphone.core.ChatMessage
Cancels an ongoing file transfer attached to this message (upload or download).
Cancelled - Enum constant in enum class org.linphone.core.ConferenceInfo.State
Canceling a conference.
canHandleParticipants() - Method in interface org.linphone.core.ChatRoom
Tells whether a chat room is able to handle participants.
CapabilityAll - Enum constant in enum class org.linphone.core.AudioDevice.Capabilities
Can play and record audio.
CapabilityPlay - Enum constant in enum class org.linphone.core.AudioDevice.Capabilities
Can play audio.
CapabilityRecord - Enum constant in enum class org.linphone.core.AudioDevice.Capabilities
Can record audio.
CaptureTextureView - Class in org.linphone.mediastream.video.capture
 
CaptureTextureView(Context) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView(Context, AttributeSet) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView(Context, AttributeSet, int) - Constructor for class org.linphone.mediastream.video.capture.CaptureTextureView
 
CaptureTextureView.DisplayMode - Enum Class in org.linphone.mediastream.video.capture
 
CardDav - Enum constant in enum class org.linphone.core.RemoteContactDirectory.Type
Remote contact directory will use #CardDavParams.
CardDAV - Enum constant in enum class org.linphone.core.FriendList.Type
Used when list is synchronized with a remote CardDAV server.
CardDavParams - Interface in org.linphone.core
The CardDavParams object represents a remote CardDAV server used by
MagicSearch as a plugin source.
CAUSES_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
CCMP - Enum constant in enum class org.linphone.core.ConferenceScheduler.Type
CCMP conference scheduler type.
cfgLinesMerged() - Method in interface org.linphone.core.CallParams
Indicates whether cfg lines with consecutive indexes are going to be merged or
not if capability negotiations (RFC5939) is enabled.
ChatMessage - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
Retrieve chat messages.
ChatMessage - Interface in org.linphone.core
A ChatMessage represents an instant message that can be send or
received through a ChatRoom.
ChatMessage.Direction - Enum Class in org.linphone.core
 
ChatMessage.State - Enum Class in org.linphone.core
 
ChatMessageListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a ChatMessage
objects.
ChatMessageListenerStub - Class in org.linphone.core
 
ChatMessageListenerStub() - Constructor for class org.linphone.core.ChatMessageListenerStub
 
ChatMessageReaction - Interface in org.linphone.core
A chat message reaction is an emoji sent by someone in the same chat room to
react to a specific ChatMessage.
ChatMessageSecurity - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
Retrieve chat messages and security events.
ChatParams - Interface in org.linphone.core
Object defining settings strictly associated with ChatRoom objects such
as ephemeral settings and backends.
ChatRoom - Interface in org.linphone.core
A chat room is the place where ChatMessage are exchanged.
ChatRoom.Backend - Enum Class in org.linphone.core
 
ChatRoom.Capabilities - Enum Class in org.linphone.core
 
ChatRoom.EncryptionBackend - Enum Class in org.linphone.core
 
ChatRoom.EphemeralMode - Enum Class in org.linphone.core
 
ChatRoom.HistoryFilter - Enum Class in org.linphone.core
 
ChatRoom.SecurityLevel - Enum Class in org.linphone.core
 
ChatRoom.State - Enum Class in org.linphone.core
 
chatRoomGetDefaultEphemeralMode() - Method in interface org.linphone.core.Core
Gets the default ephemeral message mode.
ChatRoomListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a ChatRoom 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.
ChatRooms - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in Chat rooms participants.
chatRoomSetDefaultEphemeralMode(ChatRoom.EphemeralMode) - Method in interface org.linphone.core.Core
Sets the default ephemeral message mode.
check() - Method in interface org.linphone.core.LdapParams
Check parameters and return what are wrong.
checkAuthenticationTokenSelected(String) - Method in interface org.linphone.core.Call
Verifies that the half ZRTP short authentication string (SAS) selected by the
user is correct, and set the verification result accordingly.
checkForUpdate(String) - Method in interface org.linphone.core.Core
Asynchronously checks if a new version of the application is available from a
well-known http server URI given by Core 's configuration.
checkMediaCodecAvailability(String) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
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.Dictionary
Clears the dictionary.
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).
clearAbortMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string abort_message = 14;
clearAccounts() - Method in interface org.linphone.core.Core
Erases all accounts from config.
clearActivities() - Method in interface org.linphone.core.PresenceModel
Clears the activities of a presence model.
clearActivities() - Method in interface org.linphone.core.PresencePerson
Clears the activities of a presence person.
clearActivitiesNotes() - Method in interface org.linphone.core.PresencePerson
Clears the activities notes of a presence person.
clearAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 address = 1;
clearAllAuthInfo() - Method in interface org.linphone.core.Core
Clears all authentication information.
clearAllocationBacktrace() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
clearAllocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 allocation_tid = 3;
clearArch() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Architecture arch = 1;
clearArmMteMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
clearAvailableAlgorithms() - Method in interface org.linphone.core.AuthInfo
Remove all algorithms from the available algorithms list.
clearBacktraceNote() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
clearBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
uint64 begin_address = 3;
clearBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 begin_address = 1;
clearBuildFingerprint() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string build_fingerprint = 2;
clearBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string build_id = 8;
clearBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string build_id = 8;
clearCallLogs() - Method in interface org.linphone.core.Account
Deletes all the call logs related to this account from the database.
clearCallLogs() - Method in interface org.linphone.core.Core
Erases the call log list.
clearCauses() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
clearCode() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 code = 3;
clearCodeName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string code_name = 4;
clearCommandLine() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
clearCommunicationDevice() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
clearCrashDetails() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
clearCurrentBacktrace() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
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.
clearData() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes data = 2;
clearDeallocationBacktrace() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
clearDeallocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 deallocation_tid = 5;
clearDetails() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
 
Cleared - Enum constant in enum class org.linphone.core.PublishState
Event has been un published.
Cleared - Enum constant in enum class org.linphone.core.RegistrationState
Unregistration succeeded.
clearEndAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 end_address = 2;
clearExecute() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool execute = 6;
clearFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
uint64 fault_address = 9;
clearFaultAdjacentMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
clearFd() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
int32 fd = 1;
clearFileMapOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 file_map_offset = 7;
clearFileName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string file_name = 6;
clearFunctionName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string function_name = 4;
clearFunctionOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 function_offset = 5;
clearHasFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_fault_address = 8;
clearHasSender() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_sender = 5;
clearHeap() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
clearHumanReadable() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
string human_readable = 1;
clearId() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int32 id = 1;
clearLdaps() - Method in interface org.linphone.core.Core
clearLoadBias() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 load_bias = 9;
clearLocation() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
 
clearLogBuffers() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
clearLogs() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
clearMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string mapping_name = 2;
clearMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string mapping_name = 7;
clearMemory() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
bytes memory = 4;
clearMemoryDump() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
clearMemoryError() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
clearMemoryMappings() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
clearMemoryTags() - Method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata.Builder
One memory tag per granule (e.g.
clearMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string message = 6;
clearMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
 
clearName() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes name = 1;
clearName() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
string name = 1;
clearName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
string name = 1;
clearName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string name = 2;
clearName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
string name = 2;
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.
clearNumber() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 number = 1;
clearOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 offset = 3;
clearOpenFds() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
clearOwner() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string owner = 3;
clearPacEnabledKeys() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 pac_enabled_keys = 8;
clearPath() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string path = 2;
clearPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 pc = 2;
clearPersons() - Method in interface org.linphone.core.PresenceModel
Clears the persons of a presence model.
clearPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 pid = 2;
clearPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 pid = 5;
clearPriority() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 priority = 4;
clearProcessUptime() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
Process uptime in seconds.
clearProvisioningHeaders() - Method in interface org.linphone.core.Core
clearProxyConfig() - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 Use Core.clearAccounts()
clearRead() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool read = 4;
clearRegisterName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string register_name = 1;
clearRegisters() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
clearRelPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 rel_pc = 1;
clearRevision() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string revision = 3;
clearSelinuxLabel() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string selinux_label = 8;
clearSenderPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_pid = 7;
clearSenderUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_uid = 6;
clearServices() - Method in interface org.linphone.core.PresenceModel
Clears the services of a presence model.
clearSignalInfo() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
clearSize() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 size = 2;
clearSp() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 sp = 3;
clearTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
uint64 tag = 4;
clearTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string tag = 5;
clearTaggedAddrCtrl() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 tagged_addr_ctrl = 6;
ClearText - Enum constant in enum class org.linphone.core.ChatRoom.SecurityLevel
No encryption.
clearThreads() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
 
clearTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 tid = 3;
clearTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 tid = 6;
clearTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string timestamp = 1;
clearTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string timestamp = 4;
clearTool() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Tool tool = 1;
clearType() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Type type = 2;
clearU64() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
uint64 u64 = 2;
clearUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 uid = 7;
clearUnreadableElfFiles() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
clearWrite() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool write = 5;
clone() - Method in interface org.linphone.core.Account
Instantiate a new account with values from source.
clone() - Method in interface org.linphone.core.AccountParams
Instantiate a new account params with values from source.
clone() - Method in interface org.linphone.core.Address
Clones a Address object.
clone() - Method in interface org.linphone.core.Alert
Clone the given alert.
clone() - Method in interface org.linphone.core.AuthInfo
Instantiates a new auth info with values from source.
clone() - Method in interface org.linphone.core.CardDavParams
Instantiates a new CardDavParams with values from source.
clone() - Method in interface org.linphone.core.ChatParams
Clone a ChatParams.
clone() - Method in interface org.linphone.core.ConferenceInfo
Clone an object ConferenceInfo.
clone() - Method in interface org.linphone.core.ConferenceParams
clone() - Method in interface org.linphone.core.Dictionary
Instantiates a new dictionary with values from source.
clone() - Method in interface org.linphone.core.FriendDevice
Clones a device.
clone() - Method in interface org.linphone.core.FriendPhoneNumber
Clones a phone number.
clone() - Method in interface org.linphone.core.LdapParams
Instantiate a new LdapParams with values from source.
clone() - Method in interface org.linphone.core.MessageWaitingIndication
Instantiate a new message waiting indication with values from source.
clone() - Method in interface org.linphone.core.NatPolicy
Clone an existing NatPolicy object.
clone() - Method in interface org.linphone.core.ParticipantInfo
Clone an object ParticipantInfo.
clone() - Method in interface org.linphone.core.PayloadType
Instantiates a new payload type with values from source.
clone() - Method in interface org.linphone.core.PushNotificationConfig
Instantiate a new push notification parameters with values from source.
clone() - Method in interface org.linphone.core.RecorderParams
Clone a RecorderParams object.
clone() - Method in interface org.linphone.core.SignalInformation
Clone the given signalInformation.
clone() - Method in interface org.linphone.core.Vcard
Clone a Vcard.
clone() - Method in interface org.linphone.core.VideoActivationPolicy
Instantiates a new VideoActivationPolicy object with same values as the
source.
clone() - Method in interface org.linphone.core.VideoDefinition
Clone a video definition.
clone() - Method in interface org.linphone.core.VideoSourceDescriptor
Instantiate a new video source descriptor with values from source.
close() - Method in interface org.linphone.core.Player
Close the opened file.
close() - Method in interface org.linphone.core.Recorder
Closes the opened file.
Closed - Enum constant in enum class org.linphone.core.Conference.ParticipantListType
Only participants in the initiating INVITE are allowed to join the conference.
Closed - Enum constant in enum class org.linphone.core.Player.State
No file is opened for playing.
Closed - Enum constant in enum class org.linphone.core.PresenceBasicStatus
This value means that the associated contact element, if any, is unable to
accept communication.
Closed - Enum constant in enum class org.linphone.core.Recorder.State
No file is opened for recording.
CODE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
CODE_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
CodecPriorityPolicy - Enum Class in org.linphone.core
Codec priority policies.
com.android.server.os - package com.android.server.os
 
COMMAND_LINE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
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
Compresses the log collection in a single file.
computeHa1ForAlgorithm(String, String, String, String) - Method in class org.linphone.core.Factory
Computes the hashed version of the password given the user ID and the realm,
using given algorithm.
ConditionalRequestFailed - Enum constant in enum class org.linphone.core.Reason
Conditional Request Failed.
Conference - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Use server (supports group chat)

Conference - Interface in org.linphone.core
A conference is the object that allow to make calls when there are 2 or more
participants.
Conference.JoiningMode - Enum Class in org.linphone.core
 
Conference.Layout - Enum Class in org.linphone.core
 
Conference.ParticipantListType - Enum Class in org.linphone.core
 
Conference.SecurityLevel - Enum Class in org.linphone.core
 
Conference.State - Enum Class in org.linphone.core
 
ConferenceAllowedParticipantListChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference allowed participant changed event.
ConferenceAvailableMediaChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference available media event.
ConferenceCallEnded - Enum constant in enum class org.linphone.core.EventLog.Type
Conference call (end) event.
ConferenceCallStarted - Enum constant in enum class org.linphone.core.EventLog.Type
Conference call (start) event.
ConferenceChatMessage - Enum constant in enum class org.linphone.core.EventLog.Type
Conference chat message event.
ConferenceChatMessageReaction - Enum constant in enum class org.linphone.core.EventLog.Type
Reaction event to a chat message.
ConferenceConnected - Enum constant in enum class org.linphone.core.EventLog.Type
Conference call (connected) event.
ConferenceCreated - Enum constant in enum class org.linphone.core.EventLog.Type
Conference (created) event.
ConferenceEphemeralMessageDisabled - Enum constant in enum class org.linphone.core.EventLog.Type
Conference ephemeral message (ephemeral message disabled) event.
ConferenceEphemeralMessageEnabled - Enum constant in enum class org.linphone.core.EventLog.Type
Conference ephemeral message (ephemeral message enabled) event.
ConferenceEphemeralMessageLifetimeChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference ephemeral message (ephemeral message lifetime changed) event.
ConferenceEphemeralMessageManagedByAdmin - Enum constant in enum class org.linphone.core.EventLog.Type
Conference ephemeral message (ephemeral message settings managed by admin)
event.
ConferenceEphemeralMessageManagedByParticipants - Enum constant in enum class org.linphone.core.EventLog.Type
Conference ephemeral message (ephemeral message settings managed by
participants) event.
ConferenceInfo - Interface in org.linphone.core
Object defining all information related to a past or future conference.
ConferenceInfo.State - Enum Class in org.linphone.core
 
ConferenceListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a Conference
objects.
ConferenceListenerStub - Class in org.linphone.core
 
ConferenceListenerStub() - Constructor for class org.linphone.core.ConferenceListenerStub
 
ConferenceParams - Interface in org.linphone.core
Object defining parameters for a Conference.
ConferenceParticipantAdded - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (added) event.
ConferenceParticipantDeviceAdded - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (added) event.
ConferenceParticipantDeviceJoiningRequest - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (joining request) event.
ConferenceParticipantDeviceMediaAvailabilityChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (media availability changed) event.
ConferenceParticipantDeviceMediaCapabilityChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (media capability changed) event.
ConferenceParticipantDeviceRemoved - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (removed) event.
ConferenceParticipantDeviceStatusChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant device (left) event.
ConferenceParticipantRemoved - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (removed) event.
ConferenceParticipantRoleListener - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (role listener) event.
ConferenceParticipantRoleSpeaker - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (role speaker) event.
ConferenceParticipantRoleUnknown - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (role unknown) event.
ConferenceParticipantSetAdmin - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (set admin) event.
ConferenceParticipantUnsetAdmin - Enum constant in enum class org.linphone.core.EventLog.Type
Conference participant (unset admin) event.
ConferenceScheduler - Interface in org.linphone.core
Creates and manages conferences on a conferenceing service, and send conference
invitations to notify participants.
ConferenceScheduler.State - Enum Class in org.linphone.core
 
ConferenceScheduler.Type - Enum Class in org.linphone.core
 
ConferenceSchedulerListener - Interface in org.linphone.core
Callbacks of ConferenceScheduler object.
ConferenceSchedulerListenerStub - Class in org.linphone.core
 
ConferenceSchedulerListenerStub() - Constructor for class org.linphone.core.ConferenceSchedulerListenerStub
 
ConferenceSecurityEvent - Enum constant in enum class org.linphone.core.EventLog.Type
Conference encryption security event.
ConferencesInfo - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in conferences info (organizer and participants)

ConferenceSubjectChanged - Enum constant in enum class org.linphone.core.EventLog.Type
Conference subject event.
ConferenceTerminated - Enum constant in enum class org.linphone.core.EventLog.Type
Conference (terminated) event.
Config - Interface in org.linphone.core
This object is used to manipulate a configuration file.
configSync() - Method in interface org.linphone.core.Core
Forces a flush of the config to disk.
configureAudioSession() - Method in interface org.linphone.core.Core
Special function to configure audio session with default settings.
Configuring - Enum constant in enum class org.linphone.core.GlobalState
Transient state between Startup and On if there is a remote provisionning URI
configured.
ConfiguringState - Enum Class in org.linphone.core
Describes the state of the remote configuring process of the Core
object, 'Skipped' when the feature is disabled.
confirmGoClear() - Method in interface org.linphone.core.Call
Method to be called after the user confirm that he/she is notifed of the on
going Go Clear procedure.
connected() - Method in interface org.linphone.core.Tunnel
Check whether the tunnel is connected.
Connected - Enum constant in enum class org.linphone.core.Call.State
Connected.
ConsolidatedPresence - Enum Class 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.
containsThreads(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
containsThreads(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
map<uint32, .Thread> threads = 16;
containsThreads(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
map<uint32, .Thread> threads = 16;
Content - Interface in org.linphone.core
This object holds data that can be embedded in a signaling message or IM
message.
copy() - Method in interface org.linphone.core.CallParams
Deprecated.
Core - Interface in org.linphone.core
Main object to instanciate and on which to keep a reference.
Core.LogCollectionUploadState - Enum Class 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(String, Throwable) - Constructor for exception org.linphone.core.CoreException
 
CoreException(Throwable) - Constructor for exception org.linphone.core.CoreException
 
CoreListener - Interface in org.linphone.core
That class holds all the callbacks which are called by Core.
CoreListenerStub - Class in org.linphone.core
 
CoreListenerStub() - Constructor for class org.linphone.core.CoreListenerStub
 
CRASH_DETAILS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
create(Core) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
createAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
createAccount(AccountParams) - Method in interface org.linphone.core.Core
Creates an account using given parameters, see Core.createAccountParams().
createAccountCreator(String) - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 : The AccountCreator interface is replaced by
the AccountManagerServices interface.
createAccountInCore() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
createAccountManagerServices() - Method in interface org.linphone.core.Core
createAccountParams() - Method in interface org.linphone.core.Core
Create an account params using default values from Linphone core.
CreateAccountUsingToken - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Uses an account creation token to create the account.
createAddress(String) - Method in interface org.linphone.core.Core
Deprecated.
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.
createAuthInfo(String, BearerToken, String) - Method in class org.linphone.core.Factory
Creates a AuthInfo object.
createBearerToken(String, long) - Method in class org.linphone.core.Factory
Create a new BearerToken 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
createCardDavParams() - Method in interface org.linphone.core.Core
Creates a new CardDAV server params object that may be used later by MagicSearch
to query contacts.
createCardDavRemoteContactDirectory(CardDavParams) - Method in interface org.linphone.core.Core
Creates a new CardDAV server params object that may be used later by MagicSearch
to query contacts.
createCcmpConferenceScheduler(Account) - Method in interface org.linphone.core.Core
Create a SIP conference scheduler that can be used to create client conferences
for now or later and then send conference info as an ICS through chat.
createChatRoom(String, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(Address) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, String, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, Address, String, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, Address, Address) - Method in interface org.linphone.core.Core
createChatRoom(ChatRoomParams, Address, Address[]) - Method in interface org.linphone.core.Core
createChatRoom(ConferenceParams, Address[]) - Method in interface org.linphone.core.Core
Create a chat room.
createClientGroupChatRoom(String, boolean) - Method in interface org.linphone.core.Core
createClientGroupChatRoom(String, boolean, boolean) - Method in interface org.linphone.core.Core
createConferenceInfo() - Method in class org.linphone.core.Factory
Creates an object ConferenceInfo.
createConferenceInfoFromIcalendarContent(Content) - Method in class org.linphone.core.Factory
Creates an object ConferenceInfo from an Icalendar Content.
createConferenceParams(Conference) - Method in interface org.linphone.core.Core
Creates some default conference parameters for instanciating a conference with
Core.createConferenceWithParams(org.linphone.core.ConferenceParams).
createConferenceScheduler() - Method in interface org.linphone.core.Core
createConferenceScheduler(Account) - Method in interface org.linphone.core.Core
Create a conference scheduler that can be used to create client conferences for
now or later and then send conference info as an ICS through chat.
createConferenceSchedulerWithType(Account, ConferenceScheduler.Type) - Method in interface org.linphone.core.Core
Create a conference scheduler that can be used to create client conferences for
now or later and then send conference info as an ICS through chat by specifying
its type.
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
Creates a content with default values from Linphone core.
createContent() - Method in class org.linphone.core.Factory
Creates an object Content.
createContent() - Method in interface org.linphone.core.Recorder
Create a Content object from the recording, for example to send it
within a ChatMessage.
createContentFromFile(String) - Method in class org.linphone.core.Factory
Creates a file object of Content from a file path.
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.
Created - Enum constant in enum class org.linphone.core.ChatRoom.State
Chat room was created on the server.
Created - Enum constant in enum class org.linphone.core.Conference.State
Conference was created on the service.
createDbConferenceScheduler(Account) - Method in interface org.linphone.core.Core
Create a database conference scheduler that can be used to create client
conferences for now or later and then send conference info as an ICS through
chat.
createDefaultChatRoomParams() - Method in interface org.linphone.core.Core
Creates and returns the default chat room parameters.
createDeleteDeviceRequest(Address, AccountDevice) - Method in interface org.linphone.core.AccountManagerServices
Requests to delete a device from the list of currently known devices.
createDigestAuthenticationPolicy() - Method in class org.linphone.core.Factory
createEktInfo() - Method in class org.linphone.core.Factory
Create an empty EktInfo object.
createEktInfoFromXml(String) - Method in interface org.linphone.core.Core
Gets a EktInfo from an XML body.
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
Creates an empty LinphoneFriend.
createFriendFromVcard(Vcard) - Method in interface org.linphone.core.Core
Creates a Friend from ai Vcard.
createFriendList() - Method in interface org.linphone.core.Core
Creates a new empty FriendList object.
createFriendPhoneNumber(String, String) - Method in class org.linphone.core.Factory
Creates a new FriendPhoneNumber object.
createFriendWithAddress(String) - Method in interface org.linphone.core.Core
Creates a Friend from the given address.
createGetAccountCreationRequestTokenRequest() - Method in interface org.linphone.core.AccountManagerServices
Requests a an account creation request token that once validated using the URL
returned by this method upon success, will allow you to call AccountManagerServices.createGetAccountCreationTokenFromRequestTokenRequest(java.lang.String)
to obtain a valid account creation token.
createGetAccountCreationTokenFromRequestTokenRequest(String) - Method in interface org.linphone.core.AccountManagerServices
Converts an account creation request token obtained by
linphone_account_manager_services_request_account_creation_request_token to an
account creation token.
createGetDevicesListRequest(Address) - Method in interface org.linphone.core.AccountManagerServices
Requests the list of devices currently known.
createInfoMessage() - Method in interface org.linphone.core.Core
Creates an empty info message.
createLdap() - Method in interface org.linphone.core.Core
createLdapParams() - Method in interface org.linphone.core.Core
Create a LDAP params using default values from Linphone core.
createLdapRemoteContactDirectory(LdapParams) - Method in interface org.linphone.core.Core
Creates a new CardDAV server params object that may be used later by MagicSearch
to query contacts.
createLdapWithParams(LdapParams) - Method in interface org.linphone.core.Core
createLinkEmailToAccountUsingCodeRequest(Address, String) - Method in interface org.linphone.core.AccountManagerServices
Validates the link between an email address and an account using a code
received by email after calling AccountManagerServices.createSendEmailLinkingCodeByEmailRequest(org.linphone.core.Address, java.lang.String)

createLinkPhoneNumberToAccountUsingCodeRequest(Address, String) - Method in interface org.linphone.core.AccountManagerServices
Validates the link between a phone number and an account using a code received
by SMS after calling AccountManagerServices.createSendPhoneNumberLinkingCodeBySmsRequest(org.linphone.core.Address, java.lang.String)

createLocalPlayer(String, String, Object) - Method in interface org.linphone.core.Core
Creates a media file player, that can be used to play audio and video to the
user, outside of any call or conference.
createMagicSearch() - Method in interface org.linphone.core.Core
Creates 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.
createNativePreviewWindowId() - Method in interface org.linphone.core.Core
Create a native window handle for the video preview window.
createNativePreviewWindowId(Object) - Method in interface org.linphone.core.Core
Create a Window ID for the video preview window.
createNativeVideoWindowId() - Method in interface org.linphone.core.Call
Create a native video window id where the video is to be displayed.
createNativeVideoWindowId() - Method in interface org.linphone.core.Core
Create a native window handle for the video window from the current call.
createNativeVideoWindowId() - Method in interface org.linphone.core.ParticipantDevice
Creates a window ID and return it.
createNativeVideoWindowId(Object) - Method in interface org.linphone.core.Call
Create a native video window id where the video is to be displayed.
createNativeVideoWindowId(Object) - Method in interface org.linphone.core.Core
Create a Window ID from the current call.
createNativeVideoWindowId(Object) - Method in interface org.linphone.core.ParticipantDevice
Creates a window ID and return it.
createNatPolicy() - Method in interface org.linphone.core.Core
Create a new NatPolicy object with every policies being disabled.
createNewAccountUsingTokenRequest(String, String, String, String) - Method in interface org.linphone.core.AccountManagerServices
Creates an account using an account creation token, for example obtained using
AccountManagerServices.createSendAccountCreationTokenByPushRequest(java.lang.String, java.lang.String, java.lang.String).
createNotify(String) - Method in interface org.linphone.core.Call
Create a Event in order to send NOTIFY requests through the SIP dialog
created by the call.
createNotify(Address, String) - Method in interface org.linphone.core.Core
Creates an out-of-dialog notification, specifying the destination resource, the
event name.
createOneShotPublish(Address, String) - Method in interface org.linphone.core.Core
Creates a publish context for a one-shot publish.
createParticipantDeviceIdentity(Address, String) - Method in class org.linphone.core.Factory
Create a ParticipantDeviceIdentity object.
createParticipantInfo(Address) - Method in class org.linphone.core.Factory
Creates an object ConferenceInfo from an Icalendar Content.
createPresenceActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.Core
Creates a PresenceActivity with the given type and description.
createPresenceModel() - Method in interface org.linphone.core.Core
Creates a default LinphonePresenceModel.
createPresenceModelWithActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.Core
Creates a PresenceModel with the given activity type and activity
description.
createPresenceModelWithActivityAndNote(PresenceActivity.Type, String, String, String) - Method in interface org.linphone.core.Core
Creates a PresenceModel with the given activity type, activity
description, note content and note language.
createPresenceNote(String, String) - Method in interface org.linphone.core.Core
Creates a PresenceNote with the given content and language.
createPresencePerson(String) - Method in interface org.linphone.core.Core
Creates a PresencePerson with the given id.
createPresenceService(String, PresenceBasicStatus, String) - Method in interface org.linphone.core.Core
Creates a PresenceService with the given id, basic status and contact.
createPrimaryContactParsed() - Method in interface org.linphone.core.Core
Deprecated.
createProxyConfig() - Method in interface org.linphone.core.AccountCreator
Deprecated.
05/05/2023 Use AccountCreator.createAccountInCore() instead.
createProxyConfig() - Method in interface org.linphone.core.Core
createPublish(Address, String, int) - Method in interface org.linphone.core.Core
Creates a publish context for an event state.
createPushAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
createQrcode(String, int, int, int) - Method in class org.linphone.core.Factory
Creates a Bitmap QRCode and return it into an object Content.
createRange() - Method in class org.linphone.core.Factory
Creates an object LinphoneRange.
createReaction(String) - Method in interface org.linphone.core.ChatMessage
Creates a emoji reaction for the given chat mesage.
createRecorder(RecorderParams) - Method in interface org.linphone.core.Core
Creates an independant media file recorder, that can be used to record user's
voice or video outside of any call or conference.
createRecorderParams() - Method in interface org.linphone.core.Core
Creates an object that holds recording parameters.
createReplyMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Creates a reply message attached to the given chat room with a particular
message.
createRequest(XmlRpcArgType, String) - Method in interface org.linphone.core.XmlRpcSession
Creates a XmlRpcRequest from a XmlRpcSession.
createSendAccountCreationTokenByPushRequest(String, String, String) - Method in interface org.linphone.core.AccountManagerServices
Requests a push notification to be sent to device, containing a valid account
creation token.
createSendEmailLinkingCodeByEmailRequest(Address, String) - Method in interface org.linphone.core.AccountManagerServices
Requests a code to be sent to a given email address, that can be used later to
associate said email to an account using AccountManagerServices.createLinkEmailToAccountUsingCodeRequest(org.linphone.core.Address, java.lang.String)
.
createSendPhoneNumberLinkingCodeBySmsRequest(Address, String) - Method in interface org.linphone.core.AccountManagerServices
Requests a code to be sent to a given phone number, that can be used later to
associate said phone number to an account using AccountManagerServices.createLinkPhoneNumberToAccountUsingCodeRequest(org.linphone.core.Address, java.lang.String)
.
createSignalInformation() - Method in class org.linphone.core.Factory
Creates an object SignalInformation.
createSipConferenceScheduler(Account) - Method in interface org.linphone.core.Core
Create a SIP conference scheduler that can be used to create client conferences
for now or later and then send conference info as an ICS through chat.
createSubscribe(Address, String, int) - Method in interface org.linphone.core.Core
Creates an outgoing subscription, specifying the destination resource, the
event name, and an optional content body.
createSubscribe(Address, ProxyConfig, String, int) - Method in interface org.linphone.core.Core
Creates 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.
createVideoSourceDescriptor() - Method in class org.linphone.core.Factory
Creates an object VideoSourceDescriptor.
createVoiceRecordingMessage(Recorder) - Method in interface org.linphone.core.ChatRoom
Creates a chat message with a voice recording attached to the given chat room.
createWindowId() - Method in interface org.linphone.core.Player
Create a window id to be used to display video if any.
createWindowId(Object) - Method in interface org.linphone.core.Player
Create a window id to be used to display video if any.
createXmlFromEktInfo(EktInfo) - Method in interface org.linphone.core.Core
createXmlFromEktInfo(EktInfo, Account) - Method in interface org.linphone.core.Core
Gets an XML body using a specific account.
createXmlRpcSession(String) - Method in interface org.linphone.core.Core
Create a XmlRpcSession for a given url.
CreationFailed - Enum constant in enum class org.linphone.core.ChatRoom.State
Chat room creation failed.
CreationFailed - Enum constant in enum class org.linphone.core.Conference.State
Conference creation on service failed.
CreationPending - Enum constant in enum class org.linphone.core.ChatRoom.State
One creation request was sent to the server.
CreationPending - Enum constant in enum class org.linphone.core.Conference.State
One creation request was sent to the service.
Critical - Enum constant in enum class org.linphone.core.Privacy
Privacy service must perform the specified services or fail the request.
CURRENT_BACKTRACE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 

D

d(Object...) - Static method in class org.linphone.mediastream.Log
 
DATA_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
DB - Enum constant in enum class org.linphone.core.ConferenceScheduler.Type
Database conference scheduler type.
Dbm - Enum constant in enum class org.linphone.core.SignalStrengthUnit

DEALLOCATION_BACKTRACE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
DEALLOCATION_TID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
debug(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelDebug message to the logs.
Debug - Enum constant in enum class org.linphone.core.LogLevel
Level for debug messages.
decline(Reason) - Method in interface org.linphone.core.Call
Declines a pending incoming call, with a reason.
Declined - Enum constant in enum class org.linphone.core.Call.Status
The call was declined, either locally or by remote end.
Declined - Enum constant in enum class org.linphone.core.Reason
The call has been declined.
DeclinedElsewhere - Enum constant in enum class org.linphone.core.Call.Status
The call was declined on another device.
declineWithErrorInfo(ErrorInfo) - Method in interface org.linphone.core.Call
Declines a pending incoming call, with a ErrorInfo object.
Default - Enum constant in enum class org.linphone.core.AVPFMode
Use default value defined at upper level.
Default - Enum constant in enum class org.linphone.core.FriendList.Type
Default value, used when no other type applies.
Default - Enum constant in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
Use default value defined on core.
Default - Enum constant in enum class org.linphone.core.Privacy
Special keyword to use privacy as defined either globally or by proxy using
ProxyConfig.setPrivacy(int)

deferUpdate() - Method in interface org.linphone.core.Call
When receiving a Call.State.UpdatedByRemote state notification, prevent
Core from performing an automatic answer.
DeleteAccountAsAdmin - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type

deleteChatRoom(ChatRoom) - Method in interface org.linphone.core.Core
Removes a chatroom including all message history from the LinphoneCore.
deleteConferenceInformation(ConferenceInfo) - Method in interface org.linphone.core.Core
Deletes a conference information from DB.
Deleted - Enum constant in enum class org.linphone.core.ChatRoom.State
Chat room was deleted on the server.
Deleted - Enum constant in enum class org.linphone.core.Conference.State
Conference was deleted locally and on the service.
DeleteDevice - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Removes an account device.
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.
Delivered - Enum constant in enum class org.linphone.core.ChatMessage.State
Message successfully delivered and acknowledged by the server.
Delivered - Enum constant in enum class org.linphone.core.Core.LogCollectionUploadState
Log collection upload successfully delivered and acknowledged by remote end
point.
DeliveredToUser - Enum constant in enum class org.linphone.core.ChatMessage.State
Message successfully delivered an acknowledged by the remote user.
denyPublish(Reason) - Method in interface org.linphone.core.Event
Deny an incoming publish with given reason.
denySubscription(Reason) - Method in interface org.linphone.core.Event
Deny an incoming subscription with given reason.
Departed - Enum constant in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
the device disconnects from the conference

DETAILS_NOT_SET - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
 
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
 
DeviceManaged - Enum constant in enum class org.linphone.core.ChatRoom.EphemeralMode
Each device manages its own ephemeral settings.
Dh2K - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Dh3K - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

DialedIn - Enum constant in enum class org.linphone.core.ParticipantDevice.JoiningMethod
device called the conference

DialedOut - Enum constant in enum class org.linphone.core.ParticipantDevice.JoiningMethod
device is called the conference

DialIn - Enum constant in enum class org.linphone.core.Conference.JoiningMode
Participants must dial the conference server.
DialOut - Enum constant in enum class org.linphone.core.Conference.JoiningMode
Conference server dials participants.
DialPlan - Interface in org.linphone.core
Represents a dial plan.
Dictionary - Interface in org.linphone.core
Object that represents key-value pair container.
didRegisterForRemotePush(Object) - Method in interface org.linphone.core.Core
Sets device_token when application
didRegisterForRemoteNotificationsWithDeviceToken (IOS only).
didRegisterForRemotePushWithStringifiedToken(String) - Method in interface org.linphone.core.Core
Sets device_token when application
didRegisterForRemoteNotificationsWithDeviceToken (IOS only).
DigestAuthenticationPolicy - Interface in org.linphone.core
The LinphoneDigestAuthenticationPolicy holds parameters relative to digest
authentication procedures.
Dinner - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is having his or her main meal of the day, eaten in the evening or
at midday.
Disable - Enum constant in enum class org.linphone.core.Tunnel.Mode
The tunnel is disabled.
disableAudioRouteChanges(boolean) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
disableCallRinging(boolean) - Method in interface org.linphone.core.Core
Enables or disables call ringing.
disableChat(Reason) - Method in interface org.linphone.core.Core
Inconditionnaly disables incoming chat messages.
Disabled - Enum constant in enum class org.linphone.core.AVPFMode
AVPF is disabled.
Disabled - Enum constant in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
Verification is disabled.
Disabled - Enum constant in enum class org.linphone.core.LimeState
Lime is not used at all.
Disabled - Enum constant in enum class org.linphone.core.LogCollectionState

disableRinging(boolean) - Method in interface org.linphone.core.CallParams
Define whether ringing is disabled.
Display - Enum constant in enum class org.linphone.core.VideoSourceScreenSharingType
The screen sharing is done from a display.
Displayed - Enum constant in enum class org.linphone.core.ChatMessage.State
Message successfully displayed to the remote user.
done() - Method in interface org.linphone.core.Friend
Commits modification made to the friend configuration.
done() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
Done - Enum constant in enum class org.linphone.core.EcCalibratorStatus
The echo canceller calibration has been performed and produced an echo delay
measure.
DoneNoEcho - Enum constant in enum class org.linphone.core.EcCalibratorStatus
The echo canceller calibration has been performed and no echo has been
detected.
DoNotDisturb - Enum constant in enum class org.linphone.core.ConsolidatedPresence

DoNotDisturb - Enum constant in enum class org.linphone.core.Reason
Do not disturb reason.
DOUBLE_FREE - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
DOUBLE_FREE = 2;
DOUBLE_FREE_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
DOUBLE_FREE = 2;
Down - Enum constant in enum class org.linphone.core.SearchDirection

downloadContent(Content) - Method in interface org.linphone.core.ChatMessage
Starts the download of the Content referenced in the ChatMessage
from remote server.
downloadContents() - Method in interface org.linphone.core.ChatMessage
Starts the download of all the Content objects representing file
transfers included in the message (Content.isFileTransfer() method
returns true).
Dtls - Enum constant in enum class org.linphone.core.TransportType

DTLS - Enum constant in enum class org.linphone.core.MediaEncryption
Use DTLS media encryption.
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
 
dumpVcard() - Method in interface org.linphone.core.Friend
Returns the a string matching the vCard inside the friend, if any.
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 

E

e(Object...) - Static method in class org.linphone.mediastream.Log
 
EarlyAborted - Enum constant in enum class org.linphone.core.Call.Status
The call was aborted before being advertised to the application - for protocol
reasons.
EarlyUpdatedByRemote - Enum constant in enum class org.linphone.core.Call.State
The call is updated by remote while not yet answered (SIP UPDATE in early
dialog received)

EarlyUpdating - Enum constant in enum class org.linphone.core.Call.State
We are updating the call while not yet answered (SIP UPDATE in early dialog
sent)

Earpiece - Enum constant in enum class org.linphone.core.AudioDevice.Type
Earpiece.
Ec25 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Ec38 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Ec52 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

EcCalibratorStatus - Enum Class in org.linphone.core
Enum describing the result of the echo canceller calibration process.
edit() - Method in interface org.linphone.core.Friend
Starts editing a friend configuration.
edit() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
editMainSipAddress(String) - Method in interface org.linphone.core.Vcard
Edits the preferred SIP address in the vCard (or the first one), using the IMPP
property.
EktInfo - Interface in org.linphone.core
Object representing all informations present in an Encrypted Key Transport
event.
enable(boolean) - Method in interface org.linphone.core.PayloadType
Enable/disable a payload type.
Enable - Enum constant in enum class org.linphone.core.Tunnel.Mode
The tunnel is enabled.
enableAll() - Method in interface org.linphone.core.ImNotifPolicy
Enable all receiving and sending of notifications.
enableChat() - Method in interface org.linphone.core.Core
Enables reception of incoming chat messages.
enabled() - Method in interface org.linphone.core.PayloadType
Check whether a palyoad type is enabled.
Enabled - Enum constant in enum class org.linphone.core.AVPFMode
AVPF is enabled.
Enabled - Enum constant in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
Verification is enabled.
Enabled - Enum constant in enum class org.linphone.core.LogCollectionState

EnabledWithoutPreviousLogHandler - Enum constant in enum class org.linphone.core.LogCollectionState

enableEarpiece() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
enableFilterFromName(String, boolean) - Method in class org.linphone.mediastream.Factory
 
enableFilterFromName(String, boolean) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
Deprecated. 
enableLogcatLogs(boolean) - Method in class org.linphone.core.Factory
When enabled logs are printed into logcat.
enableLogCollection(LogCollectionState) - Method in interface org.linphone.core.Core
Enables the linphone core log collection to upload logs on a server.
enableLogCollection(LogCollectionState) - Method in class org.linphone.core.Factory
Enables or disables log collection.
enableSpeaker() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
Encrypted - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Chat room is encrypted.
Encrypted - Enum constant in enum class org.linphone.core.ChatRoom.SecurityLevel
Encrypted.
EncryptionIdentityKeyChanged - Enum constant in enum class org.linphone.core.EventLog.SecurityEventType
Peer device instant messaging encryption identity key has changed event.
End - Enum constant in enum class org.linphone.core.Call.State
Call end.
END_ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
EndToEnd - Enum constant in enum class org.linphone.core.Conference.SecurityLevel
End-to-end encryption.
EndToEndEncrypted - Enum constant in enum class org.linphone.core.SecurityLevel
End-to-end encrypted.
EndToEndEncryptedAndVerified - Enum constant in enum class org.linphone.core.SecurityLevel
End-to-end encrypted and verified.
ensureRegistered() - Method in interface org.linphone.core.Core
Deprecated.
enter() - Method in interface org.linphone.core.Conference
For a local conference, the local participant joins the conference For a client
conference, the participant rejoins the conference after leaving it earlier on.
enterBackground() - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when it enters background mode.
enterConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.enter() instead.
enterForeground() - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when it enters foreground mode.
Ephemeral - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Chat room can enable ephemeral messages.
EphemeralMessages - Enum constant in enum class org.linphone.core.Friend.Capability
This friend is able to delete ephemeral messages once they have expired.
ephemeralSupportedByAllParticipants() - Method in interface org.linphone.core.ChatRoom
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.
Error - Enum constant in enum class org.linphone.core.Call.State
Error.
Error - Enum constant in enum class org.linphone.core.ConferenceScheduler.State
An error has happened during conference creation.
Error - Enum constant in enum class org.linphone.core.LogLevel
Level for error messages.
Error - Enum constant in enum class org.linphone.core.PublishState
Publish encoutered an error, Event.getReason() gives reason code.
Error - Enum constant in enum class org.linphone.core.SubscriptionState
Subscription was terminated by an error, indicated by Event.getReason()

Error - Enum constant in enum class org.linphone.core.VersionUpdateCheckResult

ErrorInfo - Interface in org.linphone.core
Object representing full details about a signaling error or status.
Europe - Enum constant in enum class org.linphone.core.BaudotStandard
Send 50 baud European Baudot tones.
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 Class in org.linphone.core
 
EventLog.Type - Enum Class in org.linphone.core
 
ExclusiveMediaResources - Enum constant in enum class org.linphone.core.MediaResourceMode
Media resources are not shared.
EXECUTE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
Expiring - Enum constant in enum class org.linphone.core.PublishState
Publish is about to expire, only sent if [sip]->refresh_generic_publish
property is set to 0.
Expiring - Enum constant in enum class org.linphone.core.SubscriptionState
Subscription is about to expire, only sent if [sip]->refresh_generic_subscribe
property is set to 0.
exportFriendsAsVcard4File(String) - Method in interface org.linphone.core.FriendList
Creates and export Friend objects from FriendList to a file
using vCard 4 format.
exportPlainFile() - Method in interface org.linphone.core.Content
Generates 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.

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 - Class in org.linphone.mediastream
 
Factory() - Constructor for class org.linphone.core.Factory
 
Failed - Enum constant in enum class org.linphone.core.ConfiguringState

Failed - Enum constant in enum class org.linphone.core.EcCalibratorStatus
The echo canceller calibration process has failed.
Failed - Enum constant in enum class org.linphone.core.IceState
ICE processing has failed.
Failed - Enum constant in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
an error occurred while the device is leaving the conference or he declined a
call from the server

Failed - Enum constant in enum class org.linphone.core.RegistrationState
Registration failed.
Failed - Enum constant in enum class org.linphone.core.XmlRpcStatus

Failure - Enum constant in enum class org.linphone.core.FriendList.SyncStatus
Synchronization failed.
fatal(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelFatal message to the logs.
Fatal - Enum constant in enum class org.linphone.core.LogLevel
Level for fatal error messages.
FAULT_ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
FAULT_ADJACENT_METADATA_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
FavoriteFriends - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in "starred" friends only.
Fax - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

FD_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.FD
 
FILE_MAP_OFFSET_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
FILE_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
fileFormatSupported(String) - Method in interface org.linphone.core.Core
Returns whether a specific file format is supported.
FileTransferCancelling - Enum constant in enum class org.linphone.core.ChatMessage.State
The user cancelled the file transfer.
FileTransferDone - Enum constant in enum class org.linphone.core.ChatMessage.State
File transfer has been completed successfully.
FileTransferError - Enum constant in enum class org.linphone.core.ChatMessage.State
Message was received and acknowledged but cannot get file from server.
FileTransferInProgress - Enum constant in enum class org.linphone.core.ChatMessage.State
File transfer is in progress.
filterChatRooms(String) - Method in interface org.linphone.core.Account
Returns a filtered list of chat rooms for a given account.
filterFromNameEnabled(String) - Method in class org.linphone.mediastream.Factory
 
filterFromNameEnabled(String) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
Deprecated. 
findAuthInfo() - Method in interface org.linphone.core.Account
Find authentication info matching account, if any, similarly to
linphone_core_find_auth_info.
findAuthInfo() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
findAuthInfo(String, String, String) - Method in interface org.linphone.core.Core
Finds authentication info matching realm, username, domain criteria.
findCallFromUri(String) - Method in interface org.linphone.core.Core
Deprecated.
findCallLog(String, int) - Method in interface org.linphone.core.Core
Gets the call log matching the call id, or null if can't be found.
findCallLogFromCallId(String) - Method in interface org.linphone.core.Core
Gets the call log matching the call id, or null if can't be found.
findChatRoom(Address, Address) - Method in interface org.linphone.core.Core
findConferenceInformationFromCcmpUri(String) - Method in interface org.linphone.core.Core
Retrieve the conference information linked to the provided URI if any.
findConferenceInformationFromUri(Address) - Method in interface org.linphone.core.Core
Retrieve the conference information linked to the provided URI if any.
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.
findDevice(Call) - Method in interface org.linphone.core.Participant
Find a device in the list of devices from a chat room's participant.
findEventLog(String) - Method in interface org.linphone.core.ChatRoom
Gets the event log sent or received in this chat room that matches a chat
message with the given message_id.
findFriend(Address) - Method in interface org.linphone.core.Core
Searches 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
Searches 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
Searches all Friend matching an address.
findFriendsByAddress(Address) - Method in interface org.linphone.core.FriendList
Find all friends in the friend list using a LinphoneAddress.
findFriendsByUri(String) - Method in interface org.linphone.core.FriendList
Find all friends in the friend list using an URI string.
findMessage(String) - Method in interface org.linphone.core.ChatRoom
Gets the chat message sent or received in this chat room that matches the
message_id.
findOneToOneChatRoom(Address, Address, boolean) - Method in interface org.linphone.core.Core
findPartByHeader(String, String) - Method in interface org.linphone.core.Content
Find a part from a multipart content looking for a part header with a specified
value.
findParticipant(Address) - Method in interface org.linphone.core.ChatRoom
Finds a participant of a chat room from its address.
findParticipant(Address) - Method in interface org.linphone.core.Conference
Find a participant from a conference.
findParticipant(Address) - Method in interface org.linphone.core.ConferenceInfo
Find a participant information in the conference information.
FlexiAPI - Enum constant in enum class org.linphone.core.AccountCreator.Backend
FlexiAPI Backend.
FlexisipChat - Enum constant in enum class org.linphone.core.ChatRoom.Backend
Server-based chat room.
FocusOwner - Enum constant in enum class org.linphone.core.ParticipantDevice.JoiningMethod
device is the focus

Forbidden - Enum constant in enum class org.linphone.core.Reason
Authentication failed due to bad credentials or resource forbidden.
formatPhoneNumber(String, boolean) - Method in interface org.linphone.core.DialPlan
Formats a phone number using dial plan informations.
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
 
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
 
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
 
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
 
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
 
forNumber(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
 
Friend - Enum constant in enum class org.linphone.core.MagicSearch.Aggregation
Aggregation is done by friend, you will have at most a SearchResult per Friend.
Friend - Interface in org.linphone.core
This object is used to store a SIP address.
Friend.Capability - Enum Class in org.linphone.core
 
FriendDevice - Interface in org.linphone.core
Object that represents a Friend's device (name, trust level) for a
given SIP address.
FriendList - Interface in org.linphone.core
This object representing a list of Friend.
FriendList.Status - Enum Class in org.linphone.core
 
FriendList.SyncStatus - Enum Class in org.linphone.core
 
FriendList.Type - Enum Class in org.linphone.core
 
FriendListener - Interface in org.linphone.core
An object to handle the callbacks for Friend.
FriendListenerStub - Class in org.linphone.core
 
FriendListenerStub() - Constructor for class org.linphone.core.FriendListenerStub
 
FriendListListener - Interface in org.linphone.core
An object to handle the callbacks for Friend synchronization.
FriendListListenerStub - Class in org.linphone.core
 
FriendListListenerStub() - Constructor for class org.linphone.core.FriendListListenerStub
 
FriendPhoneNumber - Interface in org.linphone.core
Object that represents a Friend's phone number.
Friends - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in friends only.
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.AlgoStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.Backend
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.DomainStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.EmailStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.LanguageStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.PasswordStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.Status
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.TransportStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountCreator.UsernameStatus
 
fromInt(int) - Static method in enum class org.linphone.core.AccountManagerServicesRequest.Type
 
fromInt(int) - Static method in enum class org.linphone.core.Address.Family
 
fromInt(int) - Static method in enum class org.linphone.core.Alert.Type
 
fromInt(int) - Static method in enum class org.linphone.core.AudioDevice.Capabilities
 
fromInt(int) - Static method in enum class org.linphone.core.AudioDevice.Type
 
fromInt(int) - Static method in enum class org.linphone.core.AuthMethod
 
fromInt(int) - Static method in enum class org.linphone.core.AVPFMode
 
fromInt(int) - Static method in enum class org.linphone.core.BaudotMode
 
fromInt(int) - Static method in enum class org.linphone.core.BaudotStandard
 
fromInt(int) - Static method in enum class org.linphone.core.Call.Dir
 
fromInt(int) - Static method in enum class org.linphone.core.Call.State
 
fromInt(int) - Static method in enum class org.linphone.core.Call.Status
 
fromInt(int) - Static method in enum class org.linphone.core.ChatMessage.Direction
 
fromInt(int) - Static method in enum class org.linphone.core.ChatMessage.State
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.Backend
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.Capabilities
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.EncryptionBackend
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.EphemeralMode
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.HistoryFilter
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.SecurityLevel
 
fromInt(int) - Static method in enum class org.linphone.core.ChatRoom.State
 
fromInt(int) - Static method in enum class org.linphone.core.CodecPriorityPolicy
 
fromInt(int) - Static method in enum class org.linphone.core.Conference.JoiningMode
 
fromInt(int) - Static method in enum class org.linphone.core.Conference.Layout
 
fromInt(int) - Static method in enum class org.linphone.core.Conference.ParticipantListType
 
fromInt(int) - Static method in enum class org.linphone.core.Conference.SecurityLevel
 
fromInt(int) - Static method in enum class org.linphone.core.Conference.State
 
fromInt(int) - Static method in enum class org.linphone.core.ConferenceInfo.State
 
fromInt(int) - Static method in enum class org.linphone.core.ConferenceScheduler.State
 
fromInt(int) - Static method in enum class org.linphone.core.ConferenceScheduler.Type
 
fromInt(int) - Static method in enum class org.linphone.core.ConfiguringState
 
fromInt(int) - Static method in enum class org.linphone.core.ConsolidatedPresence
 
fromInt(int) - Static method in enum class org.linphone.core.Core.LogCollectionUploadState
 
fromInt(int) - Static method in enum class org.linphone.core.EcCalibratorStatus
 
fromInt(int) - Static method in enum class org.linphone.core.EventLog.SecurityEventType
 
fromInt(int) - Static method in enum class org.linphone.core.EventLog.Type
 
fromInt(int) - Static method in enum class org.linphone.core.Friend.Capability
 
fromInt(int) - Static method in enum class org.linphone.core.FriendList.Status
 
fromInt(int) - Static method in enum class org.linphone.core.FriendList.SyncStatus
 
fromInt(int) - Static method in enum class org.linphone.core.FriendList.Type
 
fromInt(int) - Static method in enum class org.linphone.core.GlobalState
 
fromInt(int) - Static method in enum class org.linphone.core.IceState
 
fromInt(int) - Static method in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
 
fromInt(int) - Static method in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
 
fromInt(int) - Static method in enum class org.linphone.core.Ldap.Check
Deprecated.
 
fromInt(int) - Static method in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
 
fromInt(int) - Static method in enum class org.linphone.core.LimeState
 
fromInt(int) - Static method in enum class org.linphone.core.LogCollectionState
 
fromInt(int) - Static method in enum class org.linphone.core.LogLevel
 
fromInt(int) - Static method in enum class org.linphone.core.MagicSearch.Aggregation
 
fromInt(int) - Static method in enum class org.linphone.core.MagicSearch.Source
 
fromInt(int) - Static method in enum class org.linphone.core.MediaDirection
 
fromInt(int) - Static method in enum class org.linphone.core.MediaEncryption
 
fromInt(int) - Static method in enum class org.linphone.core.MediaFileFormat
 
fromInt(int) - Static method in enum class org.linphone.core.MediaResourceMode
 
fromInt(int) - Static method in enum class org.linphone.core.MessageWaitingIndication.ContextClass
 
fromInt(int) - Static method in enum class org.linphone.core.Participant.Role
 
fromInt(int) - Static method in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
 
fromInt(int) - Static method in enum class org.linphone.core.ParticipantDevice.JoiningMethod
 
fromInt(int) - Static method in enum class org.linphone.core.ParticipantDevice.State
 
fromInt(int) - Static method in enum class org.linphone.core.Player.State
 
fromInt(int) - Static method in enum class org.linphone.core.PresenceActivity.Type
 
fromInt(int) - Static method in enum class org.linphone.core.PresenceBasicStatus
 
fromInt(int) - Static method in enum class org.linphone.core.Privacy
 
fromInt(int) - Static method in enum class org.linphone.core.PublishState
 
fromInt(int) - Static method in enum class org.linphone.core.Reason
 
fromInt(int) - Static method in enum class org.linphone.core.Recorder.State
 
fromInt(int) - Static method in enum class org.linphone.core.RegistrationState
 
fromInt(int) - Static method in enum class org.linphone.core.RemoteContactDirectory.Type
 
fromInt(int) - Static method in enum class org.linphone.core.SearchDirection
 
fromInt(int) - Static method in enum class org.linphone.core.SecurityLevel
 
fromInt(int) - Static method in enum class org.linphone.core.SessionExpiresRefresher
 
fromInt(int) - Static method in enum class org.linphone.core.SignalStrengthUnit
 
fromInt(int) - Static method in enum class org.linphone.core.SignalType
 
fromInt(int) - Static method in enum class org.linphone.core.SrtpSuite
 
fromInt(int) - Static method in enum class org.linphone.core.StreamType
 
fromInt(int) - Static method in enum class org.linphone.core.SubscribePolicy
 
fromInt(int) - Static method in enum class org.linphone.core.SubscriptionDir
 
fromInt(int) - Static method in enum class org.linphone.core.SubscriptionState
 
fromInt(int) - Static method in enum class org.linphone.core.SupportLevel
 
fromInt(int) - Static method in enum class org.linphone.core.ToneID
 
fromInt(int) - Static method in enum class org.linphone.core.TransportType
 
fromInt(int) - Static method in enum class org.linphone.core.Tunnel.Mode
 
fromInt(int) - Static method in enum class org.linphone.core.UpnpState
 
fromInt(int) - Static method in enum class org.linphone.core.VersionUpdateCheckResult
 
fromInt(int) - Static method in enum class org.linphone.core.VideoSourceScreenSharingType
 
fromInt(int) - Static method in enum class org.linphone.core.VideoSourceType
 
fromInt(int) - Static method in enum class org.linphone.core.XmlRpcArgType
 
fromInt(int) - Static method in enum class org.linphone.core.XmlRpcStatus
 
fromInt(int) - Static method in enum class org.linphone.core.ZrtpKeyAgreement
 
fromInt(int) - Static method in enum class org.linphone.core.ZrtpPeerStatus
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.AuthMethod
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.AVPFMode
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.BaudotMode
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.BaudotStandard
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.CodecPriorityPolicy
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.ConfiguringState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.ConsolidatedPresence
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.EcCalibratorStatus
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.GlobalState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.IceState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.LimeState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.LogCollectionState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.LogLevel
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.MediaDirection
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.MediaEncryption
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.MediaFileFormat
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.MediaResourceMode
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.PresenceBasicStatus
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.Privacy
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.PublishState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.Reason
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.RegistrationState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SearchDirection
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SecurityLevel
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SessionExpiresRefresher
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SignalStrengthUnit
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SignalType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SrtpSuite
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.StreamType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SubscribePolicy
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SubscriptionDir
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SubscriptionState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.SupportLevel
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.ToneID
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.TransportType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.UpnpState
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.VersionUpdateCheckResult
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.VideoSourceScreenSharingType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.VideoSourceType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.XmlRpcArgType
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.XmlRpcStatus
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.ZrtpKeyAgreement
 
fromIntArray(int[]) - Static method in enum class org.linphone.core.ZrtpPeerStatus
 
frontFacing - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
FUNCTION_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
FUNCTION_OFFSET_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 

G

generateUniqueId() - Method in interface org.linphone.core.Vcard
Generates a random unique id for the vCard.
GenericUsb - Enum constant in enum class org.linphone.core.AudioDevice.Type
GenericUsb.
get() - Method in interface org.linphone.core.LoggingService
Gets the singleton logging service object.
getAbortMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string abort_message = 14;
getAbortMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string abort_message = 14;
getAbortMessage() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string abort_message = 14;
getAbortMessageBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string abort_message = 14;
getAbortMessageBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string abort_message = 14;
getAbortMessageBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string abort_message = 14;
getAccessToken() - Method in interface org.linphone.core.AuthInfo
Return a previously set access token.
getAccount() - Method in interface org.linphone.core.CallParams
Get the Account that is used for the call.
getAccount() - Method in interface org.linphone.core.ChatRoom
Returns the local account to which this chat room is related.
getAccount() - Method in interface org.linphone.core.Conference
Gets the Account object associated with the conference.
getAccount() - Method in interface org.linphone.core.ConferenceParams
Returns the account for the conference.
getAccount() - Method in interface org.linphone.core.ConferenceScheduler
Get the Account that is used for the conference scheduler.
getAccountAddress() - Method in interface org.linphone.core.MessageWaitingIndication
Get the address of the message account concerned by this message waiting
indication.
getAccountByIdkey(String) - Method in interface org.linphone.core.Core
Search for a Account by it's idkey.
getAccountCreationRequestToken() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getAccountCreatorBackend() - Method in interface org.linphone.core.Core
Gets the AccountCreator backend set for the Core.
getAccountCreatorUrl() - Method in interface org.linphone.core.Core
Gets the AccountCreator url on the Core.
GetAccountInfoAsAdmin - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type

getAccountList() - Method in interface org.linphone.core.Core
Returns an unmodifiable list of entered accounts.
getActivated() - Method in interface org.linphone.core.Tunnel
Returns whether the tunnel is activated.
getActivationCode() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getActiveSpeakerParticipantDevice() - Method in interface org.linphone.core.Conference
Get the currently active speaker participant device.
getActivity() - Method in interface org.linphone.core.PresenceModel
Gets the first activity of a presence model (there is usually only one).
getActualDisplayMode() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getAdaptiveRateAlgorithm() - Method in interface org.linphone.core.Core
Returns which adaptive rate algorithm is currently configured for future calls.
getAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 address = 1;
getAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
uint64 address = 1;
getAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
uint64 address = 1;
getAddress() - Method in interface org.linphone.core.Friend
Get address of this friend.
getAddress() - Method in interface org.linphone.core.FriendDevice
Gets the address associated to this device.
getAddress() - Method in interface org.linphone.core.Participant
Get the address of a conference participant.
getAddress() - Method in interface org.linphone.core.ParticipantDevice
Gets 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.ParticipantInfo
Get the address of the object ParticipantInfo.
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
Deprecated.
11/06/2024 use AccountManagerServices instead
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.
getAllocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktrace(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationBacktraceOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame allocation_backtrace = 4;
getAllocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 allocation_tid = 3;
getAllocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
uint64 allocation_tid = 3;
getAllocationTid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
uint64 allocation_tid = 3;
getAllowMd5() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Get whether MD5 hash algorithm is allowed.
getAllowNoQop() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Get whether digest authentication without 'qop=auth' mode is allowed.
getAppdata() - Method in interface org.linphone.core.ChatMessage
Linphone message has an app-specific field that can store a text.
getArch() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Architecture arch = 1;
getArch() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
.Architecture arch = 1;
getArch() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
.Architecture arch = 1;
getArchValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Architecture arch = 1;
getArchValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
.Architecture arch = 1;
getArchValue() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
.Architecture arch = 1;
getArmMteMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
getArmMteMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
.ArmMTEMetadata arm_mte_metadata = 6;
getArmMteMetadata() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
.ArmMTEMetadata arm_mte_metadata = 6;
getAudioDevice() - Method in interface org.linphone.core.RecorderParams
Retrieve the AudioDevice object.
getAudioDevices() - Method in interface org.linphone.core.Core
Returns a list of audio devices, with only the first device for each type To
have the list of all audio devices, use Core.getExtendedAudioDevices()

getAudioDevices(String) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getAudioDirection() - Method in interface org.linphone.core.CallParams
Get the audio stream direction.
getAudioDscp() - Method in interface org.linphone.core.Core
Gets 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
Returns 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.
getAudioVideoConferenceFactoryAddress() - Method in interface org.linphone.core.AccountParams
Get the audio video conference factory uri.
getAuthenticationToken() - Method in interface org.linphone.core.Call
Returns the ZRTP authentication token to verify.
getAuthenticationTokenVerified() - Method in interface org.linphone.core.Call
Returns whether ZRTP authentication token is verified.
getAuthInfoList() - Method in interface org.linphone.core.Core
Returns an unmodifiable list of currently entered AuthInfo.
getAuthMethod() - Method in interface org.linphone.core.LdapParams
Get the authentification method.
getAuthorizationServer() - Method in interface org.linphone.core.AuthInfo
Get the previously set authorization server uri.
getAutoIterateBackgroundSchedule() - Method in interface org.linphone.core.Core
Gets the timer used to schedule the call to core.iterate() method when in
background (Android only).
getAutoIterateForegroundSchedule() - Method in interface org.linphone.core.Core
Gets the timer used to schedule the call to core.iterate() method when in
foreground (Android only).
getAutomaticallyAccept() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the value for the automatically accept video policy.
getAutomaticallyAcceptDirection() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the value for the automatically accept video direction.
getAutomaticallyInitiate() - Method in interface org.linphone.core.VideoActivationPolicy
Gets the value for the automatically initiate video policy.
getAvailableAlgorithms() - Method in interface org.linphone.core.AuthInfo
Gets all available algorithms.
getAverageQuality() - Method in interface org.linphone.core.Call
Returns call quality averaged over all the duration of the call.
getAvpfMode() - Method in interface org.linphone.core.AccountParams
Get enablement status of RTCP feedback (also known as AVPF profile).
getAvpfMode() - Method in interface org.linphone.core.Core
Returns AVPF enablement.
getAvpfMode() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getAvpfRrInterval() - Method in interface org.linphone.core.AccountParams
Get the interval between regular RTCP reports when using AVPF/SAVPF.
getAvpfRrInterval() - Method in interface org.linphone.core.Core
Returns the avpf report interval in seconds.
getAvpfRrInterval() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getBackend() - Method in interface org.linphone.core.ChatParams
Get the backend implementation of the text capabilities of the chat associated
with the given parameters.
getBackend() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams.getBackend() instead.
getBacktraceNote(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
getBacktraceNote(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string backtrace_note = 7;
getBacktraceNote(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string backtrace_note = 7;
getBacktraceNoteBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
getBacktraceNoteBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string backtrace_note = 7;
getBacktraceNoteBytes(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string backtrace_note = 7;
getBacktraceNoteCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
getBacktraceNoteCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string backtrace_note = 7;
getBacktraceNoteCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string backtrace_note = 7;
getBacktraceNoteList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
getBacktraceNoteList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string backtrace_note = 7;
getBacktraceNoteList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string backtrace_note = 7;
getBaseObject() - Method in interface org.linphone.core.LdapParams
Get the BaseObject.
getBasicStatus() - Method in interface org.linphone.core.PresenceModel
Gets the basic status of a presence model.
getBasicStatus() - Method in interface org.linphone.core.PresenceService
Gets the basic status of a presence service.
getBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
uint64 begin_address = 3;
getBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
uint64 begin_address = 3;
getBeginAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
uint64 begin_address = 3;
getBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 begin_address = 1;
getBeginAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
uint64 begin_address = 1;
getBeginAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
uint64 begin_address = 1;
getBindDn() - Method in interface org.linphone.core.LdapParams
Get the Bind DN to use for bindings.
getBitmap() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getBody() - Method in interface org.linphone.core.ChatMessageReaction
Returns the emoji(s) used for the reaction.
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.
getBuffer(String) - Method in interface org.linphone.core.Dictionary
Gets the LinphoneBuffer value of a key.
getBuildFingerprint() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string build_fingerprint = 2;
getBuildFingerprint() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string build_fingerprint = 2;
getBuildFingerprint() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string build_fingerprint = 2;
getBuildFingerprintBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string build_fingerprint = 2;
getBuildFingerprintBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string build_fingerprint = 2;
getBuildFingerprintBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string build_fingerprint = 2;
getBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string build_id = 8;
getBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string build_id = 8;
getBuildId() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string build_id = 8;
getBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string build_id = 8;
getBuildId() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
string build_id = 8;
getBuildId() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
string build_id = 8;
getBuildIdBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string build_id = 8;
getBuildIdBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string build_id = 8;
getBuildIdBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string build_id = 8;
getBuildIdBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string build_id = 8;
getBuildIdBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
string build_id = 8;
getBuildIdBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
string build_id = 8;
getBundleIdentifier() - Method in interface org.linphone.core.PushNotificationConfig
Gets the app's bundle identifier for "contact uri parameter".
getCacheDir(Object) - Method in class org.linphone.core.Factory
Get the cache path.
getCall() - Method in interface org.linphone.core.Alert
Return the call from the alert.
getCall() - Method in interface org.linphone.core.ChatRoom
Gets the current call associated to this chatroom if any To commit a message,
use ChatMessage.send()

getCall() - Method in interface org.linphone.core.Conference
Gets the call that is controlling a conference.
getCall() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the call of a VideoSourceDescriptor.
getCallByCallid(String) - Method in interface org.linphone.core.Core
Gets the call by its SIP 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
Gets the list of call logs (past calls).
getCallId() - Method in interface org.linphone.core.CallLog
Gets the call ID used by the call.
getCallId() - Method in interface org.linphone.core.ChatMessage
Gets the SIP call-id accociated with the message.
getCallId() - Method in interface org.linphone.core.ChatMessageReaction
Allows to get the Call ID associated with a ChatMessageReaction.
getCallId() - Method in interface org.linphone.core.Event
Get the call ID of the subscription.
getCallLog() - Method in interface org.linphone.core.Call
Gets the call log associated to this call.
getCallLog() - Method in interface org.linphone.core.EventLog
Returns the call log of a conference call event.
getCallLogs() - Method in interface org.linphone.core.Account
Returns the list of call logs for a given account.
getCallLogs() - Method in interface org.linphone.core.Core
Get the list of call logs (past calls).
getCallLogsDatabasePath() - Method in interface org.linphone.core.Core
Deprecated.
07/12/2021: Use only for migration purposes
getCallLogsForAddress(Address) - Method in interface org.linphone.core.Account
Returns the list of call logs for a given account.
getCalls() - Method in interface org.linphone.core.Core
Gets the current list of calls.
getCallsNb() - Method in interface org.linphone.core.Core
Gets the number of Call.
getCallSnd() - Method in interface org.linphone.core.PushNotificationConfig
Gets the call_snd for "contact uri parameter".
getCallStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the call_str for "contact uri parameter".
getCameraId() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the camera id of a VideoSourceDescriptor.
getCameraSensorRotation() - Method in interface org.linphone.core.Core
Get the camera sensor rotation.
getCameraWhitebalance() - Method in interface org.linphone.core.Core
Gets the whitebalance of the camera (currently only supported by Android).
getCapabilities() - Method in interface org.linphone.core.AudioDevice
Returns the capabilities of the device.
getCapabilities() - Method in interface org.linphone.core.ChatRoom
Gets 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.
getCapability(StreamType) - Method in interface org.linphone.core.ConferenceInfo
Get the capability of the conference.
getCapabilityDescriptor() - Method in interface org.linphone.core.ParticipantDeviceIdentity
getCapabilityDescriptorList() - Method in interface org.linphone.core.ParticipantDeviceIdentity
Get the capability descriptor (currently +org.linphone.specs value) for this
participant device identity.
getCapabilityVersion(Friend.Capability) - Method in interface org.linphone.core.Friend
Returns the version of a friend's capbility.
getCapabilityVersion(Friend.Capability) - Method in interface org.linphone.core.PresenceModel
Returns the version of the capability of a PresenceModel.
getCaptureDevice() - Method in interface org.linphone.core.Core
Deprecated.
getCaptureVolume() - Method in interface org.linphone.core.Recorder
Get linear volume when capturing audio.
getCardDavParams() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the CardDAV params if RemoteContactDirectory.getType() returns CardDAV.
getCauses(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
getCauses(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .Cause causes = 15;
getCauses(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .Cause causes = 15;
getCausesCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
getCausesCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .Cause causes = 15;
getCausesCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .Cause causes = 15;
getCausesList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
getCausesList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .Cause causes = 15;
getCausesList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .Cause causes = 15;
getCausesOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .Cause causes = 15;
getCausesOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .Cause causes = 15;
getCccFromIso(String) - Static method in class org.linphone.core.Utils
 
getCcmpServerUrl() - Method in interface org.linphone.core.AccountParams
Get the CCMP server address.
getCcmpUri() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the CCMP URI of the conference.
getCcmpUri() - Method in interface org.linphone.core.ParticipantInfo
Get the CCMP uri of the object ParticipantInfo.
getCcmpUserId() - Method in interface org.linphone.core.AccountParams
Get the CCMP user ID.
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 in a Call (see CallParams#realtimeTextEnabled
), LinphoneCoreIsComposingReceivedCb is called everytime a Real-Time Text
character is received from peer.
getChatMessage() - Method in interface org.linphone.core.EventLog
Returns the chat message of a conference chat message event.
getChatMessagesAggregationEnabled() - Method in interface org.linphone.core.Core
End of group ldap.
getChatParams() - Method in interface org.linphone.core.ConferenceParams
Get the chat parameters.
getChatRoom() - Method in interface org.linphone.core.Call
Obtain a chat room for real time messaging from a call if not already existing,
else return existing one.
getChatRoom() - Method in interface org.linphone.core.CallLog
Returns the chat room associated with this call-log, if any.
getChatRoom() - Method in interface org.linphone.core.ChatMessage
Returns the chatroom this message belongs to.
getChatRoom() - Method in interface org.linphone.core.Conference
Returns the ChatRoom linked to the Conference.
getChatRoom(Address) - Method in interface org.linphone.core.Core
getChatRoom(Address, Address) - Method in interface org.linphone.core.Core
getChatRoomFromUri(String) - Method in interface org.linphone.core.Core
getChatRooms() - Method in interface org.linphone.core.Account
Returns the list of chat rooms for a given account.
getChatRooms() - Method in interface org.linphone.core.Core
Returns a list of chat rooms.
getCiphers() - Method in interface org.linphone.core.EktInfo
Get ciphers.
getClientId() - Method in interface org.linphone.core.AuthInfo
Get the previously set OAUTH2 client_id.
getClientSecret() - Method in interface org.linphone.core.AuthInfo
Get the previously set OAUTH2 client_secret.
getClockRate() - Method in interface org.linphone.core.PayloadType
Get the clock rate of a payload type.
getCode() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 code = 3;
getCode() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
int32 code = 3;
getCode() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
int32 code = 3;
getCodeName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string code_name = 4;
getCodeName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
string code_name = 4;
getCodeName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
string code_name = 4;
getCodeNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string code_name = 4;
getCodeNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
string code_name = 4;
getCodeNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
string code_name = 4;
getCommandLine(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
getCommandLine(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated string command_line = 9;
getCommandLine(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated string command_line = 9;
getCommandLineBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
getCommandLineBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated string command_line = 9;
getCommandLineBytes(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated string command_line = 9;
getCommandLineCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
getCommandLineCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated string command_line = 9;
getCommandLineCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated string command_line = 9;
getCommandLineList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
getCommandLineList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated string command_line = 9;
getCommandLineList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated string command_line = 9;
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
Returns the associated conference object if any.
getConferenceAddress() - Method in interface org.linphone.core.ChatRoom
Gets the conference address of the chat room.
getConferenceAddress() - Method in interface org.linphone.core.Conference
Get the conference address of the conference.
getConferenceAvailabilityBeforeStart() - Method in interface org.linphone.core.Core
Gets the conference availability before start.
getConferenceCleanupPeriod() - Method in interface org.linphone.core.Core
Gets the conference cleanup timer period.
getConferenceExpirePeriod() - Method in interface org.linphone.core.Core
Gets the conference expire period.
getConferenceFactoryAddress() - Method in interface org.linphone.core.AccountParams
Get the conference factory uri.
getConferenceFactoryAddress() - Method in interface org.linphone.core.ConferenceParams
Get the conference factory address of the conference that has been set.
getConferenceFactoryUri() - Method in interface org.linphone.core.AccountParams
Get the conference factory uri.
getConferenceFactoryUri() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getConferenceInfo() - Method in interface org.linphone.core.CallLog
Retrieves the conference info associated to this call log in DB.
getConferenceInfo() - Method in interface org.linphone.core.ChatRoom
Gets the conference information associated to the chatroom.
getConferenceInfo() - Method in interface org.linphone.core.EventLog
Returns the conference info of a conference call event.
getConferenceInformationList() - Method in interface org.linphone.core.Account
Returns the list of conference information stored locally for a given account.
getConferenceInformationList() - Method in interface org.linphone.core.Core
Retrieve the list of conference information on DB.
getConferenceInformationListAfterTime(long) - Method in interface org.linphone.core.Core
Retrieve the list of conference information on DB after a certain time.
getConferenceInformationsWithParticipant(Address) - Method in interface org.linphone.core.Core
Retrieve the list of conference information on DB where the address passed as
argument is either the organizer or a participant.
getConferenceLocalInputVolume() - Method in interface org.linphone.core.Core
Deprecated.
23/01/2025 Use Conference.getInputVolume() instead.
getConferenceMaxThumbnails() - Method in interface org.linphone.core.Core
Gets the maximum number of thumbnails requested in the SDP during a conference
call Account.getCallLogs().
getConferenceParticipantListType() - Method in interface org.linphone.core.Core
Tells whether the default conference participant list is open or closed.
getConferenceVideoLayout() - Method in interface org.linphone.core.CallParams
Set video layout for 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
Gets my consolidated presence.
getConsolidatedPresence() - Method in interface org.linphone.core.Friend
Get the consolidated presence of a friend.
getConsolidatedPresence() - Method in interface org.linphone.core.PresenceModel
Get the consolidated presence from a presence model.
getContact() - Method in interface org.linphone.core.PresenceModel
Gets the contact of a presence model.
getContact() - Method in interface org.linphone.core.PresenceService
Gets the contact of a presence service.
getContact() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContactAddress() - Method in interface org.linphone.core.Account
Return the contact address of the account.
getContactParameters() - Method in interface org.linphone.core.AccountParams
Returns the contact parameters.
getContactParameters() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContactsList(String, String, int, MagicSearch.Aggregation) - Method in interface org.linphone.core.MagicSearch
Create a sorted list of SearchResult which match with a filter word, from
SipUri in this order : Contact's display name, address username, address domain
and phone number.
getContactsListAsync(String, String, int, MagicSearch.Aggregation) - Method in interface org.linphone.core.MagicSearch
This is the asynchronous version of linphone_magic_search_get_contacts().
getContactUriParameters() - Method in interface org.linphone.core.AccountParams
Return the contact URI parameters.
getContactUriParameters() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getContent() - Method in interface org.linphone.core.Buffer
Get the content of the data buffer.
getContent() - Method in interface org.linphone.core.InfoMessage
Returns the info message's content as a Content structure.
getContent() - Method in interface org.linphone.core.PresenceNote
Gets the content of a presence note.
getContent() - Method in interface org.linphone.core.XmlRpcRequest
Get the content of the XML-RPC request.
getContents() - Method in interface org.linphone.core.ChatMessage
Returns the list of contents in the message.
getContentType() - Method in interface org.linphone.core.ChatMessage
Gets the content type of a chat message.
getContext() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getContextClass() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
Get the context class of the message waiting indication summary.
getCore() - Method in interface org.linphone.core.Account
Get the Core object to which is associated the Account.
getCore() - Method in interface org.linphone.core.Call
Gets 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.ConferenceScheduler
Gets the Core from a ConferenceScheduler object.
getCore() - Method in interface org.linphone.core.Event
Returns back pointer to the Core that created this Event.
getCore() - Method in interface org.linphone.core.Friend
Returns the Core object managing this friend, if any.
getCore() - Method in interface org.linphone.core.FriendList
Returns the Core object attached to this LinphoneFriendList.
getCore() - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
getCore() - Method in interface org.linphone.core.NatPolicy
Returns the Core object managing this nat policy, if any.
getCore() - Method in interface org.linphone.core.Player
Returns the Core object managing this player's call, if any.
getCore() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getCountry() - Method in interface org.linphone.core.DialPlan
Returns the country name of the dialplan.
getCountryCallingCode() - Method in interface org.linphone.core.DialPlan
Returns the country calling code of the dialplan.
getCpuAbis() - Static method in class org.linphone.mediastream.Version
 
getCrashDetails(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
getCrashDetails(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .CrashDetail crash_details = 21;
getCrashDetails(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .CrashDetail crash_details = 21;
getCrashDetailsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
getCrashDetailsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .CrashDetail crash_details = 21;
getCrashDetailsCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .CrashDetail crash_details = 21;
getCrashDetailsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
getCrashDetailsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .CrashDetail crash_details = 21;
getCrashDetailsList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .CrashDetail crash_details = 21;
getCrashDetailsOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .CrashDetail crash_details = 21;
getCrashDetailsOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .CrashDetail crash_details = 21;
getCreationTime() - Method in interface org.linphone.core.ChatRoom
Returns the creation time for the chat room.
getCreationTime() - Method in interface org.linphone.core.EventLog
Returns the creation time of a event log.
getCreationTime() - Method in interface org.linphone.core.Participant
Get the timestamp of the creation of the participant.
getCreationTimestamp() - Method in interface org.linphone.core.Content
Returns the creation timestamp if this content is a FileContent (received or
sent by chat).
GetCreationTokenAsAdmin - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type

getCspi() - Method in interface org.linphone.core.EktInfo
Get cSPI.
getCurrentBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktrace(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .BacktraceFrame current_backtrace = 4;
getCurrentBacktraceOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .BacktraceFrame current_backtrace = 4;
getCurrentCall() - Method in interface org.linphone.core.Core
Gets the current call.
getCurrentCallRemoteAddress() - Method in interface org.linphone.core.Core
Gets 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
Deprecated.
17/07/2025. Use ChatRoom.getParams() instead.
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
Obtains real-time quality rating of the call.
getCustomContact() - Method in interface org.linphone.core.AccountParams
Get the custom contact address previously used when registering to the SIP
server.
getCustomContents() - Method in interface org.linphone.core.CallParams
Gets a list of Content set if exists.
getCustomHeader(String) - Method in interface org.linphone.core.Account
Obtain the value of a header sent by the server in last answer to REGISTER.
getCustomHeader(String) - Method in interface org.linphone.core.CallParams
Get a custom SIP header.
getCustomHeader(String) - Method in interface org.linphone.core.ChatMessage
Retrieves a custom header value given its name.
getCustomHeader(String) - Method in interface org.linphone.core.Content
Get a custom header value of a content.
getCustomHeader(String) - Method in interface org.linphone.core.Event
Obtain the value of a given header for an incoming subscription.
getCustomHeader(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getCustomParam(String) - Method in interface org.linphone.core.Account
Get the custom parameter with key to this Account.
getCustomParam(String) - Method in interface org.linphone.core.AccountParams
Get the custom parameter with key to this AccountParams.
getCustomSdpAttribute(String) - Method in interface org.linphone.core.CallParams
Get a custom SDP attribute that is related to all the streams.
getCustomSdpMediaAttribute(StreamType, String) - Method in interface org.linphone.core.CallParams
Get a custom SDP attribute that is related to a specific stream.
getCustomValue(String) - Method in interface org.linphone.core.LdapParams
Get the value from field.
getData() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes data = 2;
getData() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
bytes data = 2;
getData() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CrashDetailOrBuilder
bytes data = 2;
getDataDir(Object) - Method in class org.linphone.core.Factory
Get the data path.
getDataResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the data resources are located.
getDateTime() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the date and time of the conference.
getDeallocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktrace(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationBacktraceOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
repeated .BacktraceFrame deallocation_backtrace = 6;
getDeallocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 deallocation_tid = 5;
getDeallocationTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
uint64 deallocation_tid = 5;
getDeallocationTid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
uint64 deallocation_tid = 5;
getDebugLevel() - Method in interface org.linphone.core.LdapParams
Return the debug verbosity level.
getDecoderText(String) - Method in class org.linphone.mediastream.Factory
 
getDefaultAccount() - Method in interface org.linphone.core.Core
Returns the default account, that is the one used to determine the current
identity.
getDefaultConferenceLayout() - Method in interface org.linphone.core.Core
Gets the default conference layout.
getDefaultEphemeralLifetime() - Method in interface org.linphone.core.Core
Gets the default lifetime of ephemeral messages in seconds.
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.
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
getDefaultInstance() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
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
Deprecated.
04/09/2024 Use Core.getDefaultAccount()
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
Gets the name of the default mediastreamer2 filter used for rendering video on
the current platform.
getDelay() - Method in interface org.linphone.core.LdapParams
Get the delay between each search in milliseconds.
getDelay() - Method in interface org.linphone.core.TunnelConfig
Get the UDP packet round trip delay in ms for a tunnel configuration.
getDelayedTimeout() - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 Obscure.
getDelimiter() - Method in interface org.linphone.core.MagicSearch
Get the delimiter used for the search.
getDependency() - Method in interface org.linphone.core.Account
Get the dependency of a Account.
getDependency() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDescription() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the description of the conference.
getDescription() - Method in interface org.linphone.core.PayloadType
Return a string describing a payload type.
getDescription() - Method in interface org.linphone.core.PresenceActivity
Gets the description of a presence activity.
getDescriptionUtf8() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the description of the conference.
getDescriptionUtf8() - Method in interface org.linphone.core.ConferenceParams
Get conference description (utf8).
getDetailsCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
 
getDetailsCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
getDetailsCase() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CauseOrBuilder
 
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.Friend
Returns a list of FriendDevice for this friend, for all known
addresses.
getDevices() - Method in interface org.linphone.core.Participant
Gets the list of devices from a chat room's participant.
getDevicesForAddress(Address) - Method in interface org.linphone.core.Friend
Returns a list of FriendDevice for this friend and a specific address.
GetDevicesList - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Gets the list of devices for account.
getDialEscapePlus() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDialPlans() - Method in class org.linphone.core.Factory
Returns a bctbx_list_t of all DialPlans.
getDialPrefix() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDigestAuthenticationPolicy() - Method in interface org.linphone.core.Core
Get the current digest authentication policy applicable for SIP and HTTP.
getDir() - Method in interface org.linphone.core.Call
Returns direction of the call (incoming or outgoing).
getDir() - Method in interface org.linphone.core.CallLog
Gets the direction of the call.
getDisableRecordOnMute() - Method in interface org.linphone.core.Core
Get whether the microphone will be completely deactivated when muted.
getDisconnectionMethod() - Method in interface org.linphone.core.ParticipantDevice
Gets the disconnection method.
getDisconnectionReason() - Method in interface org.linphone.core.ParticipantDevice
Gets the disconnection reason.
getDisplayName() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getDisplayName() - Method in interface org.linphone.core.Address
Returns the display name.
getDisplayName() - Method in interface org.linphone.core.FriendDevice
Gets the display name of this device.
getDisplayName() - Method in interface org.linphone.core.FriendList
Get the display name of the friend list.
getDisposition() - Method in interface org.linphone.core.Content
Get the disposition of the Content, for example "recipient-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.
getDocumentContents() - Method in interface org.linphone.core.ChatRoom
Gets all contents for which content-type starts with either text/ or
application/.
getDomain() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getDomain() - Method in interface org.linphone.core.AccountParams
Get the domain name of the given account params.
getDomain() - Method in interface org.linphone.core.Address
Returns the domain name.
getDomain() - Method in interface org.linphone.core.AuthInfo
Gets the domain.
getDomain() - Method in interface org.linphone.core.LoggingService
Get the domain where application logs are written (for example with LoggingService.message(java.lang.String)
).
getDomain() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getDomain() - Method in interface org.linphone.core.Tunnel
Get the domain.
getDomainFields() - Method in interface org.linphone.core.CardDavParams
Gets the list of vCard RFC fields to use to match the domain filter on.
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
Gets the duration of the call since it was connected.
getDuration() - Method in interface org.linphone.core.Conference
Get the conference duration.
getDuration() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the duration (in minutes) of the conference.
getDuration() - Method in interface org.linphone.core.Player
Get the duration of the opened file.
getDuration() - Method in interface org.linphone.core.Recorder
Gets the duration of the recording.
getEchoCancellationCalibration() - Method in interface org.linphone.core.Core
Gets the currently stored calibration delay for the software echo cancellation.
getEchoCancellerFilterName() - Method in interface org.linphone.core.Core
Gets the name of the mediastreamer2 filter used for echo cancelling.
getEmail() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getEnabled() - Method in interface org.linphone.core.LdapParams
Return if the configuration is enabled.
getEncoderDescription() - Method in interface org.linphone.core.PayloadType
Get a description of the encoder used to provide a payload type.
getEncoderText(String) - Method in class org.linphone.mediastream.Factory
 
getEncoding() - Method in interface org.linphone.core.Content
Get the encoding of the data buffer, for example "gzip".
getEncryptionBackend() - Method in interface org.linphone.core.ChatParams
Get the encryption implementation of the text capabilities of the chat
associated with the given parameters.
getEncryptionBackend() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams.getEncryptionBackend() instead.
getEndAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 end_address = 2;
getEndAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
uint64 end_address = 2;
getEndAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
uint64 end_address = 2;
getEndTime() - Method in interface org.linphone.core.Alert
Return the end time of the alert.
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.ChatParams
Get lifetime (in seconds) for all new ephemeral messages in the text
capabilities of the chat.
getEphemeralLifetime() - Method in interface org.linphone.core.ChatRoom
Gets lifetime (in seconds) for all new ephemeral messages in the chat room.
getEphemeralLifetime() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams.getEphemeralLifetime() instead.
getEphemeralMessageLifetime() - Method in interface org.linphone.core.EventLog
Returns the ephemeral message lifetime of a conference ephemeral message event.
getEphemeralMode() - Method in interface org.linphone.core.ChatParams
Get the ephemeral message mode of the text capabilities of the chat associated
with the given parameters.
getEphemeralMode() - Method in interface org.linphone.core.ChatRoom
Gets the ephemeral mode of the chat room.
getEphemeralMode() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams.getEphemeralMode() instead.
getError() - Method in interface org.linphone.core.Account
Get the reason why registration failed when the account state is
LinphoneRegistrationFailed.
getError() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getErrorInfo() - Method in interface org.linphone.core.Account
Get detailed information why registration failed when the account state is
LinphoneRegistrationFailed.
getErrorInfo() - Method in interface org.linphone.core.Call
Returns full details about call errors or termination reasons.
getErrorInfo() - Method in interface org.linphone.core.CallLog
When the call was failed, return an object describing the failure.
getErrorInfo() - Method in interface org.linphone.core.ChatMessage
Gets full details about delivery error of a chat message.
getErrorInfo() - Method in interface org.linphone.core.Event
Get full details about an error occured.
getErrorInfo() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getEstimatedDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the estimated bandwidth measurement of the received stream, expressed in
kbit/s, including IP/UDP/RTP headers.
getEtag() - Method in interface org.linphone.core.Vcard
Gets the eTag of the vCard.
getExecute() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool execute = 6;
getExecute() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
bool execute = 6;
getExecute() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
bool execute = 6;
getExpirationTime() - Method in interface org.linphone.core.BearerToken
Get the token exiration time, as a number of seconds since EPOCH.
getExpires() - Method in interface org.linphone.core.AccountParams
Get the account params expires.
getExpires() - Method in interface org.linphone.core.AuthInfo
Get the expiration time for the current authentication information.
getExpires() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getExtendedAudioDevices() - Method in interface org.linphone.core.Core
Returns the list of all audio devices.
getExtendedPropertiesValuesByName(String) - Method in interface org.linphone.core.Vcard
Get the vCard extended properties values per property name.
getExternalBodyUrl() - Method in interface org.linphone.core.ChatMessage
Messages 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.
getFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
uint64 fault_address = 9;
getFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
uint64 fault_address = 9;
getFaultAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
uint64 fault_address = 9;
getFaultAdjacentMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
getFaultAdjacentMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
Note, may or may not contain the dump of the actual memory contents.
getFaultAdjacentMetadata() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
Note, may or may not contain the dump of the actual memory contents.
getFd() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
int32 fd = 1;
getFd() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
int32 fd = 1;
getFd() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
int32 fd = 1;
getFecCumulativeLostPacketsNumber() - Method in interface org.linphone.core.CallStats
If the FEC is enabled, gets the cumulative number of lost source packets of the
RTP session that have not been repaired by the current FEC stream.
getFecDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the part of the received stream dedicated to
FEC, expressed in kbit/s, including IP/UDP/RTP headers.
getFecRepairedPacketsNumber() - Method in interface org.linphone.core.CallStats
If the FEC is enabled, gets the cumulative number of source packets of the RTP
session that have been repaired by the current FEC stream.
getFecUploadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the part of the sent stream dedicated to FEC,
expressed in kbit/s, including IP/UDP/RTP headers.
getFile() - Method in interface org.linphone.core.Recorder
Gets the file used for recording.
getFileDuration() - Method in interface org.linphone.core.Content
Gets the file duration in seconds, if information is available.
getFileFormat() - Method in interface org.linphone.core.RecorderParams
Retrieves the #LinphoneRecorderFileFormat.
getFileMapOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 file_map_offset = 7;
getFileMapOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
uint64 file_map_offset = 7;
getFileMapOffset() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
uint64 file_map_offset = 7;
getFileName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string file_name = 6;
getFileName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string file_name = 6;
getFileName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string file_name = 6;
getFileNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string file_name = 6;
getFileNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string file_name = 6;
getFileNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string file_name = 6;
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
Gets the file transfer information (used by callbacks to recover informations
during a rcs file transfer)

getFileTransferServer() - Method in interface org.linphone.core.Core
Gets the globaly set http file transfer server to be used for content type
application/vnd.gsma.rcs-ft-http+xml.
getFilter() - Method in interface org.linphone.core.LdapParams
Get the search is based on this filter to search contacts.
getFirstName() - Method in interface org.linphone.core.Friend
Gets the first name for this friend if vCard exists.
getFlag() - Method in interface org.linphone.core.DialPlan
Returns the flag of the teritory as unicode characters.
getFloat(String) - Method in interface org.linphone.core.Dictionary
Gets the float value of a key.
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.
getFollowsSystemRoutingPolicy() - Method in interface org.linphone.core.AudioDevice
Returns whether the audio device automatically follows the system's audio
routing policy.
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
Searches a Friend by its reference key.
getFriendList() - Method in interface org.linphone.core.Friend
Check that the given friend is in a friend list.
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
Deprecated.
27/10/2023 Friends are now stored in the main db
getFriendsLists() - Method in interface org.linphone.core.Core
Retrieves the list of FriendList from the core.
getFrom() - Method in interface org.linphone.core.Event
Deprecated.
19/07/2020 use Event.getFromAddress() instead
getFromAddress() - Method in interface org.linphone.core.CallLog
Gets the origin address (ie from) of the call.
getFromAddress() - Method in interface org.linphone.core.ChatMessage
Gets origin of the message.
getFromAddress() - Method in interface org.linphone.core.ChatMessageReaction
Returns the Address of the participant that sent this reaction.
getFromAddress() - Method in interface org.linphone.core.EktInfo
Get from address.
getFromAddress() - Method in interface org.linphone.core.Event
Get the "from" address of the subscription.
getFromHeader() - Method in interface org.linphone.core.CallParams
Get the from header in the CallParams.
getFullName() - Method in interface org.linphone.core.Vcard
Returns the FN attribute of the vCard, or null if it isn't set yet.
getFunctionName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string function_name = 4;
getFunctionName() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string function_name = 4;
getFunctionName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string function_name = 4;
getFunctionNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string function_name = 4;
getFunctionNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
string function_name = 4;
getFunctionNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
string function_name = 4;
getFunctionOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 function_offset = 5;
getFunctionOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
uint64 function_offset = 5;
getFunctionOffset() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
uint64 function_offset = 5;
getFutureConferenceInformationList() - Method in interface org.linphone.core.Core
Retrieve the list of future conference information on DB.
getGivenName() - Method in interface org.linphone.core.Vcard
Returns the given name in the N attribute of the vCard, or null if it isn't set
yet.
getGlobalState() - Method in interface org.linphone.core.Core
Returns the global state of core.
getGroupChatStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the groupchat_str for "contact uri parameter".
getGuessHostname() - Method in interface org.linphone.core.Core
Returns true if hostname part of primary contact is guessed automatically.
getHa1() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getHa1() - Method in interface org.linphone.core.AuthInfo
Gets the ha1.
getHasFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_fault_address = 8;
getHasFaultAddress() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
bool has_fault_address = 8;
getHasFaultAddress() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
bool has_fault_address = 8;
getHasSender() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_sender = 5;
getHasSender() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
bool has_sender = 5;
getHasSender() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
bool has_sender = 5;
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.
getHeap() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
getHeap() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.HeapObject heap = 3;
getHeap() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.HeapObject heap = 3;
getHeight() - Method in interface org.linphone.core.VideoDefinition
Get the height of the video definition.
getHistory(int) - Method in interface org.linphone.core.ChatRoom
Deprecated.
30/07/2024. Use ChatRoom.getHistory(int, int) instead.
getHistory(int, int) - Method in interface org.linphone.core.ChatRoom
Gets nb_message most recent events 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
Deprecated.
30/07/2024. Use ChatRoom.getHistoryRange(int, int, int) instead.
getHistoryRange(int, 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.
getHistoryRangeBetween(EventLog, EventLog, int) - Method in interface org.linphone.core.ChatRoom
Gets the partial list of messages between two given EventLog, 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.
getHistoryRangeNear(int, int, EventLog, int) - Method in interface org.linphone.core.ChatRoom
Gets the partial list of messages in the given range near the EventLog
provided, sorted from oldest to most recent.
getHistorySize() - Method in interface org.linphone.core.ChatRoom
Deprecated.
30/07/2024. Use ChatRoom.getHistorySize() instead.
getHistorySize(int) - 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
Gets http proxy address to be used for signaling.
getHttpProxyPort() - Method in interface org.linphone.core.Core
Gets http proxy port to be used for signaling.
getHumanReadable() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
string human_readable = 1;
getHumanReadable() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
string human_readable = 1;
getHumanReadable() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CauseOrBuilder
string human_readable = 1;
getHumanReadableBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
string human_readable = 1;
getHumanReadableBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
string human_readable = 1;
getHumanReadableBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CauseOrBuilder
string human_readable = 1;
getIcalendarString() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the conference as an Icalendar string.
getIceState() - Method in interface org.linphone.core.CallStats
Get the state of ICE processing.
getIcsUid() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the ICS UID linked to a conference info.
getId() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int32 id = 1;
getId() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
int32 id = 1;
getId() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
int32 id = 1;
getId() - Method in interface org.linphone.core.AudioDevice
Returns the id of the audio device.
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.
getIdentifier() - Method in interface org.linphone.core.ChatRoom
Returns the chat room identifier.
getIdentifier() - Method in interface org.linphone.core.Conference
Returns the conference identifier.
getIdentity() - Method in interface org.linphone.core.AccountParams
Deprecated.
01/03/2021 Use AccountParams.getIdentityAddress() instead.
getIdentity() - Method in interface org.linphone.core.Core
Gets the default identity SIP address.
getIdentityAddress() - Method in interface org.linphone.core.AccountParams
Get the identity address of the account params.
getIdentityAddress() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getIdkey() - Method in interface org.linphone.core.AccountParams
Get the idkey property of a AccountParams.
getIdkey() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getImage() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the image path of a VideoSourceDescriptor.
getImageResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the image resources are located.
getImdnResendPeriod() - Method in interface org.linphone.core.Core
Gets the IMDN resend period.
getImdnToEverybodyThreshold() - Method in interface org.linphone.core.Core
Returns the threshold for sending IMDN to all participants to a ChatRoom
.
getImNotifPolicy() - Method in interface org.linphone.core.Core
Gets the ImNotifPolicy object controlling the instant messaging
delivery and displayed service notifications.
getInCallTimeout() - Method in interface org.linphone.core.Core
Gets the maximum duration of a call.
getIncSubscribePolicy() - Method in interface org.linphone.core.Friend
get current subscription policy for this Friend

getIncTimeout() - Method in interface org.linphone.core.Core
Returns the incoming call timeout See Core.setIncTimeout(int) for details.
getIndex() - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
getInfo() - Method in interface org.linphone.core.Conference
Gets the ConferenceInfo object associated with a conference.
getInfo() - Method in interface org.linphone.core.ConferenceScheduler
Returns the ConferenceInfo currently set in this scheduler.
getInformations() - Method in interface org.linphone.core.Alert
Return more informations about the alerts.
getInputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current input device for this call.
getInputAudioDevice() - Method in interface org.linphone.core.CallParams
Gets the default input audio device for a call that will be created using this
call params.
getInputAudioDevice() - Method in interface org.linphone.core.Conference
Gets the current input device for this conference.
getInputAudioDevice() - Method in interface org.linphone.core.Core
Gets the input audio device for the current call.
getInputVolume() - Method in interface org.linphone.core.Conference
Retrieves the volume of a specific participant.
getInstantMessagingEncryptionMandatory() - Method in interface org.linphone.core.AccountParams
Checks if encryption is mandatory for instant messages or not.
getInt(String) - Method in interface org.linphone.core.Dictionary
Gets the int value of a key.
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) - Method in interface org.linphone.core.Dictionary
Gets the int64 value of a key.
getInt64(String, String, int) - Method in interface org.linphone.core.Config
Retrieves a configuration item as a 64 bit integer, given its section, key, and
default value.
getInternationalCallPrefix() - Method in interface org.linphone.core.DialPlan
Returns the international call prefix of the dialplan.
getInternationalPrefix() - Method in interface org.linphone.core.AccountParams
Gets the prefix set for this account params.
getInternationalPrefixIsoCountryCode() - Method in interface org.linphone.core.AccountParams
Gets the ISO country code set for the international prefix in this account
params.
getIntResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning an integer response.
getIpFamilyOfRemote() - Method in interface org.linphone.core.CallStats
Get the IP address family of the remote peer.
getIsMuted() - Method in interface org.linphone.core.ParticipantDevice
Returns whether the participant device is muted or not.
getIsoCountryCode() - Method in interface org.linphone.core.DialPlan
Returns the iso country code of the dialplan.
getIsSpeaking() - Method in interface org.linphone.core.ParticipantDevice
Returns whether the participant device is speaking or not.
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.
getJobTitle() - Method in interface org.linphone.core.Friend
Gets the contact's job title from it's vCard.
getJobTitle() - Method in interface org.linphone.core.Vcard
Gets the Title of the vCard.
getJoiningMethod() - Method in interface org.linphone.core.ParticipantDevice
Gets the joining method or it the device is the focus owner.
getKey() - Method in interface org.linphone.core.Content
Get the key associated with a RCS file transfer message if encrypted.
getKeys() - Method in interface org.linphone.core.Dictionary
Returns the list of keys present in the dictionary.
getKeySize() - Method in interface org.linphone.core.Content
Get the size of key associated with a RCS file transfer message if encrypted.
getKeysNamesList(String) - Method in interface org.linphone.core.Config
Returns the list of keys' names for a section in the LinphoneConfig.
getLabel() - Method in interface org.linphone.core.Core
Get the label assigned to the LinphoneCore.
getLabel() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the label associated to this phone number.
getLang() - Method in interface org.linphone.core.PresenceNote
Gets the language of a presence note.
getLanguage() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getLanguage() - Method in interface org.linphone.core.AccountManagerServices
Gets the configurer preferred language, if set.
getLastMessageInHistory() - Method in interface org.linphone.core.ChatRoom
Gets the last chat message sent or received in this chat room.
getLastName() - Method in interface org.linphone.core.Friend
Gets the last name for this friend if vCard exists.
getLastOutgoingCallLog() - Method in interface org.linphone.core.Core
Gets the latest outgoing call log.
getLastSearch() - Method in interface org.linphone.core.MagicSearch

getLastUpdateTime() - Method in interface org.linphone.core.AccountDevice
Gets the timestamp at which this devices was updated for the last time.
getLastUpdateTime() - Method in interface org.linphone.core.ChatRoom
Returns the last updated time for the chat room.
getLastUpdateTimestamp() - Method in interface org.linphone.core.AccountDevice
Gets the timestamp at which this devices was updated for the last time.
getLatePacketsCumulativeNumber() - Method in interface org.linphone.core.CallStats
Gets the cumulative number of late packets.
getLatestActivityTimestamp() - Method in interface org.linphone.core.PresenceModel
Gets the latest activity timestamp of a presence model.
getLdapList() - Method in interface org.linphone.core.Core
Deprecated.
18/11/2024 use Core.getRemoteContactDirectories() instead.
getLdapParams() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the LDAP params if RemoteContactDirectory.getType() returns LDAP.
getLiblinphonePluginsDir() - Method in class org.linphone.core.Factory
Get the directory where the liblinphone plugins are located.
getLimeAlgo() - Method in interface org.linphone.core.AccountParams
Get the base x3dh algorithm.
getLimeServerUrl() - Method in interface org.linphone.core.AccountParams
Get the x3dh server url.
getLimeX3DhServerUrl() - Method in interface org.linphone.core.Core
Deprecated.
26/08/2022 Use AccountParams.getLimeServerUrl() instead.
getLimit() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the maximum number of results to fetch, 0 means no limit.
getLimitedSearch() - Method in interface org.linphone.core.MagicSearch
Returns whether or not the search is limited or not.
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.
getLoadBias() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 load_bias = 9;
getLoadBias() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
uint64 load_bias = 9;
getLoadBias() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
uint64 load_bias = 9;
getLoadedPlugins() - Method in interface org.linphone.core.Core
Return the list of loaded plugins.
getLocalAddress() - Method in interface org.linphone.core.CallLog
Gets 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.
getLocalAuthenticationToken() - Method in interface org.linphone.core.Call
Returns the local ZRTP authentication token to verify by the remote.
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, expressed as a percentage.
getLocalLossRate() - Method in interface org.linphone.core.CallStats
Get the local loss rate since last report, expressed as a percentage.
getLocalTag() - Method in interface org.linphone.core.Call
Returns the local tag of the Call.
getLocationCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
 
getLocationCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
getLocationCase() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
 
getLogBuffers(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
getLogBuffers(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .LogBuffer log_buffers = 18;
getLogBuffers(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .LogBuffer log_buffers = 18;
getLogBuffersCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
getLogBuffersCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .LogBuffer log_buffers = 18;
getLogBuffersCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .LogBuffer log_buffers = 18;
getLogBuffersList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
getLogBuffersList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .LogBuffer log_buffers = 18;
getLogBuffersList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .LogBuffer log_buffers = 18;
getLogBuffersOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .LogBuffer log_buffers = 18;
getLogBuffersOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .LogBuffer log_buffers = 18;
getLogCollectionMaxFileSize() - Method in interface org.linphone.core.Core
Gets the max file size in bytes of the files used for log collection.
getLogCollectionPath() - Method in interface org.linphone.core.Core
Gets the path where the log files will be written for log collection.
getLogCollectionPrefix() - Method in interface org.linphone.core.Core
Gets 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.
getLogs(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
getLogs(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
repeated .LogMessage logs = 2;
getLogs(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogBufferOrBuilder
repeated .LogMessage logs = 2;
getLogsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
getLogsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
repeated .LogMessage logs = 2;
getLogsCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogBufferOrBuilder
repeated .LogMessage logs = 2;
getLogsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
getLogsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
repeated .LogMessage logs = 2;
getLogsList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogBufferOrBuilder
repeated .LogMessage logs = 2;
getLogsOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
repeated .LogMessage logs = 2;
getLogsOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
repeated .LogMessage logs = 2;
getMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string mapping_name = 2;
getMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
string mapping_name = 2;
getMappingName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
string mapping_name = 2;
getMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string mapping_name = 7;
getMappingName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
string mapping_name = 7;
getMappingName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
string mapping_name = 7;
getMappingNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string mapping_name = 2;
getMappingNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
string mapping_name = 2;
getMappingNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
string mapping_name = 2;
getMappingNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string mapping_name = 7;
getMappingNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
string mapping_name = 7;
getMappingNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
string mapping_name = 7;
getMax() - Method in interface org.linphone.core.Range
Gets the higher value of the range.
getMaxCallLogs() - Method in interface org.linphone.core.Core
Gets the maximum number of call logs retrieved when using Core.getCallLogs()
or Account.getCallLogs().
getMaxCalls() - Method in interface org.linphone.core.Core
Gets the maximum number of simultaneous calls Linphone core can manage at a
time.
getMaxResults() - Method in interface org.linphone.core.LdapParams
Deprecated.
18/11/2024 use RemoteContactDirectory.getLimit() instead.
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
Gets 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 local participant of the conference.
getMediaContents() - Method in interface org.linphone.core.ChatRoom
Gets all contents for which content-type starts with either video/, audio/ or
image/.
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
Gets the media encryption type 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
getMemory() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
bytes memory = 4;
getMemory() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
bytes memory = 4;
getMemory() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
bytes memory = 4;
getMemoryDump(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
getMemoryDump(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .MemoryDump memory_dump = 5;
getMemoryDump(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .MemoryDump memory_dump = 5;
getMemoryDumpCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
getMemoryDumpCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .MemoryDump memory_dump = 5;
getMemoryDumpCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .MemoryDump memory_dump = 5;
getMemoryDumpList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
getMemoryDumpList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .MemoryDump memory_dump = 5;
getMemoryDumpList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .MemoryDump memory_dump = 5;
getMemoryDumpOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .MemoryDump memory_dump = 5;
getMemoryDumpOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .MemoryDump memory_dump = 5;
getMemoryError() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
getMemoryError() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
.MemoryError memory_error = 2;
getMemoryError() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CauseOrBuilder
.MemoryError memory_error = 2;
getMemoryMappings(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappings(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappings(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .MemoryMapping memory_mappings = 17;
getMemoryMappingsOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .MemoryMapping memory_mappings = 17;
getMemoryTags() - Method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata.Builder
One memory tag per granule (e.g.
getMemoryTags() - Method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
One memory tag per granule (e.g.
getMemoryTags() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadataOrBuilder
One memory tag per granule (e.g.
getMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string message = 6;
getMessage() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string message = 6;
getMessage() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string message = 6;
getMessageBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string message = 6;
getMessageBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string message = 6;
getMessageBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string message = 6;
getMessageId() - Method in interface org.linphone.core.ChatMessage
Get the message identifier.
getMetadataCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
 
getMetadataCase() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
getMetadataCase() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
 
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
Gets microphone muted state.
getMicrophoneMuted() - Method in interface org.linphone.core.Conference
Retrieves the volume of a specific participant.
getMicrophoneVolumeGain() - Method in interface org.linphone.core.Call
Gets 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.
getMinCharacters() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the minimum number of characters to have before sending the query to the
server.
getMinChars() - Method in interface org.linphone.core.LdapParams
Deprecated.
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.Account
Returns the missed calls count for a given account.
getMissedCallsCount() - Method in interface org.linphone.core.Core
Gets the number of missed calls.
getMode() - Method in interface org.linphone.core.Tunnel
Get the tunnel mode.
getMsgSnd() - Method in interface org.linphone.core.PushNotificationConfig
Gets the msg_snd for "contact uri parameter".
getMsgStr() - Method in interface org.linphone.core.PushNotificationConfig
Gets the msg_str for "contact uri parameter".
getMspluginsDir() - Method in class org.linphone.core.Factory
Get the directory where the mediastreamer2 plugins are located.
getMtu() - Method in interface org.linphone.core.Core
Returns the maximum transmission unit size in bytes.
getMuted() - Method in interface org.linphone.core.ChatRoom
Gets if a chat room has been flagged as muted (not by default).
getMwiServerAddress() - Method in interface org.linphone.core.AccountParams
Gets the Message Waiting Indication server address.
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
bytes name = 1;
getName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CrashDetailOrBuilder
bytes name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
string name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
string name = 1;
getName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogBufferOrBuilder
string name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
string name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register
string name = 1;
getName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.RegisterOrBuilder
string name = 1;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string name = 2;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
string name = 2;
getName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
string name = 2;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
string name = 2;
getName() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
string name = 2;
getName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
string name = 2;
getName() - Method in interface org.linphone.core.AccountDevice
Gets the name of the device.
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
Gets the display name for this friend.
getName() - Method in interface org.linphone.core.ParticipantDevice
Returns the name of the device.
getName() - Method in interface org.linphone.core.VideoDefinition
Get the name of the video definition.
getNameAttribute() - Method in interface org.linphone.core.LdapParams
Get the list of LDAP attributes to check for the contact name, separated by a
comma and the first being the highest priority.
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
string name = 1;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
string name = 1;
getNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogBufferOrBuilder
string name = 1;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
string name = 1;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register
string name = 1;
getNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.RegisterOrBuilder
string name = 1;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string name = 2;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
string name = 2;
getNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
string name = 2;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
string name = 2;
getNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
string name = 2;
getNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
string name = 2;
getNatAddress() - Method in interface org.linphone.core.Core
Deprecated.
12/10/2022 Use Core.getNatPolicy()
getNationalNumberLength() - Method in interface org.linphone.core.DialPlan
Returns the national number length of the dialplan.
getNativeLibrariesDirectory() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getNativePointer() - Method in interface org.linphone.core.Account
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountCreator
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountDevice
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountManagerServices
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountManagerServicesRequest
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.AccountParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Address
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Alert
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.BearerToken
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.CardDavParams
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.ChatMessageReaction
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatRoom
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ChatRoomParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Conference
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ConferenceInfo
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ConferenceParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ConferenceScheduler
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.Dictionary
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.EktInfo
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.FriendDevice
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.FriendList
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Headers
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ImNotifPolicy
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.InfoMessage
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Ldap
Deprecated.
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.LdapParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.LoggingService
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.MagicSearch
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.MessageWaitingIndication
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
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.ParticipantInfo
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PayloadType
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Player
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceActivity
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceModel
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceNote
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresencePerson
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PresenceService
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PushNotificationConfig
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.PushNotificationMessage
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Range
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.Recorder
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.RecorderParams
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.RemoteContactDirectory
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.SignalInformation
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.VideoSourceDescriptor
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.XmlRpcRequest
Gets the native pointer used by this class to make native method calls.
getNativePointer() - Method in interface org.linphone.core.XmlRpcSession
Gets the native pointer used by this class to make native method calls.
getNativePreviewWindowId() - Method in interface org.linphone.core.Core
Get the native window handle of the video preview window.
getNativeUri() - Method in interface org.linphone.core.Friend
Gets the contact's native URI.
getNativeVideoWindowId() - Method in interface org.linphone.core.Call
Get the native window handle of the video window, casted as an unsigned long.
getNativeVideoWindowId() - Method in interface org.linphone.core.Core
Get the native window handle of the video window.
getNativeVideoWindowId() - Method in interface org.linphone.core.ParticipantDevice
Gets the native window ID where video for this participant device is to be
rendered.
getNatPolicy() - Method in interface org.linphone.core.AccountParams
Get The policy that is used to pass through NATs/firewalls when using this
account params.
getNatPolicy() - Method in interface org.linphone.core.Core
Get The policy that is used to pass through NATs/firewalls.
getNatPolicy() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getNatV4Address() - Method in interface org.linphone.core.NatPolicy
Get the mandatory v4 IP address to use with this NAT policy as server-reflexive
candidate for ICE.
getNatV6Address() - Method in interface org.linphone.core.NatPolicy
Get the mandatory v6 IP address to use with this NAT policy as server-reflexive
candidate for ICE.
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.
getNbNew() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
Get the number of new messages.
getNbNewUrgent() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
Get the number of new urgent messages.
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.
getNbOld() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
Get the number of old messages.
getNbOldUrgent() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
Get the number of old urgent messages.
getNbParticipants() - Method in interface org.linphone.core.ChatRoom
Gets 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.
getNortpOnholdTimeout() - Method in interface org.linphone.core.Core
Gets the value of the no-rtp timeout when the call is on hold.
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 enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
 
getNumber() - Method in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
 
getNumber() - Method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
 
getNumber() - Method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
 
getNumber() - Method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
 
getNumber() - Method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
 
getNumber() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 number = 1;
getNumber() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
int32 number = 1;
getNumber() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
int32 number = 1;
getNumber() - Method in interface org.linphone.core.PayloadType
Returns the payload type number assigned for this codec.
getOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 offset = 3;
getOffset() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
uint64 offset = 3;
getOffset() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
uint64 offset = 3;
getOpenFds(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
getOpenFds(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .FD open_fds = 19;
getOpenFds(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .FD open_fds = 19;
getOpenFdsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
getOpenFdsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .FD open_fds = 19;
getOpenFdsCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .FD open_fds = 19;
getOpenFdsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
getOpenFdsList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .FD open_fds = 19;
getOpenFdsList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
repeated .FD open_fds = 19;
getOpenFdsOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .FD open_fds = 19;
getOpenFdsOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
repeated .FD open_fds = 19;
getOrganization() - Method in interface org.linphone.core.Friend
Gets the contact's organization from it's vCard.
getOrganization() - Method in interface org.linphone.core.Vcard
Gets the Organization of the vCard.
getOrganizer() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the organizer of the conference.
getOrganizerInfo() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the organizer of the conference.
getOutputAudioDevice() - Method in interface org.linphone.core.Call
Gets the current output device for this call.
getOutputAudioDevice() - Method in interface org.linphone.core.CallParams
Gets the default output audio device for a call that will be created using this
call params.
getOutputAudioDevice() - Method in interface org.linphone.core.Conference
Gets the current output device for this conference.
getOutputAudioDevice() - Method in interface org.linphone.core.Core
Gets the output audio device for the current call.
getOverwriteFlagForEntry(String, String) - Method in interface org.linphone.core.Config
Retrieves the overwrite flag for a config item.
getOverwriteFlagForSection(String) - Method in interface org.linphone.core.Config
Retrieves the overwrite flag for a config section.
getOwner() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string owner = 3;
getOwner() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
string owner = 3;
getOwner() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
string owner = 3;
getOwnerBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string owner = 3;
getOwnerBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
string owner = 3;
getOwnerBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
string owner = 3;
getOwnReaction() - Method in interface org.linphone.core.ChatMessage
Returns our own reaction for a given chat message, if any.
getPacEnabledKeys() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 pac_enabled_keys = 8;
getPacEnabledKeys() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
int64 pac_enabled_keys = 8;
getPacEnabledKeys() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
int64 pac_enabled_keys = 8;
getParam() - Method in interface org.linphone.core.PushNotificationConfig
Gets the param for "contact uri parameter".
getParam(String) - Method in interface org.linphone.core.Address
Get the value of a parameter of the address.
getParameterValue(String) - Method in interface org.linphone.core.ParticipantInfo
Get the value of a custom parameter of the object ParticipantInfo.
getParams() - Method in interface org.linphone.core.Account
Get the AccountParams as read-only object.
getParams() - Method in interface org.linphone.core.Call
Returns read-only local parameters associated with the call.
getParams() - Method in interface org.linphone.core.ChatRoom
Returns current parameters associated with the chat room.
getParams() - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
getParams() - Method in interface org.linphone.core.Recorder
Retrieves the RecorderParams object.
getPart(int) - Method in interface org.linphone.core.Content
Get a part from a multipart content according to its index.
getParticipant() - Method in interface org.linphone.core.ParticipantDevice
Returns the Participant this ParticipantDevice belongs to.
getParticipant() - Method in interface org.linphone.core.ParticipantImdnState
Get the participant concerned by a LinphoneParticipantImdnState.
getParticipantAddress() - Method in interface org.linphone.core.EventLog
Returns the participant address of a conference participant event.
getParticipantCount() - Method in interface org.linphone.core.Conference
Get number of participants without me.
getParticipantDeviceList() - Method in interface org.linphone.core.Conference
Get list of all participant devices of a conference including me if it is in.
getParticipantDeviceVolume(ParticipantDevice) - Method in interface org.linphone.core.Conference
Retrieves the volume of a specific participant.
getParticipantInfos() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the list of participants as list of participant infos.
getParticipantList() - Method in interface org.linphone.core.Conference
Get list of all participants of a conference.
getParticipantListType() - Method in interface org.linphone.core.ConferenceParams
Get the participant list type.
getParticipants() - Method in interface org.linphone.core.ChatRoom
Gets the list of participants of a chat room.
getParticipants() - Method in interface org.linphone.core.Conference
Deprecated.
10/07/2020 Use Conference.getParticipantList() instead.
getParticipants() - Method in interface org.linphone.core.ConferenceInfo
Deprecated.
24/08/2023 use linphone_conference_info_get_participant_infos
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
Deprecated.
11/06/2024 use AccountManagerServices instead
getPassword() - Method in interface org.linphone.core.Address
Get the password encoded in the address.
getPassword() - Method in interface org.linphone.core.AuthInfo
Gets the password.
getPassword() - Method in interface org.linphone.core.LdapParams
Get the password to pass to server when binding.
getPath() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string path = 2;
getPath() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
string path = 2;
getPath() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
string path = 2;
getPathBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string path = 2;
getPathBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
string path = 2;
getPathBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
string path = 2;
getPayloadType(String, int, int) - Method in interface org.linphone.core.Core
Get payload type from mime type and clock rate.
getPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 pc = 2;
getPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
uint64 pc = 2;
getPc() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
uint64 pc = 2;
getPeerAddress() - Method in interface org.linphone.core.ChatMessage
Returns the peer (remote) address of the message.
getPeerAddress() - Method in interface org.linphone.core.ChatRoom
Get the peer address associated to this chat room.
getPeerAddress() - Method in interface org.linphone.core.EventLog
Returns the peer address of a conference event.
getPhoneCountryCode() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getPhoneNumber() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getPhoneNumber() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the phone number.
getPhoneNumber() - Method in interface org.linphone.core.SearchResult
Gets the phone number of the search result if any.
getPhoneNumbers() - Method in interface org.linphone.core.Friend
Returns a list of phone numbers for this friend.
getPhoneNumbers() - Method in interface org.linphone.core.Vcard
Returns the list of phone numbers in the vCard (all the TEL attributes) or
null.
getPhoneNumbersWithLabel() - Method in interface org.linphone.core.Friend
Returns a list of FriendPhoneNumber for this friend.
getPhoneNumbersWithLabel() - Method in interface org.linphone.core.Vcard
Returns the list of phone numbers in the vCard (all the TEL attributes) or
null.
getPhoto() - Method in interface org.linphone.core.Friend
Gets the contact's picture URI.
getPhoto() - Method in interface org.linphone.core.Vcard
Returns the first PHOTO property or null.
getPhrase() - Method in interface org.linphone.core.ErrorInfo
Get textual phrase from the error info.
getPictureUri() - Method in interface org.linphone.core.AccountParams
Gets the account picture URI if set, null otherwise.
getPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 pid = 2;
getPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
uint32 pid = 2;
getPid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
uint32 pid = 2;
getPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 pid = 5;
getPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
uint32 pid = 5;
getPid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
uint32 pid = 5;
getPlainFilePath() - Method in interface org.linphone.core.Content
Deprecated.
2022-01-07. Use Content.exportPlainFile() instead.
getPlaybackDevice() - Method in interface org.linphone.core.Core
Deprecated.
getPlaybackGainDb() - Method in interface org.linphone.core.Core
Gets 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.
getPlayer() - Method in interface org.linphone.core.Conference
Gets a player associated with the conference to play a local file and stream it
to the remote peers.
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
Gets the mesured playback volume level (received from remote) in dbm0.
getPnParam() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getPnPrid() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getPnProvider() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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.
getPostQuantumAvailable() - Method in interface org.linphone.core.Core
Are PostQuantum algoritms available.
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
Gets my presence model.
getPresenceModel() - Method in interface org.linphone.core.Friend
Get the presence model of a friend.
getPresenceModelForUriOrTel(String) - Method in interface org.linphone.core.Friend
Get the presence model for a specific SIP URI or phone number of a friend.
getPresentity() - Method in interface org.linphone.core.PresenceModel
Gets the presentity of a presence model.
getPreviewRectF() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getPreviewSurfaceView() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
getPreviewVideoDefinition() - Method in interface org.linphone.core.Core
Get the definition of the captured video.
getPreviewVideoSize() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
getPrid() - Method in interface org.linphone.core.PushNotificationConfig
Gets the prid for "contact uri parameter".
getPrimaryContact() - Method in interface org.linphone.core.Core
Returns the default identity when no account is used.
getPrimaryContactAddress() - Method in interface org.linphone.core.Core
Same as Core.getPrimaryContact() but the result is a Address object
instead of a string.
getPrimaryContactParsed() - Method in interface org.linphone.core.Core
Deprecated.
22/10/2018 Use Core.createPrimaryContactParsed() instead.
getPriority() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 priority = 4;
getPriority() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
uint32 priority = 4;
getPriority() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
uint32 priority = 4;
getPrivacy() - Method in interface org.linphone.core.AccountParams
Get default privacy policy for all calls routed through this proxy.
getPrivacy() - Method in interface org.linphone.core.CallParams
Get requested level of privacy for the call.
getPrivacy() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getProcessUptime() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
Process uptime in seconds.
getProcessUptime() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
Process uptime in seconds.
getProcessUptime() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
Process uptime in seconds.
getProtocol() - Method in interface org.linphone.core.ErrorInfo
Get protocol from the error info.
getProtocolCode() - Method in interface org.linphone.core.ErrorInfo
Get the status code from the low level protocol (ex a SIP status code).
getProvider() - Method in interface org.linphone.core.PushNotificationConfig
Gets the provider for "contact uri parameter".
getProvisioningUri() - Method in interface org.linphone.core.Core
Get provisioning URI.
getProxyCfg() - Method in interface org.linphone.core.ConferenceParams
Deprecated.
11/01/2022 Use ConferenceParams.getAccount() instead.
getProxyConfig() - Method in interface org.linphone.core.CallParams
Deprecated.
28/02/2021 Use CallParams.getAccount() instead.
getProxyConfigByIdkey(String) - Method in interface org.linphone.core.Core
Deprecated.
getProxyConfigList() - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 Use Core.getAccountList()
getPublishExpires() - Method in interface org.linphone.core.AccountParams
Get the publish expiration time in second.
getPublishExpires() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getPublishState() - Method in interface org.linphone.core.Event
Get publish state.
getPushIncomingCallTimeout() - Method in interface org.linphone.core.Core
Returns the push incoming call timeout See Core.setPushIncomingCallTimeout(int)
for details.
getPushNotificationAllowed() - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
getPushNotificationConfig() - Method in interface org.linphone.core.AccountParams
Returns the push notification configuration.
getPushNotificationConfig() - Method in interface org.linphone.core.Core
Gets the push notification configuration object if it exists.
getPushNotificationConfig() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getQuality() - Method in interface org.linphone.core.CallLog
Gets the overall quality indication of the call.
getQualityReportingCollector() - Method in interface org.linphone.core.AccountParams
Get the route of the collector end-point when using quality reporting.
getQualityReportingCollector() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getQualityReportingInterval() - Method in interface org.linphone.core.AccountParams
Get the interval between interval reports when using quality reporting.
getQualityReportingInterval() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRawResponse() - Method in interface org.linphone.core.XmlRpcRequest
Get the raw response to an XML-RPC request sent with XmlRpcSession.sendRequest(org.linphone.core.XmlRpcRequest)
and returning http body as string.
getReactionContent() - Method in interface org.linphone.core.PushNotificationMessage
Gets the reaction content.
getReactions() - Method in interface org.linphone.core.ChatMessage
Gets the list of reactions received for this chat message.
getRead() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool read = 4;
getRead() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
bool read = 4;
getRead() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
bool read = 4;
getRealm() - Method in interface org.linphone.core.AccountParams
Get the realm of the given account params.
getRealm() - Method in interface org.linphone.core.AuthInfo
Gets the realm.
getRealm() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRealtimeTextKeepaliveInterval() - Method in interface org.linphone.core.CallParams
Use to get keep alive interval of real time text following rfc4103.
getRealtimeTextKeepaliveInterval() - Method in interface org.linphone.core.Core
Gets keep alive interval of real time text (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, expressed in seconds.
getReceiverLossRate() - Method in interface org.linphone.core.CallStats
Gets the remote reported loss rate since last report, expressed as a
percentage.
getRecommendedVideoDefinitions() - Method in class org.linphone.core.Factory
Get the recommended list of standard video definitions.
getRecordFile() - Method in interface org.linphone.core.CallParams
Get the path for the audio recording of the call.
getRecordFile() - Method in interface org.linphone.core.Core
Get the wav file where incoming stream is recorded, when files are used instead
of soundcards (see Core.setUseFiles(boolean)).
getRecordVolume() - Method in interface org.linphone.core.Call
Gets 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.
getRecvImdnDeliveryError() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn delivery error 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.
getReferredByAddress() - Method in interface org.linphone.core.Call
Gets the referred-by address, which is set when an incoming call is received as
a consequence of a call transfer operation by a third party.
getReferTo() - Method in interface org.linphone.core.Call
Gets the refer-to uri (if the call was transferred).
getReferToAddress() - Method in interface org.linphone.core.Call
Gets the refer-to uri (if the call was transferred).
getRefKey() - Method in interface org.linphone.core.AccountParams
Get the persistent reference key associated to the account params.
getRefKey() - Method in interface org.linphone.core.CallLog
Gets the persistent reference key associated to the call log.
getRefKey() - Method in interface org.linphone.core.Friend
Get the reference key of a friend.
getRefKey() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRefreshToken() - Method in interface org.linphone.core.AuthInfo
Return a previously set refresh token.
getRegisterName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string register_name = 1;
getRegisterName() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
string register_name = 1;
getRegisterName() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
string register_name = 1;
getRegisterNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string register_name = 1;
getRegisterNameBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
string register_name = 1;
getRegisterNameBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
string register_name = 1;
getRegisterOnlyWhenNetworkIsUp() - Method in interface org.linphone.core.Core
Gets if accounts will wait for network to be connected before trying to
REGISTER or not.
getRegisters(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
getRegisters(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .Register registers = 3;
getRegisters(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .Register registers = 3;
getRegistersCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
getRegistersCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .Register registers = 3;
getRegistersCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .Register registers = 3;
getRegistersList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
getRegistersList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .Register registers = 3;
getRegistersList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated .Register registers = 3;
getRegistersOrBuilder(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .Register registers = 3;
getRegistersOrBuilderList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated .Register registers = 3;
getRelatedChatMessageId() - Method in interface org.linphone.core.Content
Returns the chat message id for which this content is related to, if any.
getRelPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 rel_pc = 1;
getRelPc() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
uint64 rel_pc = 1;
getRelPc() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
uint64 rel_pc = 1;
getRemainingDownloadFileCount() - Method in interface org.linphone.core.Core
Returns how many attachments are yet to be downloaded.
getRemainingUploadFileCount() - Method in interface org.linphone.core.Core
Returns how many attachments are yet to be uploaded.
getRemoteAddress() - Method in interface org.linphone.core.Call
Returns the remote address associated to this call.
getRemoteAddress() - Method in interface org.linphone.core.CallLog
Gets 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.
getRemoteAuthenticationTokens() - Method in interface org.linphone.core.Call
Returns a list of 4 remote ZRTP authentication tokens.
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.
getRemoteContactAddress() - Method in interface org.linphone.core.Call
Returns the far end's sip contact as an address, if available.
getRemoteContactDirectories() - Method in interface org.linphone.core.Core
Gets the list of currently configured LDAP or CardDAV remote servers used by
MagicSearch.
getRemoteParams() - Method in interface org.linphone.core.Call
Returns call parameters proposed by remote.
getRemotePushNotificationAllowed() - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
getRemoteRingbackTone() - Method in interface org.linphone.core.Core
Get the ring back tone played to far end during incoming calls.
getRemoteTag() - Method in interface org.linphone.core.Call
Returns the remote tag of the Call.
getRemoteToken() - Method in interface org.linphone.core.PushNotificationConfig
Gets the remote token for "contact uri parameter".
getRemoteUdpMirrorPort() - Method in interface org.linphone.core.TunnelConfig
Get the remote port on the tunnel server side used to test UDP reachability.
getRemoteUserAgent() - Method in interface org.linphone.core.Call
Returns the far end's user agent description string, if available.
getReplacedCall() - Method in interface org.linphone.core.Call
Returns the call object this call is replacing, if any.
getReplyMessage() - Method in interface org.linphone.core.ChatMessage
Returns the ChatMessage this message is a reply to.
getReplyMessageId() - Method in interface org.linphone.core.ChatMessage
Returns the ID of the message this is a reply to.
getReplyMessageSenderAddress() - Method in interface org.linphone.core.ChatMessage
Returns the address of the sender of the message this is a reply to.
getRequestAddress() - Method in interface org.linphone.core.Call
The address to which the call has been sent, taken directly from the SIP
request-URI of the INVITE.
getRequestAddress() - Method in interface org.linphone.core.Event
Get the "request uri" address of the subscription.
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.
getRevision() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string revision = 3;
getRevision() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string revision = 3;
getRevision() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string revision = 3;
getRevisionBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string revision = 3;
getRevisionBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string revision = 3;
getRevisionBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string revision = 3;
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.
getRole() - Method in interface org.linphone.core.Participant
Get the role of the participant within the conference.
getRole() - Method in interface org.linphone.core.ParticipantInfo
Get the role of the object ParticipantInfo.
getRootCa() - Method in interface org.linphone.core.Core
Gets the path to a file or folder containing the trusted root CAs (PEM format)

getRoundTripDelay() - Method in interface org.linphone.core.CallStats
Get the round trip delay in s.
getRoute() - Method in interface org.linphone.core.AccountCreator
Get the route.
getRoutes() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getRoutesAddresses() - Method in interface org.linphone.core.AccountParams
Gets the list of the routes set for this account params.
getRtcpDownloadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the received RTCP, expressed in kbit/s,
including IP/UDP/RTP headers.
getRtcpUploadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the sent RTCP, expressed in kbit/s, including
IP/UDP/RTP headers.
getRtpCumPacketLoss() - Method in interface org.linphone.core.CallStats
Get the RTP cumulative number of incoming packet lost.
getRtpDiscarded() - Method in interface org.linphone.core.CallStats
Get the RTP incoming packets discarded because the queue exceeds its max size.
getRtpHwRecv() - Method in interface org.linphone.core.CallStats
Get the number of received bytes excluding IPv4/IPv6/UDP headers and including
late and duplicate packets.
getRtpPacketRecv() - Method in interface org.linphone.core.CallStats
Get the number of RTP received packets.
getRtpPacketSent() - Method in interface org.linphone.core.CallStats
Get the number of RTP outgoing packets.
getRtpProfile() - Method in interface org.linphone.core.CallParams
Get the RTP profile being used.
getRtpRecv() - Method in interface org.linphone.core.CallStats
Get the RTP incoming recv_bytes of payload and delivered in time to the
application.
getRtpSent() - Method in interface org.linphone.core.CallStats
Get the RTP outgoing sent_bytes (excluding IP header)

getScheme() - Method in interface org.linphone.core.Address
Returns the address scheme, normally "sip".
getScreenSharing() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the screen sharing description of a VideoSourceDescriptor.
getScreenSharingParticipant() - Method in interface org.linphone.core.Conference
Get the participant that is currently screen sharing.
getScreenSharingParticipantDevice() - Method in interface org.linphone.core.Conference
Get the participant device that is currently screen sharing.
getScreenSharingType() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the screen sharing type of a VideoSourceDescriptor.
getSearchLimit() - Method in interface org.linphone.core.MagicSearch
Gets 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
Gets the security level of a chat room.
getSecurityLevel() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the desired security level of the conference.
getSecurityLevel() - Method in interface org.linphone.core.ConferenceParams
Retrieve the desired security level of the conference.
getSecurityLevel() - Method in interface org.linphone.core.Friend
Returns the security level of a friend which is the lowest among all devices we
know for it.
getSecurityLevel() - Method in interface org.linphone.core.FriendDevice
Gets the current security level of this device.
getSecurityLevel() - Method in interface org.linphone.core.Participant
Get the security level of a participant.
getSecurityLevel() - Method in interface org.linphone.core.ParticipantDevice
Gets the security level of a participant's device.
getSecurityLevelForAddress(Address) - Method in interface org.linphone.core.Friend
Returns the security level of a friend for a given address which is the lowest
among all devices we know for that address.
getSelinuxLabel() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string selinux_label = 8;
getSelinuxLabel() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string selinux_label = 8;
getSelinuxLabel() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string selinux_label = 8;
getSelinuxLabelBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string selinux_label = 8;
getSelinuxLabelBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string selinux_label = 8;
getSelinuxLabelBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string selinux_label = 8;
getSenderInterarrivalJitter() - Method in interface org.linphone.core.CallStats
Gets the local interarrival jitter, expressed in seconds.
getSenderLossRate() - Method in interface org.linphone.core.CallStats
Get the local loss rate since last report, expressed as a percentage.
getSenderPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_pid = 7;
getSenderPid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
int32 sender_pid = 7;
getSenderPid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
int32 sender_pid = 7;
getSenderUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_uid = 6;
getSenderUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
int32 sender_uid = 6;
getSenderUid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
int32 sender_uid = 6;
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.
getSendImdnDeliveryError() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn delivery error notifications are being sent.
getSendImdnDisplayed() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether imdn displayed notifications are being sent.
getSendIsComposing() - Method in interface org.linphone.core.ImNotifPolicy
Tell whether is_composing notifications are being sent.
getSentFramerate() - Method in interface org.linphone.core.CallParams
Get the framerate of the video that is sent.
getSentVideoDefinition() - Method in interface org.linphone.core.CallParams
Get the definition of the sent video.
getServer() - Method in interface org.linphone.core.LdapParams
Deprecated.
18/11/2024 use RemoteContactDirectory.getServerUrl() instead.
getServerAddr() - Method in interface org.linphone.core.AccountParams
Deprecated.
01/03/2021 Use AccountParams.getServerAddress() instead.
getServerAddr() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getServerAddress() - Method in interface org.linphone.core.AccountParams
Get the account params SIP proxy or registrar address.
getServerCertificatesVerificationMode() - Method in interface org.linphone.core.LdapParams
Return whether the tls server certificate must be verified when connecting to a
LDAP server.
getServers() - Method in interface org.linphone.core.Tunnel
Get added servers.
getServerUrl() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the configured remote contact directory server URL.
getServiceDescriptions() - Method in interface org.linphone.core.PresenceService
Gets the service descriptions of a presence service.
getSessionExpiresMinValue() - Method in interface org.linphone.core.Core
Returns the session expires min value, 90 by default.
getSessionExpiresRefresherValue() - Method in interface org.linphone.core.Core
Returns the session expires refresher value.
getSessionExpiresValue() - Method in interface org.linphone.core.Core
Returns the session expires value.
getSessionName() - Method in interface org.linphone.core.CallParams
Get the session name of the media session (ie in SDP).
getSetAsDefault() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getSignalInfo() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
getSignalInfo() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
.Signal signal_info = 10;
getSignalInfo() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
.Signal signal_info = 10;
getSignalType() - Method in interface org.linphone.core.SignalInformation
getSignalUnit() - Method in interface org.linphone.core.SignalInformation
getSipAddresses() - Method in interface org.linphone.core.Vcard
Returns the list of SIP addresses in the vCard (all the IMPP attributes that
has an URI value starting by "sip:") or null.
getSipAttribute() - Method in interface org.linphone.core.LdapParams
Get the attributes to build the SIP username in address of Friend.
getSipDomain() - Method in interface org.linphone.core.LdapParams
Get the domain to the sip address(sip:username@domain).
getSipDscp() - Method in interface org.linphone.core.Core
Gets the DSCP field for SIP signaling channel.
getSipTransportTimeout() - Method in interface org.linphone.core.Core
Gets the SIP transport timeout, which represents the maximum time permitted to
establish a connection to a SIP server.
getSize() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 size = 2;
getSize() - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
uint64 size = 2;
getSize() - Method in interface com.android.server.os.LinphoneTombstoneProtos.HeapObjectOrBuilder
uint64 size = 2;
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.
getSoundDevicesList() - Method in interface org.linphone.core.Core
Deprecated.
10/04/2021 Use Core.getAudioDevices() instead.
getSoundResourcesDir() - Method in class org.linphone.core.Factory
Get the directory where the sound resources are located.
getSourceFlags() - Method in interface org.linphone.core.SearchResult
Gets source flags of the search result.
getSp() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 sp = 3;
getSp() - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
uint64 sp = 3;
getSp() - Method in interface com.android.server.os.LinphoneTombstoneProtos.BacktraceFrameOrBuilder
uint64 sp = 3;
getSpeakerMuted() - Method in interface org.linphone.core.Call
Gets speaker muted state.
getSpeakerphoneAlwaysOn(Factory) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
getSpeakerVolumeGain() - Method in interface org.linphone.core.Call
Gets speaker volume gain.
getSrtpCryptoSuites() - Method in interface org.linphone.core.Core
Gets the crypto suites available to the core.
getSrtpSource() - Method in interface org.linphone.core.CallStats
Get the method used for SRTP key exchange.
getSrtpSuite() - Method in interface org.linphone.core.CallStats
Get the SRTP Cryto suite in use.
getSrtpSuites() - Method in interface org.linphone.core.CallParams
Returns the list of enable srtp suite in the call (enforced only if SDES is the
selected encryption mode)

getSspi() - Method in interface org.linphone.core.EktInfo
Get sSPI.
getSsrc(StreamType) - Method in interface org.linphone.core.ParticipantDevice
Get the audio stream SSRC of the device.
getStarred() - Method in interface org.linphone.core.Friend
Gets if the friend is to be considered as important for the user.
getStartDate() - Method in interface org.linphone.core.CallLog
Gets the start date of the call.
getStartTime() - Method in interface org.linphone.core.Alert
Return the start time of the alert.
getStartTime() - Method in interface org.linphone.core.Conference
Get the conference start time.
getState() - Method in interface org.linphone.core.Account
Get the registration state of the given account.
getState() - Method in interface org.linphone.core.Alert
Return the state of the alert.
getState() - Method in interface org.linphone.core.Call
Retrieves the call's current state.
getState() - Method in interface org.linphone.core.ChatMessage
Gets the state of the message.
getState() - Method in interface org.linphone.core.ChatRoom
Gets the state of the chat room.
getState() - Method in interface org.linphone.core.Conference
Get the current state of the conference.
getState() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the state of the conference info.
getState() - Method in interface org.linphone.core.ParticipantDevice
Gets the state of a participant device.
getState() - Method in interface org.linphone.core.ParticipantImdnState
Get the chat message state the participant is in.
getState() - Method in interface org.linphone.core.Player
Get the current state of a player.
getState() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getState() - Method in interface org.linphone.core.Recorder
Gets the current state of the recorder.
getStateChangeTime() - Method in interface org.linphone.core.ParticipantImdnState
Get the timestamp at which a participant has reached the state described by a
LinphoneParticipantImdnState.
getStaticPicture() - Method in interface org.linphone.core.Core
Get the path to the image file streamed when "Static picture" is set as the
video device.
getStaticPictureFps() - Method in interface org.linphone.core.Core
Get the frame rate for static picture.
getStats(StreamType) - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for a particular stream type.
getStatus() - Method in interface org.linphone.core.CallLog
Gets the status of the call.
getStatus() - Method in interface org.linphone.core.XmlRpcRequest
Get the status of the XML-RPC request.
getStreamAvailability(StreamType) - Method in interface org.linphone.core.ParticipantDevice
Gets the stream availability of the device.
getStreamCapability(StreamType) - Method in interface org.linphone.core.ParticipantDevice
Gets the stream capability of the device.
getStreamCount() - Method in interface org.linphone.core.Call
Returns the number of stream for the given call.
getStreamLabel(StreamType) - Method in interface org.linphone.core.ParticipantDevice
Gets the stream label of the device.
getStrength() - Method in interface org.linphone.core.SignalInformation
Get the value of the SignalInformation.
getString(String) - Method in interface org.linphone.core.Dictionary
Gets the char* value of a key.
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
Deprecated.
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
Gets the subject of a chat room.
getSubject() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ConferenceParams.getSubject() instead.
getSubject() - Method in interface org.linphone.core.Conference
Get the conference subject.
getSubject() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the subject of the conference.
getSubject() - Method in interface org.linphone.core.ConferenceParams
Get the conference subject.
getSubject() - Method in interface org.linphone.core.EventLog
Returns the subject of a conference subject event.
getSubjectUtf8() - Method in interface org.linphone.core.ChatRoom
Gets the subject of a chat room (as an UTF8 string)

getSubjectUtf8() - Method in interface org.linphone.core.Conference
Get the conference subject as an UTF-8 string.
getSubjectUtf8() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the subject of the conference.
getSubjectUtf8() - Method in interface org.linphone.core.ConferenceParams
Get the conference subject as an UTF-8 string.
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.
getSummaries() - Method in interface org.linphone.core.MessageWaitingIndication
Get the message waiting indication summaries.
getSummary(MessageWaitingIndication.ContextClass) - Method in interface org.linphone.core.MessageWaitingIndication
Get the message waiting indication summary for a given context class.
getSupportedFileFormatsList() - Method in interface org.linphone.core.Core
Returns a list of strings containing the file format types supported for call
recording.
getSupportedTagsList() - Method in interface org.linphone.core.AccountParams
Gets the list of supported tags.
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
 
getTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
uint64 tag = 4;
getTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.FD
uint64 tag = 4;
getTag() - Method in interface com.android.server.os.LinphoneTombstoneProtos.FDOrBuilder
uint64 tag = 4;
getTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string tag = 5;
getTag() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string tag = 5;
getTag() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string tag = 5;
getTag100RelSupportLevel() - Method in interface org.linphone.core.Core
Gets the support level of the 100rel attribute.
getTagBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string tag = 5;
getTagBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string tag = 5;
getTagBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string tag = 5;
getTaggedAddrCtrl() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 tagged_addr_ctrl = 6;
getTaggedAddrCtrl() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
int64 tagged_addr_ctrl = 6;
getTaggedAddrCtrl() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
int64 tagged_addr_ctrl = 6;
getTcpPort() - Method in interface org.linphone.core.Transports
Gets the TCP port in the Transports object.
getTeamId() - Method in interface org.linphone.core.PushNotificationConfig
Gets the team id for "contact uri parameter".
getTextContent() - Method in interface org.linphone.core.ChatMessage
Deprecated.
01/07/2020. Use ChatMessage.getUtf8Text() instead.
getTextPayloadTypes() - Method in interface org.linphone.core.Core
Returns 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.
getThreads() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
Deprecated.
getThreads() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
Deprecated.
getThreads() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
Deprecated.
getThreadsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
 
getThreadsCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
getThreadsCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
map<uint32, .Thread> threads = 16;
getThreadsMap() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
getThreadsMap() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
map<uint32, .Thread> threads = 16;
getThreadsMap() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
map<uint32, .Thread> threads = 16;
getThreadsOrDefault(int, LinphoneTombstoneProtos.Thread) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
getThreadsOrDefault(int, LinphoneTombstoneProtos.Thread) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
map<uint32, .Thread> threads = 16;
getThreadsOrDefault(int, LinphoneTombstoneProtos.Thread) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
map<uint32, .Thread> threads = 16;
getThreadsOrThrow(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
getThreadsOrThrow(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
map<uint32, .Thread> threads = 16;
getThreadsOrThrow(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
map<uint32, .Thread> threads = 16;
getThumbnailSsrc() - Method in interface org.linphone.core.ParticipantDevice
Get the thumbnail stream SSRC of the device.
getThumbnailStreamAvailability() - Method in interface org.linphone.core.ParticipantDevice
Gets the thumbnail stream availability of the device.
getThumbnailStreamCapability() - Method in interface org.linphone.core.ParticipantDevice
Gets the thumbnail stream capability of the device.
getThumbnailStreamLabel() - Method in interface org.linphone.core.ParticipantDevice
Gets the thumbnail stream label of the device.
getTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 tid = 3;
getTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
uint32 tid = 3;
getTid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
uint32 tid = 3;
getTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 tid = 6;
getTid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
uint32 tid = 6;
getTid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
uint32 tid = 6;
getTime() - Method in interface org.linphone.core.ChatMessage
Gets the time the message was sent.
getTimeOfDisconnection() - Method in interface org.linphone.core.ParticipantDevice
Gets the timestamp the device left a conference.
getTimeOfJoining() - Method in interface org.linphone.core.ParticipantDevice
Gets the timestamp the device joined a conference.
getTimeout() - Method in interface org.linphone.core.LdapParams
Deprecated.
18/11/2024 use RemoteContactDirectory.getTimeout() instead.
getTimeout() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the timeout (in seconds) after which the query is abandonned.
getTimeoutTlsMs() - Method in interface org.linphone.core.LdapParams
Get the timeout for TLS connection in milliseconds.
getTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string timestamp = 1;
getTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string timestamp = 1;
getTimestamp() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string timestamp = 1;
getTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string timestamp = 4;
getTimestamp() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string timestamp = 4;
getTimestamp() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string timestamp = 4;
getTimestamp() - Method in interface org.linphone.core.PresenceModel
Gets the timestamp of a presence model.
getTimestampBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string timestamp = 1;
getTimestampBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
string timestamp = 1;
getTimestampBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.LogMessageOrBuilder
string timestamp = 1;
getTimestampBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string timestamp = 4;
getTimestampBytes() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
string timestamp = 4;
getTimestampBytes() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
string timestamp = 4;
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
Deprecated.
19/07/2020 use Event.getToAddress() instead
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
Gets the destination address (ie to) of the call.
getToAddress() - Method in interface org.linphone.core.ChatMessage
Gets destination of the message.
getToAddress() - Method in interface org.linphone.core.Event
Get the "to" address of the subscription.
getToBeStored() - Method in interface org.linphone.core.ChatMessage
Gets if a chat message is to be stored.
getToHeader(String) - Method in interface org.linphone.core.Call
getToken() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getToken() - Method in interface org.linphone.core.BearerToken
Get the token as a string.
getTokenEndpointUri() - Method in interface org.linphone.core.AuthInfo
Get the previously set token endpoint https uri (OAUTH2).
getTool() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Tool tool = 1;
getTool() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.MemoryError.Tool tool = 1;
getTool() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.MemoryError.Tool tool = 1;
getToolValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Tool tool = 1;
getToolValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.MemoryError.Tool tool = 1;
getToolValue() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.MemoryError.Tool tool = 1;
getTopResourcesDir() - Method in class org.linphone.core.Factory
Get the top directory where the resources are located.
getTransfererCall() - Method in interface org.linphone.core.Call
Gets the transferer if this call was started automatically as a result of an
incoming transfer request.
getTransferState() - Method in interface org.linphone.core.Call
Returns the current transfer state, if a transfer has been initiated from this
call.
getTransferTargetCall() - Method in interface org.linphone.core.Call
When this call has received a transfer request, returns the new call that was
automatically created as a result of the transfer.
getTransport() - Method in interface org.linphone.core.Account
Deprecated.
01/03/2021 Use Linphone_account_params_get_transport() instead.
getTransport() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
getTransport() - Method in interface org.linphone.core.AccountParams
Returns the transport type of the server address.
getTransport() - Method in interface org.linphone.core.Address
Get the transport.
getTransport() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getTransports() - Method in interface org.linphone.core.Core
Retrieves the port configuration used for each transport (udp, tcp, tls).
getTransportsUsed() - Method in interface org.linphone.core.Core
Retrieves the real port number assigned for each sip transport (udp, tcp, tls).
getTunnel() - Method in interface org.linphone.core.Core
Gets tunnel instance if available.
getTurnConfigurationEndpoint() - Method in interface org.linphone.core.NatPolicy
Get the TURN configuration endpoint.
getType() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Type type = 2;
getType() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.MemoryError.Type type = 2;
getType() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.MemoryError.Type type = 2;
getType() - Method in interface org.linphone.core.AccountManagerServicesRequest
Gets the AccountManagerServicesRequest.Type representing this request.
getType() - Method in interface org.linphone.core.Alert
Return the type of the alert.
getType() - Method in interface org.linphone.core.AudioDevice
Returns the type of the device.
getType() - Method in interface org.linphone.core.CallStats
Get the type of the stream the stats refer to.
getType() - Method in interface org.linphone.core.Content
Get the mime type of the content data.
getType() - Method in interface org.linphone.core.EventLog
Returns the type of a event log.
getType() - Method in interface org.linphone.core.FriendList
Get the FriendList.Type of a friend list.
getType() - Method in interface org.linphone.core.PayloadType
Get the type of a payload type.
getType() - Method in interface org.linphone.core.PresenceActivity
Gets the activity type of a presence activity.
getType() - Method in interface org.linphone.core.RemoteContactDirectory
Gets the type of remote contact directory (LDAP, CardDAV).
getType() - Method in interface org.linphone.core.VideoSourceDescriptor
Gets the type of a VideoSourceDescriptor.
getTypeValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Type type = 2;
getTypeValue() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.MemoryError.Type type = 2;
getTypeValue() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.MemoryError.Type type = 2;
getU64() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
uint64 u64 = 2;
getU64() - Method in class com.android.server.os.LinphoneTombstoneProtos.Register
uint64 u64 = 2;
getU64() - Method in interface com.android.server.os.LinphoneTombstoneProtos.RegisterOrBuilder
uint64 u64 = 2;
getUdpPort() - Method in interface org.linphone.core.Transports
Gets the UDP port in the Transports object.
getUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 uid = 7;
getUid() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
uint32 uid = 7;
getUid() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
uint32 uid = 7;
getUid() - Method in interface org.linphone.core.Vcard
Gets the UID of the vCard.
getUnreadableElfFiles(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
getUnreadableElfFiles(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string unreadable_elf_files = 9;
getUnreadableElfFiles(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesBytes(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesBytes(int) - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesCount() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesCount() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesList() - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread
repeated string unreadable_elf_files = 9;
getUnreadableElfFilesList() - Method in interface com.android.server.os.LinphoneTombstoneProtos.ThreadOrBuilder
repeated string unreadable_elf_files = 9;
getUnreadChatMessageCount() - Method in interface org.linphone.core.Account
Returns the unread chat message count for a given account.
getUnreadChatMessageCount() - Method in interface org.linphone.core.Core
Returns the global unread chat message count.
getUnreadChatMessageCount() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
getUnreadChatMessageCountFromActiveLocals() - Method in interface org.linphone.core.Core
Returns the unread chat message count for all active local address.
getUnreadHistory() - Method in interface org.linphone.core.ChatRoom
Gets all unread messages for this chat room, sorted from oldest to most recent.
getUnreadMessagesCount() - Method in interface org.linphone.core.ChatRoom
Gets the number of unread messages in the chatroom.
getUploadBandwidth() - Method in interface org.linphone.core.CallStats
Get the bandwidth measurement of the sent stream, expressed in kbit/s,
including IP/UDP/RTP headers.
getUploadBandwidth() - Method in interface org.linphone.core.Core
Retrieve the maximum available upload bandwidth.
getUploadPtime() - Method in interface org.linphone.core.Core
Gets audio packetization time linphone will send (in absence of requirement
from peer) A value of 0 stands for the current codec default packetization
time.
getUpnpExternalIpaddress() - Method in interface org.linphone.core.Core
Return the external ip address of router.
getUpnpState() - Method in interface org.linphone.core.CallStats
Get the state of uPnP processing.
getUpnpState() - Method in interface org.linphone.core.Core
Return the internal state of uPnP.
getUri() - Method in interface org.linphone.core.ConferenceInfo
Retrieve the URI of the conference.
getUri() - Method in interface org.linphone.core.FriendList
Get the URI associated with the friend list.
getUriParam(String) - Method in interface org.linphone.core.Address
Get the value of a parameter of the URI of the address.
getUrl() - Method in interface org.linphone.core.Vcard
Gets the URL of the vCard.
getUsedAudioPayloadType() - Method in interface org.linphone.core.CallParams
Get the audio payload type that has been selected by a call.
getUseDelimiter() - Method in interface org.linphone.core.MagicSearch
Returns whether the delimiter is being used for the search.
getUsedTextPayloadType() - Method in interface org.linphone.core.CallParams
Get the text payload type that has been selected by a call.
getUsedVideoPayloadType() - Method in interface org.linphone.core.CallParams
Get the video payload type that has been selected by a call.
getUseExactMatchPolicy() - Method in interface org.linphone.core.CardDavParams
Gets the matching policy: true if the remote vCard value must match the filter
exactly, false if it only needs to contain the filter.
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 can be used to send digits.
getUseInternationalPrefixForCallsAndChats() - Method in interface org.linphone.core.AccountParams
Return whether or not the international prefix will automaticaly be used for
calls and chats.
getUserAgent() - Method in interface org.linphone.core.AccountDevice
Gets the user-agent of the device.
getUserAgent() - Method in interface org.linphone.core.Core
Gets the user-agent as a string.
getUserCertificatesPath() - Method in interface org.linphone.core.Core
Get the path to the directory storing the user's certificates.
getUserData() - Method in interface org.linphone.core.Account
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountCreator
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountDevice
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountManagerServices
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountManagerServicesRequest
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.AccountParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Address
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Alert
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.BearerToken
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.CardDavParams
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.ChatMessageReaction
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatRoom
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ChatRoomParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Conference
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ConferenceInfo
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ConferenceParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ConferenceScheduler
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.Dictionary
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.DigestAuthenticationPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.EktInfo
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.FriendDevice
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.FriendList
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.FriendPhoneNumber
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Headers
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ImNotifPolicy
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.InfoMessage
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Ldap
Deprecated.
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.LdapParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.LoggingService
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.MagicSearch
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.MessageWaitingIndication
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
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.ParticipantInfo
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PayloadType
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Player
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceActivity
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceModel
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceNote
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresencePerson
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PresenceService
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PushNotificationConfig
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.PushNotificationMessage
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Range
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.Recorder
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.RecorderParams
Gets the object stored in this object user's data
getUserData() - Method in interface org.linphone.core.RemoteContactDirectory
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.SignalInformation
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.VideoSourceDescriptor
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/RFC4633 can be used to send digits.
getUserid() - Method in interface org.linphone.core.AuthInfo
Gets the user id.
getUserInputFields() - Method in interface org.linphone.core.CardDavParams
Gets the list of vCard RFC fields to use to match user input text on.
getUsername() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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.Conference
Get the conference username.
getUsername() - Method in interface org.linphone.core.Tunnel
Get the username.
getUtf8Text() - Method in interface org.linphone.core.ChatMessage
Gets text part of this message.
getUtf8Text() - Method in interface org.linphone.core.Content
Get the string content data buffer.
getUuid() - Method in interface org.linphone.core.AccountDevice
Gets the UUID of the device.
getValue(String) - Method in interface org.linphone.core.Headers
Search for a given header name and return its value.
getVcard() - Method in interface org.linphone.core.Friend
Returns the vCard object associated to this friend, if any.
getVersion() - Method in interface org.linphone.core.Core
Returns liblinphone's version as a string.
getVideoActivationPolicy() - Method in interface org.linphone.core.Core
Get the default policy for video.
getVideoCodec() - Method in interface org.linphone.core.RecorderParams
Retrieves the video codec.
getVideoCodecPriorityPolicy() - Method in interface org.linphone.core.Core
Gets the current priority policy for video codecs (payload types).
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
Gets the name of the mediastreamer2 engine (filter) used for rendering video.
getVideoDscp() - Method in interface org.linphone.core.Core
Gets 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
Returns the list of the available video payload types (codecs).
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.
getVideoSource() - Method in interface org.linphone.core.Call
Gets the video source of a call.
getVideoStats() - Method in interface org.linphone.core.Call
Returns a copy of the call statistics for the video stream.
getVoicemailAddress() - Method in interface org.linphone.core.AccountParams
Gets the Voicemail address.
getVoipToken() - Method in interface org.linphone.core.PushNotificationConfig
Gets the voip token for "contact uri parameter".
getVolumeGain() - Method in interface org.linphone.core.Player
Get the volume gain of the player.
getWarnings() - Method in interface org.linphone.core.ErrorInfo
Provides additional information regarding the failure.
getWebcamName() - Method in interface org.linphone.core.RecorderParams
Retrieves the webcam name.
getWeight() - Method in interface org.linphone.core.SearchResult
Gets the weight of the search result.
getWidth() - Method in interface org.linphone.core.VideoDefinition
Get the width of the video definition.
getWindowId() - Method in interface org.linphone.core.RecorderParams
Retrieves the window id used to display the camera preview.
getWrite() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool write = 5;
getWrite() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
bool write = 5;
getWrite() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryMappingOrBuilder
bool write = 5;
getZrtpAuthTagAlgo() - Method in interface org.linphone.core.CallStats
Get the ZRTP algorithm statistics details (authentication method)

getZrtpAvailableKeyAgreementList() - Method in interface org.linphone.core.Core
Return the list of the available ZRTP key agreement algorithns.
getZrtpCacheMismatchFlag() - Method in interface org.linphone.core.Call
Returns whether ZRTP cache mismatch.
getZrtpCipherAlgo() - Method in interface org.linphone.core.CallStats
Get the ZRTP algorithm statistics details (cipher)

getZrtpHashAlgo() - Method in interface org.linphone.core.CallStats
Get the ZRTP algorithm statistics details (hash function)

getZrtpKeyAgreementAlgo() - Method in interface org.linphone.core.CallStats
Get the ZRTP algorithm statistics details (key agreeement)

getZrtpKeyAgreementList() - Method in interface org.linphone.core.Core
Return the ordonated list of the ZRTP key agreement algorithns currently
configured.
getZrtpSasAlgo() - Method in interface org.linphone.core.CallStats
Get the ZRTP algorithm statistics details (SAS display)

getZrtpSecretsFile() - Method in interface org.linphone.core.Core
Gets 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, boolean, int, int) - Constructor for class org.linphone.mediastream.video.display.GL2JNIView
 
GL2JNIView(Context, AttributeSet) - Constructor for class org.linphone.mediastream.video.display.GL2JNIView
 
GlobalState - Enum Class in org.linphone.core
Describes the global state of the Core object.
Gone - Enum constant in enum class org.linphone.core.Reason
Resource no longer exists.
Grid - Enum constant in enum class org.linphone.core.Conference.Layout
Grid - each participant is given an equal sized image size.
GroupChat - Enum constant in enum class org.linphone.core.Friend.Capability
This friend can be invited in a Flexisip backend ChatRoom.
GWP_ASAN - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
GWP_ASAN = 0;
GWP_ASAN_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
GWP_ASAN = 0;

H

Hacks - Class in org.linphone.mediastream.video.capture.hwconf
 
hackVolume() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
hackVolumeOnStream(int) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
HAS_FAULT_ADDRESS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
HAS_SENDER_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
hasArmMteMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
hasArmMteMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
.ArmMTEMetadata arm_mte_metadata = 6;
hasArmMteMetadata() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryDumpOrBuilder
.ArmMTEMetadata arm_mte_metadata = 6;
hasBeenLeft() - Method in interface org.linphone.core.ChatRoom
Deprecated.
16/03/2022 use ChatRoom.isReadOnly() instead.
hasBuiltinEchoCanceller() - Method in interface org.linphone.core.Core
Check whether the device has a hardware echo canceller.
hasBuiltInEchoCanceller() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
hasCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
hasCapability(int) - Method in interface org.linphone.core.ChatRoom
Checks if a chat room has given capabilities.
hasCapability(AudioDevice.Capabilities) - Method in interface org.linphone.core.AudioDevice
Returns whether or not the audio device has the given capability.
hasCapability(Friend.Capability) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility.
hasCapability(Friend.Capability) - Method in interface org.linphone.core.PresenceModel
Returns whether or not the PresenceModel object has a given capability.
hasCapability(Friend.Capability) - Method in interface org.linphone.core.SearchResult
Returns whether or not the search result has the given capability.
hasCapabilityWithVersion(Friend.Capability, float) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility with a given version.
hasCapabilityWithVersion(Friend.Capability, float) - Method in interface org.linphone.core.PresenceModel
Returns whether or not the PresenceModel object has a given capability
with a certain version.
hasCapabilityWithVersionOrMore(Friend.Capability, float) - Method in interface org.linphone.core.Friend
Returns whether or not a friend has a capbility with a given version or more.
hasCapabilityWithVersionOrMore(Friend.Capability, 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.
hasConferenceInvitationContent() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message has a conference invitation content or not.
hasCrappyOpengl() - Method in interface org.linphone.core.Core
Check whether the device is flagged has crappy opengl.
hasCustomSdpAttribute(String) - Method in interface org.linphone.core.CallParams
Returns true if a custom SDP attribute that is related to all the streams is
present.
hasCustomSdpMediaAttribute(StreamType, String) - Method in interface org.linphone.core.CallParams
Indicates whether a custom SDP attribute that is related to a specific stream
is present or not.
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
 
hasFaultAdjacentMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
hasFaultAdjacentMetadata() - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal
Note, may or may not contain the dump of the actual memory contents.
hasFaultAdjacentMetadata() - Method in interface com.android.server.os.LinphoneTombstoneProtos.SignalOrBuilder
Note, may or may not contain the dump of the actual memory contents.
hasFrontCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
hasHeap() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
hasHeap() - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
.HeapObject heap = 3;
hasHeap() - Method in interface com.android.server.os.LinphoneTombstoneProtos.MemoryErrorOrBuilder
.HeapObject heap = 3;
hasKey(String) - Method in interface org.linphone.core.Dictionary
Search if the key is present in the dictionary.
hasMemoryError() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
hasMemoryError() - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause
.MemoryError memory_error = 2;
hasMemoryError() - Method in interface com.android.server.os.LinphoneTombstoneProtos.CauseOrBuilder
.MemoryError memory_error = 2;
hasMessageWaiting() - Method in interface org.linphone.core.MessageWaitingIndication
Tells whether there are messages waiting or not.
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.
hasParameter(String) - Method in interface org.linphone.core.ParticipantInfo
Find whether a ParticipantInfo has a parameter.
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
 
hasSignalInfo() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
hasSignalInfo() - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
.Signal signal_info = 10;
hasSignalInfo() - Method in interface com.android.server.os.LinphoneTombstoneProtos.TombstoneOrBuilder
.Signal signal_info = 10;
hasSourceFlag(MagicSearch.Source) - Method in interface org.linphone.core.SearchResult
Returns whether or not the search result has the given source flag.
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
 
Header - Enum constant in enum class org.linphone.core.Privacy
Request that privacy services modify headers that cannot be set arbitrarily by
the user (Contact/Via).
Headers - Interface in org.linphone.core
Object representing a chain of protocol headers.
Headphones - Enum constant in enum class org.linphone.core.AudioDevice.Type
Headphones.
Headset - Enum constant in enum class org.linphone.core.AudioDevice.Type
Headset.
HEAP - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
 
HEAP_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
HearingAid - Enum constant in enum class org.linphone.core.AudioDevice.Type
Hearing Aid.
HearingCarryOver - Enum constant in enum class org.linphone.core.BaudotMode
Send Baudot tones, but receive audio.
height - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 
Holiday - Enum constant in enum class org.linphone.core.PresenceActivity.Type
This is a scheduled national or local holiday.
HostConnection - Enum constant in enum class org.linphone.core.IceState
ICE has established a direct connection to the remote host.
Hqc1 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Hqc2 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Hqc3 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

HttpDigest - Enum constant in enum class org.linphone.core.AuthMethod
Digest authentication requested.
HUMAN_READABLE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
HYBRID - Enum constant in enum class org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
 

I

i(Object...) - Static method in class org.linphone.mediastream.Log
 
IceState - Enum Class in org.linphone.core
Enum describing ICE states.
id - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera
 
Id - Enum constant in enum class org.linphone.core.Privacy
rfc3325 The presence of this privacy type in a Privacy header field indicates
that the user would like the Network Asserted Identity to be kept private with
respect to SIP entities outside the Trust Domain with which the user
authenticated.
ID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
Idle - Enum constant in enum class org.linphone.core.Call.State
Initial state.
Idle - Enum constant in enum class org.linphone.core.ChatMessage.State
Initial state.
Idle - Enum constant in enum class org.linphone.core.ConferenceScheduler.State
Default state of a freshly created ConferenceScheduler.
Idle - Enum constant in enum class org.linphone.core.UpnpState
uPnP is not activate

Image - Enum constant in enum class org.linphone.core.VideoSourceType
The video source is an image.
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.
Inactive - Enum constant in enum class org.linphone.core.MediaDirection
No active media not supported yet.
inCall() - Method in interface org.linphone.core.Core
Tells whether there is a call running.
Incoming - Enum constant in enum class org.linphone.core.Call.Dir
incoming calls

Incoming - Enum constant in enum class org.linphone.core.ChatMessage.Direction
Incoming message.
Incoming - Enum constant in enum class org.linphone.core.SubscriptionDir
Incoming subscription.
IncomingEarlyMedia - Enum constant in enum class org.linphone.core.Call.State
We are proposing early media to an incoming call.
IncomingReceived - Enum constant in enum class org.linphone.core.Call.State
Incoming call received.
IncomingReceived - Enum constant in enum class org.linphone.core.PublishState
An incoming publish is received.
IncomingReceived - Enum constant in enum class org.linphone.core.SubscriptionState
An incoming subcription is received.
Inet - Enum constant in enum class org.linphone.core.Address.Family
IpV4.
Inet6 - Enum constant in enum class org.linphone.core.Address.Family
IpV6.
Info - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
Retrieve all chat room events.
InfoMessage - Interface in org.linphone.core
Object representing an informational message sent or received by the core.
InfoNoDevice - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
Retrieve all chat room events without device events.
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.
InProgress - Enum constant in enum class org.linphone.core.ChatMessage.State
Delivery in progress.
InProgress - Enum constant in enum class org.linphone.core.Core.LogCollectionUploadState
Delivery in progress.
InProgress - Enum constant in enum class org.linphone.core.EcCalibratorStatus
The echo canceller calibration process is on going.
InProgress - Enum constant in enum class org.linphone.core.IceState
ICE process is in progress.
instance() - Static method in class org.linphone.core.Factory
 
instance() - Static method in class org.linphone.mediastream.AACFilter
 
Instantiated - Enum constant in enum class org.linphone.core.ChatRoom.State
Chat room is now instantiated on local.
Instantiated - Enum constant in enum class org.linphone.core.Conference.State
Conference is now instantiated locally.
Int - Enum constant in enum class org.linphone.core.XmlRpcArgType

internalGetValueMap() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
 
internalGetValueMap() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
 
internalGetValueMap() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
 
internalGetVerifier() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
 
internalGetVerifier() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
 
internalGetVerifier() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
 
interpretUrl(String) - Method in interface org.linphone.core.Core
Deprecated.
on 18/07/2022, use Core.interpretUrl(java.lang.String) instead.
interpretUrl(String, boolean) - Method in interface org.linphone.core.Core
Constructs a Address from the given string if possible.
InTransit - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is riding in a vehicle, such as a car, but not steering.
Invalid - Enum constant in enum class org.linphone.core.AccountCreator.DomainStatus
Domain invalid.
Invalid - Enum constant in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Phone number invalid.
Invalid - Enum constant in enum class org.linphone.core.AccountCreator.UsernameStatus
Invalid username.
Invalid - Enum constant in enum class org.linphone.core.MediaDirection
Default value, shouldn't be used.
Invalid - Enum constant in enum class org.linphone.core.SrtpSuite

Invalid - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Invalid - Enum constant in enum class org.linphone.core.ZrtpPeerStatus
Peer URI SAS rejected in database.
INVALID_FREE - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
INVALID_FREE = 3;
INVALID_FREE_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
INVALID_FREE = 3;
InvalidCharacters - Enum constant in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Contain invalid characters.
InvalidCharacters - Enum constant in enum class org.linphone.core.AccountCreator.EmailStatus
Contain invalid characters.
InvalidCharacters - Enum constant in enum class org.linphone.core.AccountCreator.PasswordStatus
Contain invalid characters.
InvalidCharacters - Enum constant in enum class org.linphone.core.AccountCreator.UsernameStatus
Contain invalid characters.
InvalidCountryCode - Enum constant in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Country code invalid.
InvalidDir - Enum constant in enum class org.linphone.core.SubscriptionDir
Invalid subscription direction.
InvalidFriend - Enum constant in enum class org.linphone.core.FriendList.Status
Friend is already present in a FriendList

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 Factory.createAddress(java.lang.String), 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 Factory.createAddress(java.lang.String), or created by
Core.interpretUrl(java.lang.String).
inviteAddressWithParams(Address, CallParams, String, Content) - Method in interface org.linphone.core.Core
Initiates an outgoing call given a destination Address The Address
can be constructed directly using Factory.createAddress(java.lang.String), or created by
Core.interpretUrl(java.lang.String).
inviteParticipants(Address[], CallParams) - Method in interface org.linphone.core.Conference
Invite participants to the conference, by supplying a list of Address
If the conference is in the state LinphoneConferenceStateCreationPending, then
the conference will start on the input and output audio devices used for the
currently active call, if any This method will call every address supplied and
add it to a conference on devices hosting a conference.
inviteWithParams(String, CallParams) - Method in interface org.linphone.core.Core
Initiates an outgoing call according to supplied call parameters In C, the
application doesn't own a reference to the returned Call object.
IOError - Enum constant in enum class org.linphone.core.Reason
Transport error: connection failures, disconnections etc...
isAccountActivated() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
isAccountExist() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
isAccountLinked() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
isAdaptiveRateControlEnabled() - Method in interface org.linphone.core.Core
Returns whether adaptive rate control is enabled.
isAdmin() - Method in interface org.linphone.core.Participant
Tells whether a conference participant is an administrator of the conference.
isAgcEnabled() - Method in interface org.linphone.core.Core
Tells whether the experimental software Automatic Gain Control is activated.
isAlertsEnabled() - Method in interface org.linphone.core.Core
Returns whether alert reporting is enabled.
isAliasUsed() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
isAudioAdaptiveJittcompEnabled() - Method in interface org.linphone.core.Core
Tells whether the audio adaptive jitter compensation is enabled.
isAudioEnabled() - Method in interface org.linphone.core.CallParams
Tell whether audio is enabled or not.
isAudioEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether audio capabilities are enabled.
isAudioMulticastEnabled() - Method in interface org.linphone.core.CallParams
Use to get multicast state of audio stream.
isAudioMulticastEnabled() - Method in interface org.linphone.core.Core
Use to get multicast state of audio stream.
isAudioRouteChangesDisabled() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
isAutoDownloadIcalendarsEnabled() - Method in interface org.linphone.core.Core
Gets if the automatic download of incoming icalendars is enabled or not.
isAutoDownloadVoiceRecordingsEnabled() - Method in interface org.linphone.core.Core
Gets if the auto download for incoming voice recordings is enabled or not.
isAutoIterateEnabled() - Method in interface org.linphone.core.Core
Gets whether auto iterate is enabled or not (Android & iOS only).
isAutomaticHttpProxyDetectionEnabled() - Method in interface org.linphone.core.Core
Returns whether automatic http proxy is enabled.
isAutoSendRingingEnabled() - Method in interface org.linphone.core.Core
Gets if the automatic sending of 180 Ringing is enabled or not.
isAvpfEnabled() - Method in interface org.linphone.core.Account
Indicates whether AVPF/SAVPF is being used for calls using this account.
isAvpfEnabled() - Method in interface org.linphone.core.CallParams
Whether or not the feedback extension will be used for AVP.
isAvpfEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isBaudotEnabled() - Method in interface org.linphone.core.Core
Returns enablement of text sending via Baudot tones in the audio stream.
isCacheDirSet() - Method in class org.linphone.core.Factory
Test if cache dir has been set.
isCallkitEnabled() - Method in interface org.linphone.core.Core
Special function to check if the callkit is enabled, False by default.
isCallToneIndicationsEnabled() - Method in interface org.linphone.core.Core
Check whether tone indications of calls are enabled.
isCameraEnabled() - Method in interface org.linphone.core.Call
Returns if camera pictures are allowed to be sent to the remote party.
isCameraEnabled() - Method in interface org.linphone.core.CallParams
Tell whether camera is enabled or not.
isCameraPermissionGranted() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
isCapabilityNegociationEnabled() - Method in interface org.linphone.core.Core
Checks if the capability negotiation (RFC5939) is supported or not.
isCapabilityNegotiationReinviteEnabled() - Method in interface org.linphone.core.CallParams
Check if the capability negotiation (RFC5939) reINVITE is enabled or not.
isCapabilityNegotiationReinviteEnabled() - Method in interface org.linphone.core.Core
Checks if the capability negotiation (RFC5939) reINVITE is enabled or not.
isCapabilityNegotiationsEnabled() - Method in interface org.linphone.core.CallParams
Indicates whether capability negotiations (RFC5939) is enabled.
isCfgLinesMergingEnabled() - Method in interface org.linphone.core.Core
Checks if cfg lines are going to the merged if the capability negotiation
(RFC5939) is supported or not.
isChatEnabled() - Method in interface org.linphone.core.ConferenceParams
Check whether chat capabilities are enabled.
isChatEnabled() - Method in interface org.linphone.core.Core
Returns whether chat is enabled.
isChatroomBackendAvailable(ChatRoom.Backend) - Method in class org.linphone.core.Factory
Indicates if the given LinphoneChatRoomBackend is available.
isConferenceIcsInMessageBodyEnabled() - Method in interface org.linphone.core.Core
Gets wether conference invitations will be sent in the chat message body or as
a file attachment.
isConferenceInvitationCancellation() - Method in interface org.linphone.core.PushNotificationMessage
Tells whether or not this message contains a conference invitation
cancellation.
isConferenceInvitationNew() - Method in interface org.linphone.core.PushNotificationMessage
Tells whether or not this message contains a new conference invitation.
isConferenceInvitationUpdate() - Method in interface org.linphone.core.PushNotificationMessage
Tells whether or not this message contains a conference invitation update.
isConferenceServerEnabled() - Method in interface org.linphone.core.Core
Tells whether the conference server feature is enabled.
isConfigDirSet() - Method in class org.linphone.core.Factory
Test if config dir has been set.
isContentTypeSupported(String) - Method in interface org.linphone.core.Core
Tells whether a content type is supported.
isCpimInBasicChatRoomEnabled() - Method in interface org.linphone.core.AccountParams
Indicates whether chat messages sent by this account in a {@link ChatRoom#Backend#Basic}
chat room will be using CPIM format or not.
isDatabaseEnabled() - Method in interface org.linphone.core.Core
Returns whether the database is enabled.
isDatabaseStorageAvailable() - Method in class org.linphone.core.Factory
Indicates if the storage in database is available.
isDatabaseStorageEnabled() - Method in interface org.linphone.core.FriendList
Gets whether this friend list and it's friends will be stored in DB or not.
isDataDirSet() - Method in class org.linphone.core.Factory
Test if data dir has been set.
isDialEscapePlusEnabled() - Method in interface org.linphone.core.AccountParams
Return whether or not the + should be replaced by the International Call
Prefix.
isDnsSearchEnabled() - Method in interface org.linphone.core.Core
Tells whether DNS search (use of local domain if the fully qualified name did
return results) is enabled.
isDnsSrvEnabled() - Method in interface org.linphone.core.Core
Tells whether DNS SRV resolution is enabled.
isDownloadDirSet() - Method in class org.linphone.core.Factory
Test if download dir has been set.
isDualModeEnabled() - Method in interface org.linphone.core.Tunnel
Get the dual tunnel client mode.
isEarlyMediaSendingEnabled() - Method in interface org.linphone.core.CallParams
Indicate whether sending of early media was enabled.
isEchoCancellationEnabled() - Method in interface org.linphone.core.Call
Returns if echo cancellation is enabled.
isEchoCancellationEnabled() - Method in interface org.linphone.core.Core
Returns true if echo cancellation is enabled.
isEchoCancellerCalibrationRequired() - Method in interface org.linphone.core.Core
Check whether the device is echo canceller calibration is required.
isEchoLimiterEnabled() - Method in interface org.linphone.core.Call
Returns if echo limiter is enabled.
isEchoLimiterEnabled() - Method in interface org.linphone.core.Core
Tells whether echo limiter is enabled.
isEktPluginLoaded() - Method in interface org.linphone.core.Core
Gets if the EKT plugin is currently loaded in the Linphone core instance.
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.
isEmptyChatroomsDeletionEnabled() - Method in interface org.linphone.core.Core
Tells whether empty chat rooms are deleted or not.
isEncryptionEnabled() - Method in interface org.linphone.core.ChatParams
Get the encryption status of the text capabilities of the chat associated with
the given parameters.
isEncryptionEnabled() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams#encryptionEnabled instead.
isEphemeral() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is an ephemeral message or not.
isEphemeralEnabled() - Method in interface org.linphone.core.ChatRoom
Returns whether or not the ephemeral message feature is enabled in the chat
room.
isEqual(PushNotificationConfig) - Method in interface org.linphone.core.PushNotificationConfig
Checks if two Push Notification Configurations are identical.
isEqualButAlgorithms(AuthInfo) - Method in interface org.linphone.core.AuthInfo
Check if Authinfos are the same without taking account algorithms.
isFecEnabled() - Method in interface org.linphone.core.CallParams
Tell whether FEC is enabled or not.
isFecEnabled() - Method in interface org.linphone.core.Core
Tells whether the flexible FEC feature (RFC8627) is enabled for this Core
object.
isFile() - Method in interface org.linphone.core.Content
Tells whether or not this content contains a file.
isFileEncrypted() - Method in interface org.linphone.core.Content
Tells whether or not this content contains an encrypted file.
isFileTransfer() - Method in interface org.linphone.core.ChatMessage
Deprecated.
06/07/2020 check if ChatMessage.getContents() contains a Content
for which Content.isFileTransfer() returns true.
isFileTransfer() - Method in interface org.linphone.core.Content
Tells whether or not this content is a file transfer.
isFileTransferInProgress() - Method in interface org.linphone.core.ChatMessage
Gets whether or not a file is currently being downloaded or uploaded.
isFocus() - Method in interface org.linphone.core.Participant
Tells whether a conference participant is the focus of the conference.
isForcedIceRelayEnabled() - Method in interface org.linphone.core.Core
Indicates whether the ICE relay path is forcibly selected.
isForward() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is a forward message or not.
isFriendListSubscriptionEnabled() - Method in interface org.linphone.core.Core
Returns whether or not friend lists subscription are enabled.
isGalaxySOrTab() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGalaxySOrTabWithFrontCamera() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGalaxyTab() - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
isGeneric() - Method in interface org.linphone.core.DialPlan
Return if given plan is generic.
isGenericComfortNoiseEnabled() - Method in interface org.linphone.core.Core
Returns enablement of RFC3389 generic comfort noise algorithm.
isGroupEnabled() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ConferenceParams#groupEnabled instead.
isGroupEnabled() - Method in interface org.linphone.core.ConferenceParams
Get the group chat status of the text capabilities of the conference associated
with the given parameters.
isHDVideoCapable() - Static method in class org.linphone.mediastream.Version
 
isHidden() - Method in interface org.linphone.core.ConferenceParams
Get the value of the hidden flag.
isIcalendar() - Method in interface org.linphone.core.Content
Tells whether or not this content contains an icalendar by checking it's
content type.
isIcalendar() - Method in interface org.linphone.core.PushNotificationMessage
Tells whether or not this message contains an icalendar by checking it's
content type.
isIceEnabled() - Method in interface org.linphone.core.NatPolicy
Tell whether ICE is enabled.
isImdnAvailable() - Method in class org.linphone.core.Factory
Indicates if IMDN are available.
isIn() - Method in interface org.linphone.core.Conference
For a local conference, it returns whether the local participant is enabled For
a client conference, it return whether the remote participant has left the
conference without bein removed from it.
isInBackground() - Method in interface org.linphone.core.Core
Gets whether the Core is considering itself in background or not.
isIncomingInvitePending() - Method in interface org.linphone.core.Core
Tells whether there is an incoming invite pending.
isInConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.isIn() instead.
isInConference() - Method in interface org.linphone.core.ParticipantDevice
Returns whether the participant device is in a conference or not.
isIpv6Enabled() - Method in interface org.linphone.core.Core
Tells whether IPv6 is enabled or not.
isKeepAliveEnabled() - Method in interface org.linphone.core.Core
Is signaling keep alive enabled.
isLimeX3DhEnabled() - Method in interface org.linphone.core.Core
Tells wether LIME X3DH is enabled or not.
isLocalParticipantEnabled() - Method in interface org.linphone.core.ConferenceParams
Returns whether local participant has to enter the conference.
isLocalPermissionEnabled() - Method in interface org.linphone.core.Core
Special function to check if the local network permission has been granted by
the user (useful for iOS).
isLowBandwidthEnabled() - Method in interface org.linphone.core.CallParams
Tell whether the call has been configured in low bandwidth mode or not.
isMe(Address) - Method in interface org.linphone.core.Conference
For a local audio video conference, this function compares the address provided
as argument with that of participant hosting the conference For a remote audio
video conference, this function compares the address provided as argument with
that of the local participant of the conference.
isMediaEncryptionMandatory() - Method in interface org.linphone.core.Core
Checks if the configured media encryption is mandatory or not.
isMediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.CallParams
Returns the encryption is supported.
isMediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.Core
Checks if given media encryption is supported.
isMediaFilterSupported(String) - Method in interface org.linphone.core.Core
Checks if the given media filter is loaded and usable.
isMicEnabled() - Method in interface org.linphone.core.CallParams
Tells whether the microphone will be enabled when the call will be created.
isMicEnabled() - Method in interface org.linphone.core.Core
Tells whether the microphone is enabled.
isMultipart() - Method in interface org.linphone.core.Content
Tell whether a content is a multipart content.
isNativeRingingEnabled() - Method in interface org.linphone.core.Core
Returns whether the native ringing is enabled or not.
isNetworkReachable() - Method in interface org.linphone.core.Core
return network state either as positioned by the application or by linphone
itself.
isOneParticipantConferenceEnabled() - Method in interface org.linphone.core.ConferenceParams
Returns whether conference can have only one participant.
isOnline() - Method in interface org.linphone.core.PresenceModel
Tells whether a presence model is considered online.
isOutboundProxyEnabled() - Method in interface org.linphone.core.AccountParams
Tell if the proxy is used as the only route.
isOutgoing() - Method in interface org.linphone.core.ChatMessage
Returns wehther the message has been sent or received.
isPhoneNumber(String) - Method in interface org.linphone.core.Account
Detect if the given input is a phone number or not.
isPluginLoaded(String) - Method in interface org.linphone.core.Core
Tells whether a plugin is loaded or not.
isPresenceReceived() - Method in interface org.linphone.core.Friend
Tells whether we already received presence information for a friend.
isPublishEnabled() - Method in interface org.linphone.core.AccountParams
Tell if the PUBLISH is enabled.
isPublishEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationAllowed() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationAvailable() - Method in interface org.linphone.core.AccountParams
Gets whether push notifications are available or not (Android & iOS only).
isPushNotificationAvailable() - Method in interface org.linphone.core.Core
Gets whether push notifications are available or not (Android & iOS only).
isPushNotificationAvailable() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isPushNotificationEnabled() - Method in interface org.linphone.core.Core
Gets whether push notifications are enabled or not (Android & iOS only).
isQrcodeAvailable() - Method in class org.linphone.core.Factory
Indicates if the QRCode feature is available.
isQrcodeVideoPreviewEnabled() - Method in interface org.linphone.core.Core
Tells whether QRCode is enabled in the preview.
isQualityReportingEnabled() - Method in interface org.linphone.core.AccountParams
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.
isQualityReportingEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isRead() - Method in interface org.linphone.core.ChatMessage
Returns wether the message has been read or not.
isReadonly() - Method in interface org.linphone.core.Config
Indicates whether the LinphoneConfig object is readonly, in other words it has
no file backend or file is opened without write permission.
isReadOnly() - Method in interface org.linphone.core.ChatRoom
Returns whether or not a message can be sent using this chat room.
isRealtimeTextEnabled() - Method in interface org.linphone.core.CallParams
Use to get real time text following rfc4103.
isRealtimeTextEnabled() - Method in interface org.linphone.core.Core
Gets if realtime text is enabled or not (RFC4103).
isRecordAudioPermissionGranted() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
isRecordAwareEnabled() - Method in interface org.linphone.core.Core
Gets if the record aware feature is enabled or not.
isRecording - Static variable in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
isRecording() - Method in interface org.linphone.core.Call
Deprecated.
15/09/2021 Use CallParams.isRecording() instead.
isRecording() - Method in interface org.linphone.core.CallParams
Indicates whether the call is being recorded.
isRecording() - Method in interface org.linphone.core.Conference
Gets whether the conference is currently being recorded.
isRegisterEnabled() - Method in interface org.linphone.core.AccountParams
Returns whether the account params is enabled or not.
isRegisterEnabled() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isRemoteComposing() - Method in interface org.linphone.core.ChatRoom
Tells whether the remote is currently composing a message.
isRemotePushNotificationAllowed() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
isReply() - Method in interface org.linphone.core.ChatMessage
Returns wether the chat message is a reply message or not.
isRetransmissionOnNackEnabled() - Method in interface org.linphone.core.Core
Gets whether the use RTCP NACK for reliability of video transmission is enabled
or not.
isRtpBundleAssumptionEnabled() - Method in interface org.linphone.core.AccountParams
Returns whether RTP bundle mode is assumed.
isRtpBundleEnabled() - Method in interface org.linphone.core.AccountParams
Returns whether RTP bundle mode (also known as Media Multiplexing) is enabled.
isRtpBundleEnabled() - Method in interface org.linphone.core.CallParams
Indicates whether RTP bundle mode (also known as Media Multiplexing) is
enabled.
isRtpBundleEnabled() - Method in interface org.linphone.core.Core
Returns whether RTP bundle mode (also known as Media Multiplexing) is enabled.
isRttEnabled() - Method in interface org.linphone.core.ChatParams
Get the real time text status of the text capabilities of the chat associated
with the given parameters.
isRttEnabled() - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams#rttEnabled instead.
isSalEnabled() - Method in interface org.linphone.core.LdapParams
Handle the DNS resolution using liblinphone's own resolver, which allows to use
DNS SRV records.
isScreenSharingEnabled() - Method in interface org.linphone.core.CallParams
Tell whether screen sharing is enabled or not.
isScreenSharingEnabled() - Method in interface org.linphone.core.ParticipantDevice
Returns whether the participant device is screen sharing or not.
isSdp200AckEnabled() - Method in interface org.linphone.core.Core
Media offer control param for SIP INVITE.
isSecured() - Method in interface org.linphone.core.ChatMessage
Gets if the message was end-to-end encrypted when transferred.
isSelfViewEnabled() - Method in interface org.linphone.core.Core
Tells whether video self view during call is enabled or not.
isSenderNameHiddenInForwardMessage() - Method in interface org.linphone.core.Core
Returns whether or not sender name is hidden in a forwarded message.
isSessionExpiresEnabled() - Method in interface org.linphone.core.Core
Check if the Session Timers feature is enabled.
isSip() - Method in interface org.linphone.core.Address
returns whether the address is a routable SIP address or not

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

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

J

Joining - Enum constant in enum class org.linphone.core.ParticipantDevice.State
an INVITE has been sent

K

K255 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K255Hqc128 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K255Kyb512 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K255Kyb512Hqc128 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K255Mlk512 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K448 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K448Hqc256 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K448Kyb1024 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K448Kyb1024Hqc256 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

K448Mlk1024 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Ko - Enum constant in enum class org.linphone.core.UpnpState
uPnP processing has failed

Kyb1 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Kyb2 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Kyb3 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

L

Ldap - Enum constant in enum class org.linphone.core.RemoteContactDirectory.Type
Remote contact directory will use #LdapParams.
Ldap - Interface in org.linphone.core
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
Ldap.AuthMethod - Enum Class in org.linphone.core
Deprecated.
 
Ldap.CertVerificationMode - Enum Class in org.linphone.core
Deprecated.
 
Ldap.Check - Enum Class in org.linphone.core
Deprecated.
 
Ldap.DebugLevel - Enum Class in org.linphone.core
Deprecated.
 
ldapAvailable() - Method in interface org.linphone.core.Core
End of group contacts.
LdapParams - Interface in org.linphone.core
Object that is used to set the different parameters of a Ldap.
LdapServers - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in LDAP servers.
leave() - Method in interface org.linphone.core.ChatRoom
Leaves a chat room.
leave() - Method in interface org.linphone.core.Conference
For a local conference, the local participant leaves the conference For a
client conference, the participant leaves the conference after joining it
earlier on.
leaveConference() - Method in interface org.linphone.core.Core
Deprecated.
09/03/2021 Use Conference.leave() instead.
Leaving - Enum constant in enum class org.linphone.core.ParticipantDevice.State
A BYE is pending.
Left - Enum constant in enum class org.linphone.core.ParticipantDevice.State
The Session is terminated.
lesser(Address) - Method in interface org.linphone.core.Address
Compare two addresses.
Lime - Enum constant in enum class org.linphone.core.ChatRoom.EncryptionBackend
Lime x3dh encryption.
LimeState - Enum Class in org.linphone.core

LimeX3Dh - Enum constant in enum class org.linphone.core.Friend.Capability
This friend can be invited in a Flexisip backend end-to-end encrypted ChatRoom
.
limeX3DhAvailable() - Method in interface org.linphone.core.Core
Tells if LIME X3DH is available.
linkAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
LinkEmailUsingCode - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Uses the code received by email to confirm the link between an account and an
email address.
LinkPhoneNumberUsingCode - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Uses the code received by SMS to confirm the link between an account and a
phone number.
LinphoneTombstoneProtos - Class in com.android.server.os
 
LinphoneTombstoneProtos.Architecture - Enum Class in com.android.server.os
Protobuf enum Architecture
LinphoneTombstoneProtos.ArmMTEMetadata - Class in com.android.server.os
Protobuf type ArmMTEMetadata
LinphoneTombstoneProtos.ArmMTEMetadata.Builder - Class in com.android.server.os
Protobuf type ArmMTEMetadata
LinphoneTombstoneProtos.ArmMTEMetadataOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.BacktraceFrame - Class in com.android.server.os
Protobuf type BacktraceFrame
LinphoneTombstoneProtos.BacktraceFrame.Builder - Class in com.android.server.os
Protobuf type BacktraceFrame
LinphoneTombstoneProtos.BacktraceFrameOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.Cause - Class in com.android.server.os
Protobuf type Cause
LinphoneTombstoneProtos.Cause.Builder - Class in com.android.server.os
Protobuf type Cause
LinphoneTombstoneProtos.Cause.DetailsCase - Enum Class in com.android.server.os
 
LinphoneTombstoneProtos.CauseOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.CrashDetail - Class in com.android.server.os
NOTE TO OEMS: If you add custom fields to this proto, do not use numbers in the reserved range.
LinphoneTombstoneProtos.CrashDetail.Builder - Class in com.android.server.os
NOTE TO OEMS: If you add custom fields to this proto, do not use numbers in the reserved range.
LinphoneTombstoneProtos.CrashDetailOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.FD - Class in com.android.server.os
Protobuf type FD
LinphoneTombstoneProtos.FD.Builder - Class in com.android.server.os
Protobuf type FD
LinphoneTombstoneProtos.FDOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.HeapObject - Class in com.android.server.os
Protobuf type HeapObject
LinphoneTombstoneProtos.HeapObject.Builder - Class in com.android.server.os
Protobuf type HeapObject
LinphoneTombstoneProtos.HeapObjectOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.LogBuffer - Class in com.android.server.os
Protobuf type LogBuffer
LinphoneTombstoneProtos.LogBuffer.Builder - Class in com.android.server.os
Protobuf type LogBuffer
LinphoneTombstoneProtos.LogBufferOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.LogMessage - Class in com.android.server.os
Protobuf type LogMessage
LinphoneTombstoneProtos.LogMessage.Builder - Class in com.android.server.os
Protobuf type LogMessage
LinphoneTombstoneProtos.LogMessageOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.MemoryDump - Class in com.android.server.os
Protobuf type MemoryDump
LinphoneTombstoneProtos.MemoryDump.Builder - Class in com.android.server.os
Protobuf type MemoryDump
LinphoneTombstoneProtos.MemoryDump.MetadataCase - Enum Class in com.android.server.os
 
LinphoneTombstoneProtos.MemoryDumpOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.MemoryError - Class in com.android.server.os
Protobuf type MemoryError
LinphoneTombstoneProtos.MemoryError.Builder - Class in com.android.server.os
Protobuf type MemoryError
LinphoneTombstoneProtos.MemoryError.LocationCase - Enum Class in com.android.server.os
 
LinphoneTombstoneProtos.MemoryError.Tool - Enum Class in com.android.server.os
Protobuf enum MemoryError.Tool
LinphoneTombstoneProtos.MemoryError.Type - Enum Class in com.android.server.os
Protobuf enum MemoryError.Type
LinphoneTombstoneProtos.MemoryErrorOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.MemoryMapping - Class in com.android.server.os
Protobuf type MemoryMapping
LinphoneTombstoneProtos.MemoryMapping.Builder - Class in com.android.server.os
Protobuf type MemoryMapping
LinphoneTombstoneProtos.MemoryMappingOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.Register - Class in com.android.server.os
Protobuf type Register
LinphoneTombstoneProtos.Register.Builder - Class in com.android.server.os
Protobuf type Register
LinphoneTombstoneProtos.RegisterOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.Signal - Class in com.android.server.os
Protobuf type Signal
LinphoneTombstoneProtos.Signal.Builder - Class in com.android.server.os
Protobuf type Signal
LinphoneTombstoneProtos.SignalOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.Thread - Class in com.android.server.os
Protobuf type Thread
LinphoneTombstoneProtos.Thread.Builder - Class in com.android.server.os
Protobuf type Thread
LinphoneTombstoneProtos.ThreadOrBuilder - Interface in com.android.server.os
 
LinphoneTombstoneProtos.Tombstone - Class in com.android.server.os
Protobuf type Tombstone
LinphoneTombstoneProtos.Tombstone.Builder - Class in com.android.server.os
Protobuf type Tombstone
LinphoneTombstoneProtos.TombstoneOrBuilder - Interface in com.android.server.os
 
Listener - Enum constant in enum class org.linphone.core.Participant.Role
participant is a listener in the conference.
LOAD_BIAS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
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.
LOCATION_NOT_SET - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
 
Log - Class in org.linphone.mediastream
 
Log(String, boolean) - Constructor for class org.linphone.mediastream.Log
Deprecated.
LOG_BUFFERS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
logCollectionEnabled() - Method in interface org.linphone.core.Core
Tells whether the linphone core log collection is enabled.
LogCollectionState - Enum Class 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 LoggingService.
LoggingServiceListenerStub - Class in org.linphone.core
 
LoggingServiceListenerStub() - Constructor for class org.linphone.core.LoggingServiceListenerStub
 
loginLinphoneAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
LogLevel - Enum Class in org.linphone.core
Verbosity levels of log messages.
LOGS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
LookingForWork - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is looking for (paid) work.
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.
Lunch - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is eating his or her midday meal.

M

MagicSearch - Interface in org.linphone.core
A MagicSearch is used to search for contacts from various sources:

MagicSearch.Aggregation - Enum Class in org.linphone.core
 
MagicSearch.Source - Enum Class in org.linphone.core
 
MagicSearchListener - Interface in org.linphone.core
MagicSearchListener is an interface to be notified of results of
contact searches initiated from the MagicSearch.
MagicSearchListenerStub - Class in org.linphone.core
 
MagicSearchListenerStub() - Constructor for class org.linphone.core.MagicSearchListenerStub
 
Malformed - Enum constant in enum class org.linphone.core.AccountCreator.EmailStatus
Email malformed.
mAlignTopRight - Variable in class org.linphone.mediastream.video.capture.CaptureTextureView
 
Mandatory - Enum constant in enum class org.linphone.core.LimeState
Lime is always used.
Mandatory - Enum constant in enum class org.linphone.core.SupportLevel
Mandatory support for the feature.
ManInTheMiddleDetected - Enum constant in enum class org.linphone.core.EventLog.SecurityEventType
Man in the middle detected event.
MAPPING_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
MAPPING_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
markAsRead() - Method in interface org.linphone.core.ChatMessage
Marks the message as read.
markAsRead() - Method in interface org.linphone.core.ChatRoom
Mark all messages of the conversation as read.
mDisplayMode - Variable in class org.linphone.mediastream.video.capture.CaptureTextureView
 
Meal - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is scheduled for a meal, without specifying whether it is breakfast,
lunch, or dinner, or some other meal.
MediaDirection - Enum Class in org.linphone.core
Indicates for a given media the stream direction.
MediaEncryption - Enum Class in org.linphone.core
Enum describing type of media encryption types.
mediaEncryptionSupported(MediaEncryption) - Method in interface org.linphone.core.Core
Checks if a media encryption type is supported.
MediaFileFormat - Enum Class in org.linphone.core
Enum representing the file format of a recording.
mediaInProgress() - Method in interface org.linphone.core.Call
Indicates whether an operation is in progress at the media side.
MediaResourceMode - Enum Class 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(String, Throwable) - Constructor for exception org.linphone.mediastream.MediastreamException
 
MediastreamException(Throwable) - Constructor for exception org.linphone.mediastream.MediastreamException
 
Meeting - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is in an assembly or gathering of people, as for a business, social,
or religious purpose.
MEMORY_DUMP_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
MEMORY_ERROR - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
 
MEMORY_ERROR_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
MEMORY_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
MEMORY_MAPPINGS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
MEMORY_TAGS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
mergeArmMteMetadata(LinphoneTombstoneProtos.ArmMTEMetadata) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
mergeFaultAdjacentMetadata(LinphoneTombstoneProtos.MemoryDump) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
mergeHeap(LinphoneTombstoneProtos.HeapObject) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
mergeMemoryError(LinphoneTombstoneProtos.MemoryError) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
mergeSignalInfo(LinphoneTombstoneProtos.Signal) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
message(String) - Method in interface org.linphone.core.LoggingService
Write a LinphoneLogLevelMessage message to the logs.
Message - Enum constant in enum class org.linphone.core.LogLevel
Level for information messages.
MESSAGE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
MessageWaitingIndication - Interface in org.linphone.core
Object representing a Message Waiting Indication.
MessageWaitingIndication.ContextClass - Enum Class in org.linphone.core
 
MessageWaitingIndicationSummary - Interface in org.linphone.core
Object representing the summary for a context in a Message Waiting Indication.
METADATA_NOT_SET - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
 
Microphone - Enum constant in enum class org.linphone.core.AudioDevice.Type
Microphone.
Migratable - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Chat room migratable from Basic to Conference.
migrateLogsFromRcToDb() - Method in interface org.linphone.core.Core
Migrates the call logs from the linphonerc to the database if not done yet.
Missed - Enum constant in enum class org.linphone.core.Call.Status
The call was missed (incoming call timed out without being answered or hanged
up)

MissingArguments - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request failed due to missing argument(s)

MissingCallbacks - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request failed due to missing callback(s)

MissingCharacters - Enum constant in enum class org.linphone.core.AccountCreator.PasswordStatus
Missing specific characters.
MissingFields - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
Some required fields are missing.
Mkv - Enum constant in enum class org.linphone.core.MediaFileFormat
< WAVE file format, .wav file extension.
Mlk1 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Mlk2 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Mlk3 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

Mobile - Enum constant in enum class org.linphone.core.SignalType

MovedPermanently - Enum constant in enum class org.linphone.core.Reason
Resource moved permanently.
Multimedia - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

MutedByFocus - Enum constant in enum class org.linphone.core.ParticipantDevice.State
Some medias have been muted by the focus.
mValue - Variable in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.AlgoStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.Backend
 
mValue - Variable in enum class org.linphone.core.AccountCreator.DomainStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.EmailStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.LanguageStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.PasswordStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.Status
 
mValue - Variable in enum class org.linphone.core.AccountCreator.TransportStatus
 
mValue - Variable in enum class org.linphone.core.AccountCreator.UsernameStatus
 
mValue - Variable in enum class org.linphone.core.AccountManagerServicesRequest.Type
 
mValue - Variable in enum class org.linphone.core.Address.Family
 
mValue - Variable in enum class org.linphone.core.Alert.Type
 
mValue - Variable in enum class org.linphone.core.AudioDevice.Capabilities
 
mValue - Variable in enum class org.linphone.core.AudioDevice.Type
 
mValue - Variable in enum class org.linphone.core.AuthMethod
 
mValue - Variable in enum class org.linphone.core.AVPFMode
 
mValue - Variable in enum class org.linphone.core.BaudotMode
 
mValue - Variable in enum class org.linphone.core.BaudotStandard
 
mValue - Variable in enum class org.linphone.core.Call.Dir
 
mValue - Variable in enum class org.linphone.core.Call.State
 
mValue - Variable in enum class org.linphone.core.Call.Status
 
mValue - Variable in enum class org.linphone.core.ChatMessage.Direction
 
mValue - Variable in enum class org.linphone.core.ChatMessage.State
 
mValue - Variable in enum class org.linphone.core.ChatRoom.Backend
 
mValue - Variable in enum class org.linphone.core.ChatRoom.Capabilities
 
mValue - Variable in enum class org.linphone.core.ChatRoom.EncryptionBackend
 
mValue - Variable in enum class org.linphone.core.ChatRoom.EphemeralMode
 
mValue - Variable in enum class org.linphone.core.ChatRoom.HistoryFilter
 
mValue - Variable in enum class org.linphone.core.ChatRoom.SecurityLevel
 
mValue - Variable in enum class org.linphone.core.ChatRoom.State
 
mValue - Variable in enum class org.linphone.core.CodecPriorityPolicy
 
mValue - Variable in enum class org.linphone.core.Conference.JoiningMode
 
mValue - Variable in enum class org.linphone.core.Conference.Layout
 
mValue - Variable in enum class org.linphone.core.Conference.ParticipantListType
 
mValue - Variable in enum class org.linphone.core.Conference.SecurityLevel
 
mValue - Variable in enum class org.linphone.core.Conference.State
 
mValue - Variable in enum class org.linphone.core.ConferenceInfo.State
 
mValue - Variable in enum class org.linphone.core.ConferenceScheduler.State
 
mValue - Variable in enum class org.linphone.core.ConferenceScheduler.Type
 
mValue - Variable in enum class org.linphone.core.ConfiguringState
 
mValue - Variable in enum class org.linphone.core.ConsolidatedPresence
 
mValue - Variable in enum class org.linphone.core.Core.LogCollectionUploadState
 
mValue - Variable in enum class org.linphone.core.EcCalibratorStatus
 
mValue - Variable in enum class org.linphone.core.EventLog.SecurityEventType
 
mValue - Variable in enum class org.linphone.core.EventLog.Type
 
mValue - Variable in enum class org.linphone.core.Friend.Capability
 
mValue - Variable in enum class org.linphone.core.FriendList.Status
 
mValue - Variable in enum class org.linphone.core.FriendList.SyncStatus
 
mValue - Variable in enum class org.linphone.core.FriendList.Type
 
mValue - Variable in enum class org.linphone.core.GlobalState
 
mValue - Variable in enum class org.linphone.core.IceState
 
mValue - Variable in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
 
mValue - Variable in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
 
mValue - Variable in enum class org.linphone.core.Ldap.Check
Deprecated.
 
mValue - Variable in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
 
mValue - Variable in enum class org.linphone.core.LimeState
 
mValue - Variable in enum class org.linphone.core.LogCollectionState
 
mValue - Variable in enum class org.linphone.core.LogLevel
 
mValue - Variable in enum class org.linphone.core.MagicSearch.Aggregation
 
mValue - Variable in enum class org.linphone.core.MagicSearch.Source
 
mValue - Variable in enum class org.linphone.core.MediaDirection
 
mValue - Variable in enum class org.linphone.core.MediaEncryption
 
mValue - Variable in enum class org.linphone.core.MediaFileFormat
 
mValue - Variable in enum class org.linphone.core.MediaResourceMode
 
mValue - Variable in enum class org.linphone.core.MessageWaitingIndication.ContextClass
 
mValue - Variable in enum class org.linphone.core.Participant.Role
 
mValue - Variable in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
 
mValue - Variable in enum class org.linphone.core.ParticipantDevice.JoiningMethod
 
mValue - Variable in enum class org.linphone.core.ParticipantDevice.State
 
mValue - Variable in enum class org.linphone.core.Player.State
 
mValue - Variable in enum class org.linphone.core.PresenceActivity.Type
 
mValue - Variable in enum class org.linphone.core.PresenceBasicStatus
 
mValue - Variable in enum class org.linphone.core.Privacy
 
mValue - Variable in enum class org.linphone.core.PublishState
 
mValue - Variable in enum class org.linphone.core.Reason
 
mValue - Variable in enum class org.linphone.core.Recorder.State
 
mValue - Variable in enum class org.linphone.core.RegistrationState
 
mValue - Variable in enum class org.linphone.core.RemoteContactDirectory.Type
 
mValue - Variable in enum class org.linphone.core.SearchDirection
 
mValue - Variable in enum class org.linphone.core.SecurityLevel
 
mValue - Variable in enum class org.linphone.core.SessionExpiresRefresher
 
mValue - Variable in enum class org.linphone.core.SignalStrengthUnit
 
mValue - Variable in enum class org.linphone.core.SignalType
 
mValue - Variable in enum class org.linphone.core.SrtpSuite
 
mValue - Variable in enum class org.linphone.core.StreamType
 
mValue - Variable in enum class org.linphone.core.SubscribePolicy
 
mValue - Variable in enum class org.linphone.core.SubscriptionDir
 
mValue - Variable in enum class org.linphone.core.SubscriptionState
 
mValue - Variable in enum class org.linphone.core.SupportLevel
 
mValue - Variable in enum class org.linphone.core.ToneID
 
mValue - Variable in enum class org.linphone.core.TransportType
 
mValue - Variable in enum class org.linphone.core.Tunnel.Mode
 
mValue - Variable in enum class org.linphone.core.UpnpState
 
mValue - Variable in enum class org.linphone.core.VersionUpdateCheckResult
 
mValue - Variable in enum class org.linphone.core.VideoSourceScreenSharingType
 
mValue - Variable in enum class org.linphone.core.VideoSourceType
 
mValue - Variable in enum class org.linphone.core.XmlRpcArgType
 
mValue - Variable in enum class org.linphone.core.XmlRpcStatus
 
mValue - Variable in enum class org.linphone.core.ZrtpKeyAgreement
 
mValue - Variable in enum class org.linphone.core.ZrtpPeerStatus
 

N

NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Register
 
NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
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
 
New - Enum constant in enum class org.linphone.core.ConferenceInfo.State
New conference.
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
newBuilder() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
newBuilder(LinphoneTombstoneProtos.ArmMTEMetadata) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
newBuilder(LinphoneTombstoneProtos.BacktraceFrame) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
newBuilder(LinphoneTombstoneProtos.Cause) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
newBuilder(LinphoneTombstoneProtos.CrashDetail) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
newBuilder(LinphoneTombstoneProtos.FD) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
newBuilder(LinphoneTombstoneProtos.HeapObject) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
newBuilder(LinphoneTombstoneProtos.LogBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
newBuilder(LinphoneTombstoneProtos.LogMessage) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
newBuilder(LinphoneTombstoneProtos.MemoryDump) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
newBuilder(LinphoneTombstoneProtos.MemoryError) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
newBuilder(LinphoneTombstoneProtos.MemoryMapping) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
newBuilder(LinphoneTombstoneProtos.Register) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
newBuilder(LinphoneTombstoneProtos.Signal) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
newBuilder(LinphoneTombstoneProtos.Thread) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
newBuilder(LinphoneTombstoneProtos.Tombstone) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
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.
NewVersionAvailable - Enum constant in enum class org.linphone.core.VersionUpdateCheckResult

newWithActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.PresenceModel
Creates a presence model specifying an activity.
newWithActivityAndNote(PresenceActivity.Type, String, String, String) - Method in interface org.linphone.core.PresenceModel
Creates a presence model specifying an activity and adding a note.
newWithConfig(Core, int) - Method in interface org.linphone.core.AccountParams
Create a new AccountParams object from a configuration.
newWithConfig(Core, AccountParams, ProxyConfig) - Method in interface org.linphone.core.Account
Create a new Account with a Proxy config backpointer.
newWithFactory(String, String) - Method in interface org.linphone.core.Config
Instantiates a Config object from a user config file and a factory
config file.
newWithParams(Core, LdapParams) - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
NoMatch - Enum constant in enum class org.linphone.core.Reason
Operation could not be executed by server or remote client because it didn't
have any context for it.
None - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
No capabilities.
None - Enum constant in enum class org.linphone.core.ChatRoom.EncryptionBackend
No encryption.
None - Enum constant in enum class org.linphone.core.ChatRoom.HistoryFilter
No filter.
None - Enum constant in enum class org.linphone.core.ChatRoom.State
Initial state.
None - Enum constant in enum class org.linphone.core.Conference.SecurityLevel
No security.
None - Enum constant in enum class org.linphone.core.Conference.State
Initial state.
None - Enum constant in enum class org.linphone.core.EventLog.SecurityEventType
Event is not a security event.
None - Enum constant in enum class org.linphone.core.EventLog.Type
No defined event.
None - Enum constant in enum class org.linphone.core.Friend.Capability
No capabilities populated.
None - Enum constant in enum class org.linphone.core.MagicSearch.Aggregation
No aggregation is done, you can have multiple SearchResult with the same
Friend.
None - Enum constant in enum class org.linphone.core.MagicSearch.Source
no Source specified.
None - Enum constant in enum class org.linphone.core.MediaEncryption
No media encryption is used.
None - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

None - Enum constant in enum class org.linphone.core.Privacy
Privacy services must not perform any privacy function.
None - Enum constant in enum class org.linphone.core.PublishState
Initial state, do not use.
None - Enum constant in enum class org.linphone.core.Reason
No reason has been set by the core.
None - Enum constant in enum class org.linphone.core.RegistrationState
Initial state for registrations.
None - Enum constant in enum class org.linphone.core.SecurityLevel
No encryption.
None - Enum constant in enum class org.linphone.core.SubscriptionState
Initial state, should not be used.
None - Enum constant in enum class org.linphone.core.XmlRpcArgType

NonExistentFriend - Enum constant in enum class org.linphone.core.FriendList.Status
Friend wasn't found in the FriendList

NoResponse - Enum constant in enum class org.linphone.core.Reason
No response received from remote.
normalizePhoneNumber(String) - Method in interface org.linphone.core.Account
Normalize a human readable phone number into a basic string.
normalizePhoneNumber(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
normalizeSipUri(String) - Method in interface org.linphone.core.Account
Normalize a human readable sip uri into a fully qualified LinphoneAddress.
normalizeSipUri(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
NoSupport - Enum constant in enum class org.linphone.core.SupportLevel
No support for the feature.
NotAcceptable - Enum constant in enum class org.linphone.core.Reason
Operation is rejected due to incompatible or unsupported media parameters.
NotActivated - Enum constant in enum class org.linphone.core.IceState
ICE has not been activated for this call or stream.
NotAnswered - Enum constant in enum class org.linphone.core.Reason
The call was not answered in time (request timeout)

NotAvailable - Enum constant in enum class org.linphone.core.UpnpState
uPnP is not available

NotDelivered - Enum constant in enum class org.linphone.core.ChatMessage.State
Message was not delivered.
NotDelivered - Enum constant in enum class org.linphone.core.Core.LogCollectionUploadState
Log collection upload was not delivered.
NotFound - Enum constant in enum class org.linphone.core.Reason
Destination of the call was not found.
notify(Content) - Method in interface org.linphone.core.Event
Send a notification.
notifyAllFriends(PresenceModel) - Method in interface org.linphone.core.Core
Notifies 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.
notifyOnTerminated() - Method in interface org.linphone.core.Alert
Notify the alert if it is terminated.
notifyParticipantDeviceRegistration(Address) - Method in interface org.linphone.core.ChatRoom
Notifies the chatroom that a participant device has just registered.
notifyPresence(PresenceModel) - Method in interface org.linphone.core.FriendList
Notify our presence to all the friends in the friend list that have subscribed
to our presence directly (not using a RLS).
notifyRinging() - Method in interface org.linphone.core.Call
Starts the process of replying 180 Ringing.
NotImplemented - Enum constant in enum class org.linphone.core.Reason
Not implemented.
NotImplementedError - Enum constant in enum class org.linphone.core.AccountCreator.Status
This API isn't implemented in the current backend.
NotSupported - Enum constant in enum class org.linphone.core.AccountCreator.AlgoStatus
Algorithm not supported.
NUMBER_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 

O

OCCUPY_ALL_SPACE - Enum constant in enum class org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
 
Off - Enum constant in enum class org.linphone.core.GlobalState
State in which we're in after Core.stop().
Off - Enum constant in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
Set OpenLdap verbosity to none.
Offline - Enum constant in enum class org.linphone.core.ConsolidatedPresence

OFFSET_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
oglRender() - Method in interface org.linphone.core.Call
Calls generic OpenGL render for a given call.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Activation code ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.AlgoStatus
Algorithm ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.DomainStatus
Domain ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.EmailStatus
Email ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.LanguageStatus
Language ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.PasswordStatus
Password ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Phone number ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.TransportStatus
Transport ok.
Ok - Enum constant in enum class org.linphone.core.AccountCreator.UsernameStatus
Username ok.
Ok - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
No error.
Ok - Enum constant in enum class org.linphone.core.PublishState
Publish is accepted.
Ok - Enum constant in enum class org.linphone.core.RegistrationState
Registration is successful.
Ok - Enum constant in enum class org.linphone.core.UpnpState
uPnP is enabled

Ok - Enum constant in enum class org.linphone.core.XmlRpcStatus

OK - Enum constant in enum class org.linphone.core.FriendList.Status
Operation went fine.
On - Enum constant in enum class org.linphone.core.GlobalState
Indicates Core has been started and is up and running.
onAccountAdded(Core, Account) - Method in interface org.linphone.core.CoreListener
Account added callback prototype.
onAccountAdded(Core, Account) - Method in class org.linphone.core.CoreListenerStub
 
onAccountCreationRequestToken(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onAccountCreationRequestToken(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onAccountCreationTokenUsingRequestToken(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onAccountCreationTokenUsingRequestToken(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onAccountRegistrationStateChanged(Core, Account, RegistrationState, String) - Method in interface org.linphone.core.CoreListener
Callback notifying that a Account has its registration state changed.
onAccountRegistrationStateChanged(Core, Account, RegistrationState, String) - Method in class org.linphone.core.CoreListenerStub
 
onAccountRemoved(Core, Account) - Method in interface org.linphone.core.CoreListener
Account removed callback prototype.
onAccountRemoved(Core, Account) - Method in class org.linphone.core.CoreListenerStub
 
onAckProcessing(Call, Headers, boolean) - Method in interface org.linphone.core.CallListener
Callback for notifying the processing SIP ACK messages.
onAckProcessing(Call, Headers, boolean) - Method in class org.linphone.core.CallListenerStub
 
onActivateAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onActivateAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onActivateAlias(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onActivateAlias(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onActiveSpeakerParticipantDevice(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify which participant device video is being displayed as
"actively speaking".
onActiveSpeakerParticipantDevice(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onAllowedParticipantListChanged(Conference) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the list of participants allowed to
join the conference has changed.
onAllowedParticipantListChanged(Conference) - Method in class org.linphone.core.ConferenceListenerStub
 
onAudioDeviceChanged(Call, AudioDevice) - Method in interface org.linphone.core.CallListener
Callback to notify that the audio device has been changed.
onAudioDeviceChanged(Call, AudioDevice) - Method in class org.linphone.core.CallListenerStub
 
onAudioDeviceChanged(Conference, AudioDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that the audio device of a conference has changed.
onAudioDeviceChanged(Conference, AudioDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onAudioDeviceChanged(Core, AudioDevice) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that the audio device for at least one call has
changed.
onAudioDeviceChanged(Core, AudioDevice) - Method in class org.linphone.core.CoreListenerStub
 
onAudioDevicesListUpdated(Core) - Method in interface org.linphone.core.CoreListener
Callback prototype telling the audio devices list has been updated.
onAudioDevicesListUpdated(Core) - Method in class org.linphone.core.CoreListenerStub
 
onAuthenticationRequested(Core, AuthInfo, AuthMethod) - Method in interface org.linphone.core.CoreListener
Callback for requesting authentication information to application or user.
onAuthenticationRequested(Core, AuthInfo, AuthMethod) - Method in class org.linphone.core.CoreListenerStub
 
onAuthenticationTokenVerified(Call, boolean) - Method in interface org.linphone.core.CallListener
Call authentication token verified callback.
onAuthenticationTokenVerified(Call, boolean) - Method in class org.linphone.core.CallListenerStub
 
onAvailableMediaChanged(Conference) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that the available media of a conference has changed.
onAvailableMediaChanged(Conference) - Method in class org.linphone.core.ConferenceListenerStub
 
onBaudotDetected(Call, BaudotStandard) - Method in interface org.linphone.core.CallListener
Callback to notify that Baudot tones have been detected in the audio received
from the remote.
onBaudotDetected(Call, BaudotStandard) - Method in class org.linphone.core.CallListenerStub
 
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 Call (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
 
onCallGoclearAckSent(Core, Call) - Method in interface org.linphone.core.CoreListener
GoClear ACK sent on call callback.
onCallGoclearAckSent(Core, Call) - 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
 
onCallReceiveMasterKeyChanged(Core, Call, String) - Method in interface org.linphone.core.CoreListener
Call receive master key changed callback.
onCallReceiveMasterKeyChanged(Core, Call, String) - Method in class org.linphone.core.CoreListenerStub
 
onCallSendMasterKeyChanged(Core, Call, String) - Method in interface org.linphone.core.CoreListener
Call send master key changed callback.
onCallSendMasterKeyChanged(Core, Call, String) - 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 ChatMessage.setToBeStored(boolean).
onChatMessageShouldBeStored(ChatRoom, ChatMessage) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatMessagesReceived(ChatRoom, EventLog[]) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that one or many chat messages have been
received.
onChatMessagesReceived(ChatRoom, EventLog[]) - Method in class org.linphone.core.ChatRoomListenerStub
 
onChatRoomEphemeralMessageDeleted(Core, ChatRoom) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a ChatRoom ephemeral message has
expired.
onChatRoomEphemeralMessageDeleted(Core, ChatRoom) - Method in class org.linphone.core.CoreListenerStub
 
onChatRoomRead(ChatRoom) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room was "marked as read".
onChatRoomRead(ChatRoom) - Method in class org.linphone.core.ChatRoomListenerStub
 
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
 
onChatRoomSessionStateChanged(Core, ChatRoom, Call.State, String) - Method in interface org.linphone.core.CoreListener
Chat room session state changed callback.
onChatRoomSessionStateChanged(Core, ChatRoom, Call.State, String) - Method in class org.linphone.core.CoreListenerStub
 
onChatRoomStateChanged(Core, ChatRoom, ChatRoom.State) - Method in interface org.linphone.core.CoreListener
Callback prototype telling that a ChatRoom 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 ChatRoom 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
 
onConferenceInfoReceived(Core, ConferenceInfo) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about a received conference
info.
onConferenceInfoReceived(Core, ConferenceInfo) - Method in class org.linphone.core.CoreListenerStub
 
onConferenceInformationUpdated(Account, ConferenceInfo[]) - Method in interface org.linphone.core.AccountListener
Callback for notifying that the conference information list of an account has
been updated.
onConferenceInformationUpdated(Account, ConferenceInfo[]) - Method in class org.linphone.core.AccountListenerStub
 
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 Conference 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
Deprecated.
11/06/2024 use AccountManagerServices instead
onCreateAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onDefaultAccountChanged(Core, Account) - Method in interface org.linphone.core.CoreListener
Default account changed callback prototype.
onDefaultAccountChanged(Core, Account) - Method in class org.linphone.core.CoreListenerStub
 
onDevicesListFetched(AccountManagerServicesRequest, AccountDevice[]) - Method in interface org.linphone.core.AccountManagerServicesRequestListener
Callback for notifying when the
#LinphoneAccountManagerServicesRequestGetDevicesList request has results
available.
onDevicesListFetched(AccountManagerServicesRequest, AccountDevice[]) - Method in class org.linphone.core.AccountManagerServicesRequestListenerStub
 
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_calibration_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_calibration_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_calibration_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
 
OneToOne - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
A communication between two participants (can be Basic or Conference)

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
 
onFileTransferTerminated(ChatMessage, Content) - Method in interface org.linphone.core.ChatMessageListener
File transfer terminated callback prototype.
onFileTransferTerminated(ChatMessage, Content) - 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
friend lists.
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 friend lists.
onFriendListRemoved(Core, FriendList) - Method in class org.linphone.core.CoreListenerStub
 
onFullStateReceived(Conference) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify when a notify full state has been received.
onFullStateReceived(Conference) - Method in class org.linphone.core.ConferenceListenerStub
 
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
 
onGoclearAckSent(Call) - Method in interface org.linphone.core.CallListener
GoClear ACK sent callback.
onGoclearAckSent(Call) - Method in class org.linphone.core.CallListenerStub
 
OnHold - Enum constant in enum class org.linphone.core.ParticipantDevice.State
the SIP session has been concluded, participant is not media mixed

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
 
onInvitationsSent(ConferenceScheduler, Address[]) - Method in interface org.linphone.core.ConferenceSchedulerListener
Callback for notifying when conference invitations have been sent.
onInvitationsSent(ConferenceScheduler, Address[]) - Method in class org.linphone.core.ConferenceSchedulerListenerStub
 
onIsAccountActivated(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onIsAccountActivated(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAccountExist(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onIsAccountExist(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAccountLinked(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onIsAccountLinked(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onIsAliasUsed(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
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
 
onIsMuted(ParticipantDevice, boolean) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that this participant device is muted or is no longer
muted.
onIsMuted(ParticipantDevice, boolean) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onIsSpeakingChanged(ParticipantDevice, boolean) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that is this participant device speaking has changed.
onIsSpeakingChanged(ParticipantDevice, boolean) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onLastCallEnded(Core) - Method in interface org.linphone.core.CoreListener
Callback prototype telling the last call has ended (Core.getCallsNb()
returns 0)

onLastCallEnded(Core) - Method in class org.linphone.core.CoreListenerStub
 
onLdapHaveMoreResults(MagicSearch, Ldap) - Method in interface org.linphone.core.MagicSearchListener
Deprecated.
18/11/2024 use LinphoneMagicSearchCbsMoreResultsAvailableCb
instead.
onLdapHaveMoreResults(MagicSearch, Ldap) - Method in class org.linphone.core.MagicSearchListenerStub
 
Online - Enum constant in enum class org.linphone.core.ConsolidatedPresence

onLinkAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
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
Deprecated.
11/06/2024 use AccountManagerServices instead
onLoginLinphoneAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onLogMessageWritten(LoggingService, String, LogLevel, String) - Method in interface org.linphone.core.LoggingServiceListener
Type of callbacks called each time liblinphone write a log message.
onLogMessageWritten(LoggingService, String, LogLevel, String) - Method in class org.linphone.core.LoggingServiceListenerStub
 
onMeasure(int, int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
onMessageReceived(ChatRoom, ChatMessage) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a message has been received.
onMessageReceived(ChatRoom, ChatMessage) - Method in class org.linphone.core.ChatRoomListenerStub
 
onMessageReceived(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Chat message callback prototype.
onMessageReceived(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMessageReceivedUnableDecrypt(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Chat message not decrypted callback prototype.
onMessageReceivedUnableDecrypt(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMessageSent(Core, ChatRoom, ChatMessage) - Method in interface org.linphone.core.CoreListener
Called after the ChatMessage.send() was called.
onMessageSent(Core, ChatRoom, ChatMessage) - Method in class org.linphone.core.CoreListenerStub
 
onMessagesReceived(ChatRoom, ChatMessage[]) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that many chat messages have been received.
onMessagesReceived(ChatRoom, ChatMessage[]) - Method in class org.linphone.core.ChatRoomListenerStub
 
onMessagesReceived(Core, ChatRoom, ChatMessage[]) - Method in interface org.linphone.core.CoreListener
Chat messages callback prototype.
onMessagesReceived(Core, ChatRoom, ChatMessage[]) - Method in class org.linphone.core.CoreListenerStub
 
onMessageWaitingIndicationChanged(Account, MessageWaitingIndication) - Method in interface org.linphone.core.AccountListener
Callback for notifying a message waiting indication change for the account.
onMessageWaitingIndicationChanged(Account, MessageWaitingIndication) - Method in class org.linphone.core.AccountListenerStub
 
onMessageWaitingIndicationChanged(Core, Event, MessageWaitingIndication) - Method in interface org.linphone.core.CoreListener
Callback notifying that a Message Waiting Indication state has changed.
onMessageWaitingIndicationChanged(Core, Event, MessageWaitingIndication) - Method in class org.linphone.core.CoreListenerStub
 
onMoreResultsAvailable(MagicSearch, MagicSearch.Source) - Method in interface org.linphone.core.MagicSearchListener
Callback used to notify when more results are available for a given MagicSearch#Source
flag.
onMoreResultsAvailable(MagicSearch, MagicSearch.Source) - Method in class org.linphone.core.MagicSearchListenerStub
 
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 Core.setNetworkReachable(boolean).
onNetworkReachable(Core, boolean) - Method in class org.linphone.core.CoreListenerStub
 
onNewAlertTriggered(Core, Alert) - Method in interface org.linphone.core.CoreListener
Callback for notifying about an alert (e.g on Qos)

onNewAlertTriggered(Core, Alert) - 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
 
onNewEvents(ChatRoom, EventLog[]) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that many event logs have been created.
onNewEvents(ChatRoom, EventLog[]) - Method in class org.linphone.core.ChatRoomListenerStub
 
onNewMessageReaction(ChatMessage, ChatMessageReaction) - Method in interface org.linphone.core.ChatMessageListener
Callback used to notify a reaction has been received or sent for a given
message.
onNewMessageReaction(ChatMessage, ChatMessageReaction) - Method in class org.linphone.core.ChatMessageListenerStub
 
onNewMessageReaction(ChatRoom, ChatMessage, ChatMessageReaction) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a reaction has been received or sent for a given
message.
onNewMessageReaction(ChatRoom, ChatMessage, ChatMessageReaction) - Method in class org.linphone.core.ChatRoomListenerStub
 
onNewMessageReaction(Core, ChatRoom, ChatMessage, ChatMessageReaction) - Method in interface org.linphone.core.CoreListener
Chat message new reaction callback prototype.
onNewMessageReaction(Core, ChatRoom, ChatMessage, ChatMessageReaction) - Method in class org.linphone.core.CoreListenerStub
 
onNewSipAddressDiscovered(FriendList, Friend, String) - Method in interface org.linphone.core.FriendListListener
Callback used to notify a list that a new SIP address was discovered through
long term presence mechanism.
onNewSipAddressDiscovered(FriendList, Friend, String) - Method in class org.linphone.core.FriendListListenerStub
 
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 Core 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
 
onNotifyReceived(Event, Content) - Method in interface org.linphone.core.EventListener
Callback used to notify the received to a NOTIFY.
onNotifyReceived(Event, Content) - Method in class org.linphone.core.EventListenerStub
 
onNotifyResponse(Event) - Method in interface org.linphone.core.EventListener
Callback used to notify the response to a sent NOTIFY.
onNotifyResponse(Event) - Method in class org.linphone.core.EventListenerStub
 
onNotifySent(Core, Event, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about notification that is
being sent.
onNotifySent(Core, Event, Content) - Method in class org.linphone.core.CoreListenerStub
 
onParticipantAdded(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been added.
onParticipantAdded(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantAdded(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been added.
onParticipantAdded(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantAdminStatusChanged(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that the admin status of a participant has
been changed.
onParticipantAdminStatusChanged(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantAdminStatusChanged(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the admin status of a participant has
been changed.
onParticipantAdminStatusChanged(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceAdded(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been added.
onParticipantDeviceAdded(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceAdded(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant device has been added.
onParticipantDeviceAdded(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceIsMuted(Conference, ParticipantDevice, boolean) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that a participant device is muted or is no longer
muted.
onParticipantDeviceIsMuted(Conference, ParticipantDevice, boolean) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceIsSpeakingChanged(Conference, ParticipantDevice, boolean) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that a participant device is speaking or isn't speaking
anymore.
onParticipantDeviceIsSpeakingChanged(Conference, ParticipantDevice, boolean) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceJoiningRequest(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has requested to join
the conference.
onParticipantDeviceJoiningRequest(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceMediaAvailabilityChanged(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a conference that the media availability of a
participant device has been changed.
onParticipantDeviceMediaAvailabilityChanged(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceMediaAvailabilityChanged(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the media availability of a
participant device has been changed.
onParticipantDeviceMediaAvailabilityChanged(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceMediaCapabilityChanged(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the media capability of a participant
device has been changed.
onParticipantDeviceMediaCapabilityChanged(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceRemoved(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been removed.
onParticipantDeviceRemoved(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceRemoved(Conference, ParticipantDevice) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant device has been
removed.
onParticipantDeviceRemoved(Conference, ParticipantDevice) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceScreenSharingChanged(Conference, ParticipantDevice, boolean) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant device starts or stops
screen sharing.
onParticipantDeviceScreenSharingChanged(Conference, ParticipantDevice, boolean) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantDeviceStateChanged(ChatRoom, EventLog, ParticipantDevice.State) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a conference that a participant device has changed
state.
onParticipantDeviceStateChanged(ChatRoom, EventLog, ParticipantDevice.State) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantDeviceStateChanged(Conference, ParticipantDevice, ParticipantDevice.State) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant device has changed
state.
onParticipantDeviceStateChanged(Conference, ParticipantDevice, ParticipantDevice.State) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantImdnStateChanged(ChatMessage, ParticipantImdnState) - Method in interface org.linphone.core.ChatMessageListener
Call back used to notify participant IMDN state.
onParticipantImdnStateChanged(ChatMessage, ParticipantImdnState) - Method in class org.linphone.core.ChatMessageListenerStub
 
onParticipantRegistrationSubscriptionRequested(ChatRoom, Address) - Method in interface org.linphone.core.ChatRoomListener
Callback used when a group chat room server is subscribing to registration
state of a participant.
onParticipantRegistrationSubscriptionRequested(ChatRoom, Address) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRegistrationUnsubscriptionRequested(ChatRoom, Address) - Method in interface org.linphone.core.ChatRoomListener
Callback used when a group chat room server is unsubscribing to registration
state of a participant.
onParticipantRegistrationUnsubscriptionRequested(ChatRoom, Address) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRemoved(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room that a participant has been removed.
onParticipantRemoved(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onParticipantRemoved(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that a participant has been removed.
onParticipantRemoved(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onParticipantRoleChanged(Conference, Participant) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference that the role of a participant has been
changed.
onParticipantRoleChanged(Conference, Participant) - Method in class org.linphone.core.ConferenceListenerStub
 
onPresenceReceived(Friend) - Method in interface org.linphone.core.FriendListener
Callback used to notify a friend that it has received presence information.
onPresenceReceived(Friend) - Method in class org.linphone.core.FriendListenerStub
 
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
 
onPreviewDisplayErrorOccurred(Core, int) - Method in interface org.linphone.core.CoreListener
Callback to notify that there are errors from the video rendering.
onPreviewDisplayErrorOccurred(Core, int) - Method in class org.linphone.core.CoreListenerStub
 
onPublishReceived(Core, Event, String, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about publish received from
the network.
onPublishReceived(Core, Event, String, Content) - Method in class org.linphone.core.CoreListenerStub
 
onPublishReceived(Event, Content) - Method in interface org.linphone.core.EventListener
Callback used to notify the received to a PUBLISH.
onPublishReceived(Event, Content) - Method in class org.linphone.core.EventListenerStub
 
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
 
onPublishStateChanged(Event, PublishState) - Method in interface org.linphone.core.EventListener
PUBLISH state changed callback.
onPublishStateChanged(Event, PublishState) - Method in class org.linphone.core.EventListenerStub
 
onPushNotificationReceived(Core, String) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application a push notification was
received.
onPushNotificationReceived(Core, String) - 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
 
onReactionRemoved(ChatMessage, Address) - Method in interface org.linphone.core.ChatMessageListener
Callback used to notify a reaction has been removed from a given message.
onReactionRemoved(ChatMessage, Address) - Method in class org.linphone.core.ChatMessageListenerStub
 
onReactionRemoved(Core, ChatRoom, ChatMessage, Address) - Method in interface org.linphone.core.CoreListener
Chat message removed reaction callback prototype.
onReactionRemoved(Core, ChatRoom, ChatMessage, Address) - Method in class org.linphone.core.CoreListenerStub
 
onReceiveMasterKeyChanged(Call, String) - Method in interface org.linphone.core.CallListener
Call receive master key changed callback.
onReceiveMasterKeyChanged(Call, String) - Method in class org.linphone.core.CallListenerStub
 
onRecoverAccount(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onRecoverAccount(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onReferReceived(Core, Address, Headers, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for when a refer is received.
onReferReceived(Core, Address, Headers, Content) - Method in class org.linphone.core.CoreListenerStub
 
onReferRequested(Call, Address) - Method in interface org.linphone.core.CallListener
Callback for notifying when a call transfer (refer) is requested.
onReferRequested(Call, Address) - Method in class org.linphone.core.CallListenerStub
 
onRegistrationStateChanged(Account, RegistrationState, String) - Method in interface org.linphone.core.AccountListener
Callback for notifying when a registration state has changed for the account.
onRegistrationStateChanged(Account, RegistrationState, String) - Method in class org.linphone.core.AccountListenerStub
 
onRegistrationStateChanged(Core, ProxyConfig, RegistrationState, String) - Method in interface org.linphone.core.CoreListener
Deprecated.
06/04/2020 Use LinphoneCoreCbsAccountRegistrationStateChangedCb
instead
onRegistrationStateChanged(Core, ProxyConfig, RegistrationState, String) - Method in class org.linphone.core.CoreListenerStub
 
onRemainingNumberOfFileTransferChanged(Core, int, int) - Method in interface org.linphone.core.CoreListener
Called after a download is terminated or a new attachement is to be downloaded.
onRemainingNumberOfFileTransferChanged(Core, int, int) - Method in class org.linphone.core.CoreListenerStub
 
onRemoteRecording(Call, boolean) - Method in interface org.linphone.core.CallListener
Callback to notify that the call is being recorded by the remote.
onRemoteRecording(Call, boolean) - Method in class org.linphone.core.CallListenerStub
 
onRequestError(AccountManagerServicesRequest, int, String, Dictionary) - Method in interface org.linphone.core.AccountManagerServicesRequestListener
Callback for notifying a request has failed.
onRequestError(AccountManagerServicesRequest, int, String, Dictionary) - Method in class org.linphone.core.AccountManagerServicesRequestListenerStub
 
onRequestSuccessful(AccountManagerServicesRequest, String) - Method in interface org.linphone.core.AccountManagerServicesRequestListener
Callback for notifying a request was successful.
onRequestSuccessful(AccountManagerServicesRequest, String) - Method in class org.linphone.core.AccountManagerServicesRequestListenerStub
 
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
 
onScreenSharingChanged(ParticipantDevice, boolean) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that this participant device is screen sharing or is no
longer screen sharing.
onScreenSharingChanged(ParticipantDevice, boolean) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onSearchResultsReceived(MagicSearch) - Method in interface org.linphone.core.MagicSearchListener
Callback used to notify when results are received.
onSearchResultsReceived(MagicSearch) - Method in class org.linphone.core.MagicSearchListenerStub
 
onSecurityEvent(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a security event in the chat room.
onSecurityEvent(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onSecurityLevelDowngraded(Call) - Method in interface org.linphone.core.CallListener
Call security level downgraded callback.
onSecurityLevelDowngraded(Call) - Method in class org.linphone.core.CallListenerStub
 
onSendMasterKeyChanged(Call, String) - Method in interface org.linphone.core.CallListener
Call send master key changed callback.
onSendMasterKeyChanged(Call, String) - Method in class org.linphone.core.CallListenerStub
 
onSendToken(AccountCreator, AccountCreator.Status, String) - Method in interface org.linphone.core.AccountCreatorListener
Deprecated.
11/06/2024 use AccountManagerServices instead
onSendToken(AccountCreator, AccountCreator.Status, String) - Method in class org.linphone.core.AccountCreatorListenerStub
 
onSnapshotTaken(Call, String) - Method in interface org.linphone.core.CallListener
Callback for notifying a snapshot taken.
onSnapshotTaken(Call, String) - Method in class org.linphone.core.CallListenerStub
 
onSnapshotTaken(Core, String) - Method in interface org.linphone.core.CoreListener
Callback notifying a snapshot has been taken.
onSnapshotTaken(Core, String) - Method in class org.linphone.core.CoreListenerStub
 
onStateChanged(Call, Call.State, String) - Method in interface org.linphone.core.CallListener
Call state notification callback.
onStateChanged(Call, Call.State, String) - Method in class org.linphone.core.CallListenerStub
 
onStateChanged(ChatRoom, ChatRoom.State) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify a chat room state has changed.
onStateChanged(ChatRoom, ChatRoom.State) - Method in class org.linphone.core.ChatRoomListenerStub
 
onStateChanged(Conference, Conference.State) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify a conference state has changed.
onStateChanged(Conference, Conference.State) - Method in class org.linphone.core.ConferenceListenerStub
 
onStateChanged(ConferenceScheduler, ConferenceScheduler.State) - Method in interface org.linphone.core.ConferenceSchedulerListener
Callback for notifying when a registration state has changed for the conference
scheduler.
onStateChanged(ConferenceScheduler, ConferenceScheduler.State) - Method in class org.linphone.core.ConferenceSchedulerListenerStub
 
onStateChanged(ParticipantDevice, ParticipantDevice.State) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that participant device changed state.
onStateChanged(ParticipantDevice, ParticipantDevice.State) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
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
 
onStreamAvailabilityChanged(ParticipantDevice, boolean, StreamType) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that participant device stream availability has
changed.
onStreamAvailabilityChanged(ParticipantDevice, boolean, StreamType) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onStreamCapabilityChanged(ParticipantDevice, MediaDirection, StreamType) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that participant device stream capability has changed.
onStreamCapabilityChanged(ParticipantDevice, MediaDirection, StreamType) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onSubjectChanged(ChatRoom, EventLog) - Method in interface org.linphone.core.ChatRoomListener
Callback used to notify that the subject of a chat room has changed.
onSubjectChanged(ChatRoom, EventLog) - Method in class org.linphone.core.ChatRoomListenerStub
 
onSubjectChanged(Conference, String) - Method in interface org.linphone.core.ConferenceListener
Callback used to notify that the subject of a conference has changed.
onSubjectChanged(Conference, String) - Method in class org.linphone.core.ConferenceListenerStub
 
onSubscribeReceived(Core, Event, String, Content) - Method in interface org.linphone.core.CoreListener
Callback prototype for notifying the application about subscription received
from the network.
onSubscribeReceived(Core, Event, String, Content) - Method in class org.linphone.core.CoreListenerStub
 
onSubscribeReceived(Event) - Method in interface org.linphone.core.EventListener
Callback used to notify the received to a SUBSCRIBE.
onSubscribeReceived(Event) - Method in class org.linphone.core.EventListenerStub
 
onSubscribeStateChanged(Event, SubscriptionState) - Method in interface org.linphone.core.EventListener
SUBSCRIBE state changed callback.
onSubscribeStateChanged(Event, SubscriptionState) - Method in class org.linphone.core.EventListenerStub
 
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
 
onTerminated(Alert) - Method in interface org.linphone.core.AlertListener
Callback to know if an alert stops.
onTerminated(Alert) - Method in class org.linphone.core.AlertListenerStub
 
OnThePhone - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is talking on the telephone.
onThumbnailStreamAvailabilityChanged(ParticipantDevice, boolean) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that participant device thumbnail stream availability
has changed.
onThumbnailStreamAvailabilityChanged(ParticipantDevice, boolean) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onThumbnailStreamCapabilityChanged(ParticipantDevice, MediaDirection) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback used to notify that participant device thumbnail stream capability has
changed.
onThumbnailStreamCapabilityChanged(ParticipantDevice, MediaDirection) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
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
Deprecated.
11/06/2024 use AccountManagerServices instead
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
 
onVideoDisplayErrorOccurred(Call, int) - Method in interface org.linphone.core.CallListener
Callback to notify that there are errors from the video rendering.
onVideoDisplayErrorOccurred(Call, int) - Method in class org.linphone.core.CallListenerStub
 
onVideoDisplayErrorOccurred(ParticipantDevice, int) - Method in interface org.linphone.core.ParticipantDeviceListener
Callback to notify that there are errors from the video rendering of the
participant device.
onVideoDisplayErrorOccurred(ParticipantDevice, int) - Method in class org.linphone.core.ParticipantDeviceListenerStub
 
onVideoPreviewSurfaceDestroyed(AndroidVideoWindowImpl) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoPreviewSurfaceReady(AndroidVideoWindowImpl, SurfaceView) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoRenderingSurfaceDestroyed(AndroidVideoWindowImpl) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
onVideoRenderingSurfaceReady(AndroidVideoWindowImpl, SurfaceView) - Method in interface org.linphone.mediastream.video.AndroidVideoWindowImpl.VideoWindowListener
 
open(String) - Method in interface org.linphone.core.Player
Open a file for playing.
open(String) - Method in interface org.linphone.core.Recorder
Opens a file for recording.
Open - Enum constant in enum class org.linphone.core.Conference.ParticipantListType
All devices calling the conference URI are allowed to join the conference.
Open - Enum constant in enum class org.linphone.core.PresenceBasicStatus
This value means that the associated contact element, if any, is ready to
accept communication.
OPEN_FDS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
OpenGLESDisplay - Class in org.linphone.mediastream.video.display
 
OpenGLESDisplay() - Constructor for class org.linphone.mediastream.video.display.OpenGLESDisplay
 
Optional - Enum constant in enum class org.linphone.core.SupportLevel
Optional support for the feature.
org.linphone.core - package org.linphone.core
 
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
 
Other - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is engaged in an activity with no defined representation.
Other - Enum constant in enum class org.linphone.core.SignalType

Outgoing - Enum constant in enum class org.linphone.core.Call.Dir
outgoing calls

Outgoing - Enum constant in enum class org.linphone.core.ChatMessage.Direction
Outgoing message.
Outgoing - Enum constant in enum class org.linphone.core.SubscriptionDir
Outgoing subscription.
OutgoingEarlyMedia - Enum constant in enum class org.linphone.core.Call.State
Outgoing call early media.
OutgoingInit - Enum constant in enum class org.linphone.core.Call.State
Outgoing call initialized.
OutgoingProgress - Enum constant in enum class org.linphone.core.Call.State
Outgoing call in progress.
OutgoingProgress - Enum constant in enum class org.linphone.core.PublishState
An outgoing publish was created and submitted.
OutgoingProgress - Enum constant in enum class org.linphone.core.SubscriptionState
An outgoing subcription was sent.
OutgoingRinging - Enum constant in enum class org.linphone.core.Call.State
Outgoing call ringing.
OWNER_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.FD
 

P

PAC_ENABLED_KEYS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
Pager - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseDelimitedFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(byte[]) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(ByteString) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(CodedInputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(InputStream) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(ByteBuffer) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Cause
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.FD
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Register
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
parser() - Static method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
Participant - Interface in org.linphone.core
Identifies a member of a Conference or ChatRoom.
Participant.Role - Enum Class in org.linphone.core
 
ParticipantDevice - Interface in org.linphone.core
This object represents a unique device for a member of a Conference or
ChatRoom.
ParticipantDevice.DisconnectionMethod - Enum Class in org.linphone.core
 
ParticipantDevice.JoiningMethod - Enum Class in org.linphone.core
 
ParticipantDevice.State - Enum Class in org.linphone.core
 
ParticipantDeviceIdentity - Interface in org.linphone.core
This object is only used on server side for ChatRoom with {@link ChatRoom#Backend#FlexisipChat}
backend.
ParticipantDeviceListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a ParticipantDevice
objects.
ParticipantDeviceListenerStub - Class in org.linphone.core
 
ParticipantDeviceListenerStub() - Constructor for class org.linphone.core.ParticipantDeviceListenerStub
 
ParticipantImdnState - Interface in org.linphone.core
This object represents the delivery/display state of a given chat message for a
given participant.
ParticipantInfo - Interface in org.linphone.core
Object defining all information related to a participant.
ParticipantMaxDeviceCountExceeded - Enum constant in enum class org.linphone.core.EventLog.SecurityEventType
Participant has exceeded the maximum number of device event.
PATH_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.FD
 
pause() - Method in interface org.linphone.core.Call
Pauses the call.
pause() - Method in interface org.linphone.core.Player
Pause the playing of a file.
pause() - Method in interface org.linphone.core.Recorder
Pauses the recording.
pauseAllCalls() - Method in interface org.linphone.core.Core
Pauses all currently running calls.
Paused - Enum constant in enum class org.linphone.core.Call.State
Paused.
Paused - Enum constant in enum class org.linphone.core.Player.State
The player is paused.
Paused - Enum constant in enum class org.linphone.core.Recorder.State
The recorder is paused.
PausedByRemote - Enum constant in enum class org.linphone.core.Call.State
Paused by remote.
pausePublish() - Method in interface org.linphone.core.Event
Prevent an event from refreshing its publish.
pauseRegister() - Method in interface org.linphone.core.Account
Prevent an account from refreshing its registration.
pauseRegister() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
Pausing - Enum constant in enum class org.linphone.core.Call.State
Pausing.
PayloadType - Interface in org.linphone.core
Object representing an RTP payload type.
PC_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
Pending - Enum constant in enum class org.linphone.core.SubscriptionState
Subscription is pending, waiting for user approval.
Pending - Enum constant in enum class org.linphone.core.UpnpState
uPnP process is in progress

Pending - Enum constant in enum class org.linphone.core.XmlRpcStatus

PendingDelivery - Enum constant in enum class org.linphone.core.ChatMessage.State
Message is pending delivery.
Performance - Enum constant in enum class org.linphone.core.PresenceActivity.Type
A performance is a sub-class of an appointment and includes musical,
theatrical, and cinematic performances as well as lectures.
PermanentAbsence - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person will not return for the foreseeable future, e.g., because it is no
longer working for the company.
PhoneNumberInvalid - Enum constant in enum class org.linphone.core.AccountCreator.Status
Error cannot send SMS.
PhoneNumberOverused - Enum constant in enum class org.linphone.core.AccountCreator.Status
Error too many SMS sent.
PID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
PID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
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 Class in org.linphone.core
 
PlayerListener - Interface in org.linphone.core
An object to handle the callbacks for the handling a Player objects.
PlayerListenerStub - Class in org.linphone.core
 
PlayerListenerStub() - Constructor for class org.linphone.core.PlayerListenerStub
 
Playing - Enum constant in enum class org.linphone.core.Player.State
The player is playing.
Playing - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is occupying himself or herself in amusement, sport, or other
recreation.
playLocal(String) - Method in interface org.linphone.core.Core
Plays an audio file to the local user.
PointToPoint - Enum constant in enum class org.linphone.core.Conference.SecurityLevel
Point-to-point encryption.
PointToPointEncrypted - Enum constant in enum class org.linphone.core.SecurityLevel
Point-to-point encrypted.
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.
Preferred - Enum constant in enum class org.linphone.core.LimeState
Lime is used only if we already shared a secret with remote.
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 Class in org.linphone.core
 
PresenceBasicStatus - Enum Class 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.
Present - Enum constant in enum class org.linphone.core.ParticipantDevice.State
the SIP session has been concluded, participant is part of the conference

Presentation - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is giving a presentation, lecture, or participating in a formal
round-table discussion.
previewOglRender() - Method in interface org.linphone.core.Core
Call generic OpenGL render for a given core.
PRIORITY_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
Privacy - Enum Class 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
 
PROCESS_UPTIME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
processPushNotification(String) - Method in interface org.linphone.core.Core
Call this method when you receive a push notification (if you handle push
notifications manually).
Progress - Enum constant in enum class org.linphone.core.RegistrationState
Registration is in progress.
Proxy - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Special proxy chat room flag.
ProxyConfig - Interface in org.linphone.core
Deprecated.
06/04/2020 Use Account object instead
publish(Address, String, int, Content) - Method in interface org.linphone.core.Core
Publishes an event state.
PublishState - Enum Class 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
 
PushIncomingReceived - Enum constant in enum class org.linphone.core.Call.State
PushIncoming call received.
PushNotificationConfig - Interface in org.linphone.core
Object holding push notification configuration that will be set in the contact
URI parameters of the Contact header in the REGISTER, if the AccountParams
is configured to allow push notifications, see AccountParams.setPushNotificationAllowed(boolean)
.
PushNotificationMessage - Interface in org.linphone.core
Object holding chat message data received by a push notification on iOS
platform only.
pushToDecoder(byte[], int) - Method in class org.linphone.mediastream.AACFilter
 
pushToEncoder(byte[], int) - Method in class org.linphone.mediastream.AACFilter
 
putAllThreads(Map<Integer, LinphoneTombstoneProtos.Thread>) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
putChar(int) - Method in interface org.linphone.core.ChatMessage
Fulfills a chat message character by character and send the character
immediately as real-time text (RFC4103 / T.140) or as Baudot tones.
putImage(long, byte[]) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
putThreads(int, LinphoneTombstoneProtos.Thread) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;

Q

QoSBurstOccured - Enum constant in enum class org.linphone.core.Alert.Type
Packet Burst phenomenon.
QoSCameraLowFramerate - Enum constant in enum class org.linphone.core.Alert.Type
Camera is capturing low framerate.
QoSCameraMisfunction - Enum constant in enum class org.linphone.core.Alert.Type
Camera is not working.
QoSHighLossLateRate - Enum constant in enum class org.linphone.core.Alert.Type
A received media stream suffers from high loss or late rate.
QoSHighRemoteLossRate - Enum constant in enum class org.linphone.core.Alert.Type
A report of high loss rate is received from remote party.
QoSLostSignal - Enum constant in enum class org.linphone.core.Alert.Type
The operating system reports a loss of radio signal (wifi or mobile).
QoSLowDownloadBandwidthEstimation - Enum constant in enum class org.linphone.core.Alert.Type
Low bandwidth detected.
QoSLowQualityReceivedVideo - Enum constant in enum class org.linphone.core.Alert.Type
Low quality (bitrate) video received.
QoSLowQualitySentVideo - Enum constant in enum class org.linphone.core.Alert.Type
Low quality video is being sent.
QoSLowSignal - Enum constant in enum class org.linphone.core.Alert.Type
The operating system reports a low radio signal (wifi or mobile)

note: Use the key "low_signal_interval" in the section "alerts::network" to set
or get the interval at which the problem is checked in a Config.
QoSRetransmissionFailures - Enum constant in enum class org.linphone.core.Alert.Type
Loss rate is significant but retransmissions fail to arrive on time.
QoSVideoStalled - Enum constant in enum class org.linphone.core.Alert.Type
Video decoding has stopped for a given period (10 s by default).

R

Range - Interface in org.linphone.core
Structure describing a range of integers.
READ_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
readFile(String) - Method in interface org.linphone.core.Config
Reads a user config file and fill the Config with the read config
values.
Ready - Enum constant in enum class org.linphone.core.ConferenceScheduler.State
Confererence has been created.
Ready - Enum constant in enum class org.linphone.core.GlobalState
Core state after being created by linphone_factory_create_core,
generally followed by a call to Core.start()

RealTimeText - Enum constant in enum class org.linphone.core.ChatRoom.Capabilities
Supports RTT.
Reason - Enum Class in org.linphone.core
Enum describing various failure reasons or contextual information for some
events.
receiveChatMessage(ChatMessage) - Method in interface org.linphone.core.ChatRoom
Used to receive a chat message when using async mechanism with IM
enchat_roomyption engine.
reconnect() - Method in interface org.linphone.core.Tunnel
Force reconnection to the tunnel server.
Recorder - Interface in org.linphone.core
Interface used to record audio and video into files.
Recorder.State - Enum Class in org.linphone.core
 
RecorderParams - Interface in org.linphone.core
Object containing various parameters of a Recorder.
recoverAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
RecvOnly - Enum constant in enum class org.linphone.core.MediaDirection
Media will only be received, nothing will be sent.
redirect(String) - Method in interface org.linphone.core.Call
Deprecated.
redirectTo(Address) - Method in interface org.linphone.core.Call
Redirects the specified call to the given redirect Address.
Referred - Enum constant in enum class org.linphone.core.Call.State
Referred.
ReflexiveConnection - Enum constant in enum class org.linphone.core.IceState
ICE has established a connection to the remote host through one or several
NATs.
Refreshing - Enum constant in enum class org.linphone.core.PublishState
Publish is about to refresh.
Refreshing - Enum constant in enum class org.linphone.core.RegistrationState
Registration refreshing.
refreshPublish() - Method in interface org.linphone.core.Event
Refresh an outgoing publish keeping the same body.
refreshRegister() - Method in interface org.linphone.core.Account
Refresh a proxy registration.
refreshRegister() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
refreshRegisters() - Method in interface org.linphone.core.Core
Forces registration refresh to be initiated upon next iterate.
refreshSubscribe() - Method in interface org.linphone.core.Event
Refresh an outgoing subscription keeping the same body.
REGISTER_NAME_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.android.server.os.LinphoneTombstoneProtos
 
REGISTERS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
RegistrationState - Enum Class in org.linphone.core
Describes proxy registration states.
rejectSubscriber(Friend) - Method in interface org.linphone.core.Core
Black list a friend.
REL_PC_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
relativeFileExists(String) - Method in interface org.linphone.core.Config
Check if given file name exists relatively to the current location.
RelayConnection - Enum constant in enum class org.linphone.core.IceState
ICE has established a connection through a relay.
release() - Method in interface org.linphone.core.XmlRpcSession
Stop and unref an XML rpc session.
release() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
Released - Enum constant in enum class org.linphone.core.Call.State
The call object is now released.
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.
RemoteCardDAV - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search in remote CardDAV servers (not locally synched ones) if any.
RemoteContactDirectory - Interface in org.linphone.core
Object that represents a remote contact directory such as a LDAP or CardDAV
server; used as a MagicSearch source.
RemoteContactDirectory.Type - Enum Class in org.linphone.core
 
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.Dictionary
Removes the pair of the key.
remove(String) - Method in interface org.linphone.core.Headers
Add given header name and corresponding value.
removeAccount(Account) - Method in interface org.linphone.core.Core
Removes an account.
removeAddress(Address) - Method in interface org.linphone.core.Friend
Removes an address in this friend.
removeAllocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
removeAuthInfo(AuthInfo) - Method in interface org.linphone.core.Core
Removes an authentication information object.
removeCallLog(CallLog) - Method in interface org.linphone.core.Core
Removes a specific call log from call history list.
removeCauses(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
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.
removeCrashDetails(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
removeCurrentBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
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.
removeDeallocationBacktrace(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
removeExtentedPropertiesByName(String) - Method in interface org.linphone.core.Vcard
Remove all the extend properties per property name.
removeFriend(Friend) - Method in interface org.linphone.core.FriendList
Remove a friend from a friend list.
removeFriendList(FriendList) - Method in interface org.linphone.core.Core
Removes a friend list.
removeFromConference(Call) - Method in interface org.linphone.core.Core
Deprecated.
removeJobTitle() - Method in interface org.linphone.core.Vcard
Removes the Title field of the vCard.
removeLdap(Ldap) - Method in interface org.linphone.core.Core
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(AccountListener) - Method in interface org.linphone.core.Account
 
removeListener(AccountManagerServicesRequestListener) - Method in interface org.linphone.core.AccountManagerServicesRequest
 
removeListener(AlertListener) - Method in interface org.linphone.core.Alert
 
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(ConferenceSchedulerListener) - Method in interface org.linphone.core.ConferenceScheduler
 
removeListener(CoreListener) - Method in interface org.linphone.core.Core
 
removeListener(EventListener) - Method in interface org.linphone.core.Event
 
removeListener(FriendListener) - Method in interface org.linphone.core.Friend
 
removeListener(FriendListListener) - Method in interface org.linphone.core.FriendList
 
removeListener(LoggingServiceListener) - Method in interface org.linphone.core.LoggingService
 
removeListener(MagicSearchListener) - Method in interface org.linphone.core.MagicSearch
 
removeListener(ParticipantDeviceListener) - Method in interface org.linphone.core.ParticipantDevice
 
removeListener(PlayerListener) - Method in interface org.linphone.core.Player
 
removeListener(XmlRpcRequestListener) - Method in interface org.linphone.core.XmlRpcRequest
 
removeLogBuffers(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
removeLogs(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
removeMemoryDump(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
removeMemoryMappings(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
removeOpenFds(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
removeOrganization() - Method in interface org.linphone.core.Vcard
Removes the Organization field of the vCard.
removeParameter(String) - Method in interface org.linphone.core.ParticipantInfo
Find the value of a custom parameter of the object ParticipantInfo.
removeParticipant(Address) - Method in interface org.linphone.core.Conference
Deprecated.
removeParticipant(Address) - Method in interface org.linphone.core.ConferenceInfo
Remove a participant from the conference.
removeParticipant(Call) - Method in interface org.linphone.core.Conference
Deprecated.
removeParticipant(Participant) - Method in interface org.linphone.core.ChatRoom
Removes a participant of a chat room.
removeParticipant(Participant) - Method in interface org.linphone.core.Conference

removeParticipants(Participant[]) - Method in interface org.linphone.core.ChatRoom
Removes several participants of a chat room at once.
removePhoneNumber(String) - Method in interface org.linphone.core.Friend
Removes a phone number in this friend.
removePhoneNumber(String) - Method in interface org.linphone.core.Vcard
Removes a phone number in the vCard (if it exists), using the TEL property.
removePhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Friend
Removes a FriendPhoneNumber from this friend.
removePhoneNumberWithLabel(FriendPhoneNumber) - Method in interface org.linphone.core.Vcard
Removes a FriendPhoneNumber in the vCard (if it exists), using the TEL
property.
removePhoto() - Method in interface org.linphone.core.Vcard
Removes any existing PHOTO property.
removeProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
removeRegisters(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
removeRemoteContactDirectory(RemoteContactDirectory) - Method in interface org.linphone.core.Core
Removes a RemoteContactDirectory object previously added to the Core.
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.
removeThreads(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
map<uint32, .Thread> threads = 16;
removeUriParam(String) - Method in interface org.linphone.core.Address
Removes the value of a parameter of the URI of the address.
Removing - Enum constant in enum class org.linphone.core.UpnpState
Internal use: Only used by port binding.
render(long) - Static method in class org.linphone.mediastream.video.display.OpenGLESDisplay
 
Request - Enum constant in enum class org.linphone.core.MagicSearch.Source
Search from request : it is usually an address built from the request.
requestAccountCreationRequestToken() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
requestAccountCreationTokenUsingRequestToken() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
requestAuthToken() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
RequestFailed - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request failed.
RequestingToJoin - Enum constant in enum class org.linphone.core.ParticipantDevice.State
the participant has sent a request to join the conference as he/she didn't
receive any invitation for

RequestNotAuthorized - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request has been denied, probably due to invalid auth token.
requestNotifyNextVideoFrameDecoded() - Method in interface org.linphone.core.Call
Requests 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.
RequestOk - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request status.
requestRender() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
RequestTooManyRequests - Enum constant in enum class org.linphone.core.AccountCreator.Status
Request has been denied, due to too many requests sent in given period.
reset() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
resetEchoCancellationCalibration() - Method in interface org.linphone.core.Core
Clears all state resulting from a previous echo canceller calibration
procedure, which restores default policy and settings for echo cancellation.
resetLogCollection() - Method in interface org.linphone.core.Core
Resets the log collection by removing the log files.
resetMissedCallsCount() - Method in interface org.linphone.core.Account
Re-sets the number of missed calls for this account to 0.
resetMissedCallsCount() - Method in interface org.linphone.core.Core
Resets 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.
Resuming - Enum constant in enum class org.linphone.core.Call.State
Resuming.
retrieveCameras() - Static method in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration
 
REVISION_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
ringingDisabled() - Method in interface org.linphone.core.CallParams
Check if ringing is disabled.
RISCV64 - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
RISCV64 = 4;
RISCV64_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
RISCV64 = 4;
rotateToMatchDisplayOrientation() - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
rotationToAngle(int) - Static method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
Rssi - Enum constant in enum class org.linphone.core.SignalStrengthUnit

Running - Enum constant in enum class org.linphone.core.Recorder.State
The recorder is running.

S

Safe - Enum constant in enum class org.linphone.core.ChatRoom.SecurityLevel
Encrypted and verified.
SasCheckRequired - Enum constant in enum class org.linphone.core.Reason

SasCheckRequired - Enum constant in enum class org.linphone.core.ToneID
When the SAS check is required.
save(Core) - Method in interface org.linphone.core.Friend
Saves a friend either in database if configured, otherwise in linphonerc.
ScheduledForJoining - Enum constant in enum class org.linphone.core.ParticipantDevice.State
Initial state for the server group chatroom, when the participant has not yet
been INVITEd.
ScheduledForLeaving - Enum constant in enum class org.linphone.core.ParticipantDevice.State
Transitional state for a participant that will receive a BYE shortly.
ScreenSharing - Enum constant in enum class org.linphone.core.VideoSourceType
The video source is a screen sharing.
SCUDO - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
SCUDO = 1;
SCUDO_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
SCUDO = 1;
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
 
searchChatMessageByText(String, EventLog, SearchDirection) - Method in interface org.linphone.core.ChatRoom
Searches chat messages by text.
searchChatRoom(ChatRoomParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
searchChatRoom(ConferenceParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
Find a chat room.
searchChatRoomByIdentifier(String) - Method in interface org.linphone.core.Core
Find a chat room by its identifier.
searchConference(Address) - Method in interface org.linphone.core.Core
Finds a conference.
searchConference(ConferenceParams, Address, Address, Address[]) - Method in interface org.linphone.core.Core
Find a conference.
searchConferenceByIdentifier(String) - Method in interface org.linphone.core.Core
Find a conference by its identifier.
SearchDirection - Enum Class in org.linphone.core
Enum for search direction.
SearchResult - Interface in org.linphone.core
The SearchResult object represents a result of a search initiated from
a MagicSearch.
SecurityLevel - Enum Class in org.linphone.core
Security level determined by type of encryption (point-to-point, end-to-end,
etc...) and whether or not a SAS validation was made with the remote(s) end(s).
SecurityLevelDowngraded - Enum constant in enum class org.linphone.core.EventLog.SecurityEventType
Chatroom security level downgraded event.
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
 
SELINUX_LABEL_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
send() - Method in interface org.linphone.core.ChatMessage
Sends a chat message.
send() - Method in interface org.linphone.core.ChatMessageReaction
SendAccountCreationTokenByPush - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Asks the account manager to send us an account creation token by push
notification.
sendDtmf(char) - Method in interface org.linphone.core.Call
Sends the specified dtmf.
sendDtmfs(String) - Method in interface org.linphone.core.Call
Sends a list of dtmf.
SendEmailLinkingCodeByEmail - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Asks for a code to be sent by email to a given email address to link that
address with an account.
SENDER_PID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
SENDER_UID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Signal
 
sendInfoMessage(InfoMessage) - Method in interface org.linphone.core.Call
Sends an info message through an established call.
sendInvitations(ChatRoomParams) - Method in interface org.linphone.core.ConferenceScheduler
sendInvitations(ConferenceParams) - Method in interface org.linphone.core.ConferenceScheduler
Sends an invitation to the scheduled conference to each participant by chat,
using given conference params to use/create the chat room in which to send it.
SendOnly - Enum constant in enum class org.linphone.core.MediaDirection
Media is only being sent, it won't be received.
SendPhoneNumberLinkingCodeBySms - Enum constant in enum class org.linphone.core.AccountManagerServicesRequest.Type
Asks for a code to be sent by SMS to a given phone number to link that phone
number with an account.
sendPublish(Content) - Method in interface org.linphone.core.Event
SendRecv - Enum constant in enum class org.linphone.core.MediaDirection
Media will be sent and received.
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
Requests remote side to send us a Video Fast Update.
serializeLogs() - Method in interface org.linphone.core.Core
Enables logs serialization (output logs from either the thread that creates the
linphone core or the thread that calls Core.iterate()).
ServerEmpty - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
Server field is empty.
ServerError - Enum constant in enum class org.linphone.core.AccountCreator.Status
Server.
ServerLdaps - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
LDAP over SSL is non-standardized and deprecated: ldaps has been specified.
ServerNoScheme - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
The server doesn't contain a scheme.
ServerNotLdap - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
The server is not a LDAP scheme.
ServerNotUrl - Enum constant in enum class org.linphone.core.Ldap.Check
Deprecated.
The server is not an url.
ServerTimeout - Enum constant in enum class org.linphone.core.Reason
Server timeout.
Session - Enum constant in enum class org.linphone.core.Privacy
Request that privacy services provide privacy for session media.
SessionExpiresRefresher - Enum Class in org.linphone.core
Session Timers refresher.
SessionIntervalTooSmall - Enum constant in enum class org.linphone.core.Reason
The received request contains a Session-Expires header field with a duration
below the minimum timer.
set(String, Reason, int, String, String) - Method in interface org.linphone.core.ErrorInfo
Assign information to a ErrorInfo object.
setAbortMessage(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string abort_message = 14;
setAbortMessageBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string abort_message = 14;
setAccessToken(BearerToken) - Method in interface org.linphone.core.AuthInfo
Set an access token to authenticate, to be used when the server supports the
"bearer" authentication method.
setAccount(Account) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setAccount(Account) - Method in interface org.linphone.core.CallParams
Set the Account to use for the call.
setAccount(Account) - Method in interface org.linphone.core.ConferenceParams
Sets the account for the conference.
setAccount(Account) - Method in interface org.linphone.core.ConferenceScheduler
Set the Account to use for the conference scheduler.
setAccountAddress(Address) - Method in interface org.linphone.core.MessageWaitingIndication
Set the address of the message account concerned by this message waiting
indication.
setAccountCreationRequestToken(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setAccountCreatorBackend(AccountCreator.Backend) - Method in interface org.linphone.core.Core
Sets the AccountCreator backend on the Core.
setAccountCreatorUrl(String) - Method in interface org.linphone.core.Core
Sets the AccountCreator url on the Core.
setActivationCode(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setActivity(PresenceActivity.Type, String) - Method in interface org.linphone.core.PresenceModel
Sets the activity of a presence model (limits to only one activity).
setAdaptiveRateAlgorithm(String) - Method in interface org.linphone.core.Core
Sets adaptive rate algorithm.
setAdaptiveRateControlEnabled(boolean) - Method in interface org.linphone.core.Core
Enable adaptive rate control.
setAddress(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 address = 1;
setAddress(Address) - Method in interface org.linphone.core.Friend
Set Address for this friend.
setAgcEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the experimental software Automatic Gain Control.
setAlertsEnabled(boolean) - Method in interface org.linphone.core.Core
Enables alerts.
setAlgorithm(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setAlgorithm(String) - Method in interface org.linphone.core.AuthInfo
Sets the algorithm to use.
setAllocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
setAllocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame allocation_backtrace = 4;
setAllocationTid(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 allocation_tid = 3;
setAllowMd5(boolean) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Set whether MD5 hash algorithm is allowed.
setAllowNoQop(boolean) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Set whether digest authentication without 'qop=auth' mode is allowed.
setAppdata(String) - Method in interface org.linphone.core.ChatMessage
Linphone message has an app-specific field that can store a text.
setArch(LinphoneTombstoneProtos.Architecture) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Architecture arch = 1;
setArchValue(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Architecture arch = 1;
setArmMteMetadata(LinphoneTombstoneProtos.ArmMTEMetadata) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
setArmMteMetadata(LinphoneTombstoneProtos.ArmMTEMetadata.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
.ArmMTEMetadata arm_mte_metadata = 6;
setAsDefault(boolean) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setAspectRatio(int, int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
setAudioAdaptiveJittcompEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables the audio adaptive jitter compensation.
setAudioBandwidthLimit(int) - Method in interface org.linphone.core.CallParams
Refine bandwidth settings for this call by setting a bandwidth limit for audio
streams.
setAudioDevice(AudioDevice) - Method in interface org.linphone.core.RecorderParams
Set the AudioDevice object.
setAudioDirection(MediaDirection) - Method in interface org.linphone.core.CallParams
Set the audio stream direction.
setAudioDscp(int) - Method in interface org.linphone.core.Core
Sets the DSCP field for outgoing audio streams.
setAudioEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable audio stream.
setAudioEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable audio capabilities.
setAudioJittcomp(int) - Method in interface org.linphone.core.Core
Sets the nominal audio jitter buffer size in milliseconds.
setAudioMulticastAddr(String) - Method in interface org.linphone.core.Core
Use to set multicast address to be used for audio stream.
setAudioMulticastEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for audio stream.
setAudioMulticastEnabled(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for audio stream.
setAudioMulticastTtl(int) - Method in interface org.linphone.core.Core
Use to set multicast ttl to be used for audio stream.
setAudioPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefines the list of the available payload types (codecs).
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.
setAudioVideoConferenceFactoryAddress(Address) - Method in interface org.linphone.core.AccountParams
Set the audio video conference factory uri.
setAuthenticationTokenVerified(boolean) - Method in interface org.linphone.core.Call
Sets the result of ZRTP short code verification by user.
setAuthMethod(Ldap.AuthMethod) - Method in interface org.linphone.core.LdapParams
Authentification method.
setAuthorizationServer(String) - Method in interface org.linphone.core.AuthInfo
Set the authorization server uri.
setAutoDownloadIcalendarsEnabled(boolean) - Method in interface org.linphone.core.Core
Automatically downloads files attached to a chat message if it's content type
matches the one we use for icalendars.
setAutoDownloadVoiceRecordingsEnabled(boolean) - Method in interface org.linphone.core.Core
Enables automatic download of files attached to a chat message if it's content
type matches the one we use for voice recordings.
setAutoIterateBackgroundSchedule(int) - Method in interface org.linphone.core.Core
Sets the timer used to schedule the call to core.iterate() method when in
background (Android only).
setAutoIterateEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable the automatic schedule of Core.iterate() method on Android
& iOS.
setAutoIterateForegroundSchedule(int) - Method in interface org.linphone.core.Core
Sets the timer used to schedule the call to core.iterate() method when in
foreground (Android only).
setAutomaticallyAccept(boolean) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the value for the automatically accept video policy.
setAutomaticallyAcceptDirection(MediaDirection) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the value for the automatically accept direction.
setAutomaticallyInitiate(boolean) - Method in interface org.linphone.core.VideoActivationPolicy
Sets the value for the automatically initiate video policy.
setAutomaticHttpProxyDetectionEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables automatic http proxy detection.
setAutoSendRingingEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the automatic sending of 180 Ringing when receiving a call.
setAvailableAlgorithms(String[]) - Method in interface org.linphone.core.AuthInfo
Sets the available algorithms list without testing unicity.
setAvpfEnabled(boolean) - Method in interface org.linphone.core.CallParams
Toggle feedback extension for AVP.
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.AccountParams
Enable the use of RTCP feedback (also known as AVPF profile).
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.Core
Enables RTCP feedback (also known as RTP/AVPF profile).
setAvpfMode(AVPFMode) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setAvpfRrInterval(int) - Method in interface org.linphone.core.AccountParams
Set the interval between regular RTCP reports when using AVPF/SAVPF.
setAvpfRrInterval(int) - Method in interface org.linphone.core.Core
Sets the avpf report interval in seconds.
setAvpfRrInterval(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setBackend(ChatRoom.Backend) - Method in interface org.linphone.core.ChatParams
Set the backend implementation of these text capabilities of the chat
parameters.
setBackend(ChatRoom.Backend) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
setBacktraceNote(int, String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string backtrace_note = 7;
setBaseObject(String) - Method in interface org.linphone.core.LdapParams
BaseObject is a specification for LDAP Search Scopes that specifies that the
Search Request should only be performed against the entry specified as the
search base DN.
setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceModel
Sets the basic status of a presence model.
setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceService
Sets the basic status of a presence service.
setBaudotDetectionEnabled(boolean) - Method in interface org.linphone.core.Call
Indicates whether received Baudot tones should be detected.
setBaudotEnabled(boolean) - Method in interface org.linphone.core.Core
Enable text sending via Baudot tones in the audio stream.
setBaudotMode(BaudotMode) - Method in interface org.linphone.core.Call
Defines the Baudot mode for the call.
setBaudotPauseTimeout(int) - Method in interface org.linphone.core.Call
Set the Baudot significant pause timeout after which a LETTERS tone is
retransmitted before resuming transmission (in seconds).
setBaudotSendingStandard(BaudotStandard) - Method in interface org.linphone.core.Call
Defines the Baudot standard to use for sending Baudot tones in the call.
setBeginAddress(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
uint64 begin_address = 3;
setBeginAddress(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 begin_address = 1;
setBindDn(String) - Method in interface org.linphone.core.LdapParams
Bind DN to use for bindings.
setBool(String, String, boolean) - Method in interface org.linphone.core.Config
Sets a boolean config item.
setBuffer(byte[], int) - Method in interface org.linphone.core.Content
Set the content data buffer, usually a string.
setBuffer(String, Buffer) - Method in interface org.linphone.core.Dictionary
Sets a LinphoneBuffer value to a key.
setBuildFingerprint(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string build_fingerprint = 2;
setBuildFingerprintBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string build_fingerprint = 2;
setBuildId(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string build_id = 8;
setBuildId(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string build_id = 8;
setBuildIdBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string build_id = 8;
setBuildIdBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string build_id = 8;
setBundleIdentifier(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the bundle_identifier for "contact uri parameter".
setCacheDir(String) - Method in class org.linphone.core.Factory
Set the directory where the application local cache is located.
setCall(Call) - Method in interface org.linphone.core.VideoSourceDescriptor
Sets the source of a VideoSourceDescriptor with a call.
setCallkitEnabled(boolean) - Method in interface org.linphone.core.Core
Special function to enable the callkit.
setCallLogsDatabasePath(String) - Method in interface org.linphone.core.Core
Deprecated.
07/12/2021: Use only for migration purposes
setCallSnd(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the call_snd for "contact uri parameter", specific for remote push
notification.
setCallStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the call_str for "contact uri parameter", specific for remote push
notification.
setCallToneIndicationsEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables call tone indications.
setCameraEnabled(boolean) - Method in interface org.linphone.core.Call
Indicates whether camera input should be sent to remote end.
setCameraEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable camera stream.
setCameraId(String) - Method in interface org.linphone.core.VideoSourceDescriptor
Sets the source of a VideoSourceDescriptor with a camera id.
setCameraWhitebalance(int) - Method in interface org.linphone.core.Core
Sets the whitebalance of the camera (currently only supported by Android).
setCapability(StreamType, boolean) - Method in interface org.linphone.core.ConferenceInfo
Set the capability of the conference.
setCapabilityDescriptor(String) - Method in interface org.linphone.core.ParticipantDeviceIdentity
setCapabilityDescriptor(String[]) - Method in interface org.linphone.core.ParticipantDeviceIdentity
Set the capability descriptor (currently +org.linphone.specs value) for this
participant device identity.
setCapabilityNegociationEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether capability negotiation (RFC5939) is supported.
setCapabilityNegotiationReinviteEnabled(boolean) - Method in interface org.linphone.core.CallParams
Define whether capability negotiation (RFC5939) reINVITE is enabled.
setCapabilityNegotiationReinviteEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether capability negotiation (RFC5939) reINVITE is enabled.
setCapabilityNegotiationsEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable capability negotiations (RFC5939).
setCaptureDevice(String) - Method in interface org.linphone.core.Core
setCauses(int, LinphoneTombstoneProtos.Cause) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
setCauses(int, LinphoneTombstoneProtos.Cause.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .Cause causes = 15;
setCcmpServerUrl(String) - Method in interface org.linphone.core.AccountParams
Set the CCMP server address.
setCcmpUri(String) - Method in interface org.linphone.core.ConferenceInfo
Set the CCMP URI of the conference.
setCfgLinesMergingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable merging of cfg lines with consecutive indexes if capability negotiations
(RFC5939) is enabled.
setCfgLinesMergingEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether cfg lines are going to be merged if capability negotiation
(RFC5939) is supported.
setChatEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable chat capabilities.
setChatMessagesAggregationEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether chat messages grouping is enabled or not.
setCiphers(Dictionary) - Method in interface org.linphone.core.EktInfo
Set ciphers.
setClientId(String) - Method in interface org.linphone.core.AuthInfo
Set the OAUTH2 client_id.
setClientSecret(String) - Method in interface org.linphone.core.AuthInfo
Set the OAUTH2 client_secret.
setCode(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 code = 3;
setCodeName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string code_name = 4;
setCodeNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string code_name = 4;
setCommandLine(int, String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated string command_line = 9;
setCommunicationDevice(int) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
setConferenceAddress(Address) - Method in interface org.linphone.core.ChatRoom
Sets the conference address of a group chat room.
setConferenceAddress(Address) - Method in interface org.linphone.core.Conference
Set the conference address.
setConferenceAvailabilityBeforeStart(long) - Method in interface org.linphone.core.Core
Set the conference availability before start.
setConferenceCleanupPeriod(long) - Method in interface org.linphone.core.Core
Set the conference cleanup timer period.
setConferenceExpirePeriod(long) - Method in interface org.linphone.core.Core
Set the conference expire period.
setConferenceFactoryAddress(Address) - Method in interface org.linphone.core.AccountParams
Set the conference factory uri.
setConferenceFactoryAddress(Address) - Method in interface org.linphone.core.ConferenceParams
Set the conference factory address of the conference.
setConferenceFactoryUri(String) - Method in interface org.linphone.core.AccountParams
setConferenceFactoryUri(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setConferenceIcsInMessageBodyEnabled(boolean) - Method in interface org.linphone.core.Core
Enable sending conference invitations in the chat message body instead of as a
file attachment.
setConferenceMaxThumbnails(int) - Method in interface org.linphone.core.Core
Sets the maximum number of thumbnails requested in the SDP during a conference
call.
setConferenceParticipantListType(Conference.ParticipantListType) - Method in interface org.linphone.core.Core
Selects whether the default conference participant list is open or closed.
setConferenceServerEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the conference server mode.
setConferenceVideoLayout(Conference.Layout) - Method in interface org.linphone.core.CallParams
Set video layout for conference.
setConfigDir(String) - Method in class org.linphone.core.Factory
Set the directory where the configurations are located.
setConsolidatedPresence(ConsolidatedPresence) - Method in interface org.linphone.core.Core
Sets 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.
setContactAddress(Address) - Method in interface org.linphone.core.Account
Set the contact address for the account.
setContactParameters(String) - Method in interface org.linphone.core.AccountParams
Set optional contact parameters that will be added to the contact information
sent in the registration.
setContactParameters(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setContactUriParameters(String) - Method in interface org.linphone.core.AccountParams
Set optional contact parameters that will be added to the contact information
sent in the registration, inside the URI.
setContactUriParameters(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setContent(byte[], int) - Method in interface org.linphone.core.Buffer
Set the content of the data buffer.
setContent(String) - Method in interface org.linphone.core.PresenceNote
Sets the content of a presence note.
setContent(Content) - Method in interface org.linphone.core.InfoMessage
Assign a content to the info message.
setContentType(String) - Method in interface org.linphone.core.ChatMessage
Sets the content type of a chat message.
setContext(Object) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
setCpimInBasicChatRoomEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether chat messages sent by this account in a {@link ChatRoom#Backend#Basic}
chat room will be using CPIM format or not.
setCrashDetails(int, LinphoneTombstoneProtos.CrashDetail) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
setCrashDetails(int, LinphoneTombstoneProtos.CrashDetail.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .CrashDetail crash_details = 21;
setCspi(Buffer) - Method in interface org.linphone.core.EktInfo
Set cSPI.
setCurrentBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
setCurrentBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .BacktraceFrame current_backtrace = 4;
setCustomContact(Address) - Method in interface org.linphone.core.AccountParams
Set a an optional custom contact address to be used when registering to the SIP
server.
setCustomHeader(String, String) - Method in interface org.linphone.core.Account
Set the value of a custom header sent to the server in REGISTERs request.
setCustomHeader(String, String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setCustomValue(String, String) - Method in interface org.linphone.core.LdapParams
Set custom field.
setData(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes data = 2;
setDatabaseEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables database usage.
setDatabaseStorageEnabled(boolean) - Method in interface org.linphone.core.FriendList
Sets whether this friend list and it's friends will be stored in DB or not.
setDataDir(String) - Method in class org.linphone.core.Factory
Set the directory where the application local data are located.
setDataResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the data resources are located.
setDateTime(long) - Method in interface org.linphone.core.ConferenceInfo
Set the date and time of the conference.
setDeallocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
setDeallocationBacktrace(int, LinphoneTombstoneProtos.BacktraceFrame.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
repeated .BacktraceFrame deallocation_backtrace = 6;
setDeallocationTid(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 deallocation_tid = 5;
setDebugLevel(Ldap.DebugLevel) - Method in interface org.linphone.core.LdapParams
The debug verbosity level from internal LDAP API.
setDebugMode(boolean, String) - Method in class org.linphone.core.Factory
setDefaultAccount(Account) - Method in interface org.linphone.core.Core
Sets the default account.
setDefaultConferenceLayout(Conference.Layout) - Method in interface org.linphone.core.Core
Set the default conference layout.
setDefaultEphemeralLifetime(long) - Method in interface org.linphone.core.Core
Set the default ephemeral lifetime in seconds.
setDefaultInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as default input for next calls.
setDefaultOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as default output for next calls.
setDefaultProxyConfig(ProxyConfig) - Method in interface org.linphone.core.Core
setDefinition(int, int) - Method in interface org.linphone.core.VideoDefinition
Set the width and the height of the video definition.
setDelay(int) - Method in interface org.linphone.core.LdapParams
Delay between each search in milliseconds Default value : 500.
setDelay(int) - Method in interface org.linphone.core.TunnelConfig
Set the UDP packet round trip delay in ms for a tunnel configuration.
setDelayedTimeout(int) - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 Obscure.
setDelimiter(String) - Method in interface org.linphone.core.MagicSearch
Set the delimiter used to find matched filter word.
setDependency(Account) - Method in interface org.linphone.core.Account
Mark this account as being dependent on the given one.
setDependency(ProxyConfig) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDescription(String) - Method in interface org.linphone.core.ConferenceInfo
Set the description of the conference.
setDescription(String) - Method in interface org.linphone.core.PresenceActivity
Sets the description of a presence activity.
setDescriptionUtf8(String) - Method in interface org.linphone.core.ConferenceInfo
Set the description of the conference.
setDescriptionUtf8(String) - Method in interface org.linphone.core.ConferenceParams
Set the description of the conference (utf8)

setDeviceInfo(String, String, String, int, int, int) - Method in class org.linphone.mediastream.Factory
 
setDeviceRotation(int) - Method in interface org.linphone.core.Core
Tells the core the device current orientation.
setDialEscapePlus(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDialEscapePlusEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Set whether liblinphone should replace "+" by international calling prefix
(ICP) in dialed numbers (passed to linphone_core_invite).
setDialPrefix(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setDigestAuthenticationPolicy(DigestAuthenticationPolicy) - Method in interface org.linphone.core.Core
Setup a new digest authentication policy applicable for SIP and HTTP.
setDisableRecordOnMute(boolean) - Method in interface org.linphone.core.Core
Calling this method with disable=true will cause the microhone to be completely
deactivated when muted, when given possible by the implementation on the
platform on which liblinphone is running.
setDisplayName(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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.
setDisposition(String) - Method in interface org.linphone.core.Content
Set the disposition of the Content, for example "recipient-list".
setDnsSearchEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable DNS search (use of local domain if the fully qualified name
did return results).
setDnsServers(String[]) - Method in interface org.linphone.core.Core
Forces liblinphone to use the supplied list of dns servers, instead of system's
ones.
setDnsServersApp(String[]) - Method in interface org.linphone.core.Core
Forces liblinphone to use the supplied list of dns servers, instead of system's
ones and set dns_set_by_app at true or false according to value of servers
list.
setDnsSrvEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable DNS SRV resolution.
setDomain(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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.
setDomainFields(String[]) - Method in interface org.linphone.core.CardDavParams
Sets the list of vCard RFC fields to use to match the domain filter on.
setDownloadBandwidth(int) - Method in interface org.linphone.core.Core
Sets maximum available download bandwidth This is IP bandwidth, in kbit/s.
setDownloadDir(String) - Method in class org.linphone.core.Factory
Set the directory where downloads are located.
setDownloadPtime(int) - Method in interface org.linphone.core.Core
Set audio packetization time linphone expects to receive from peer.
setDtlsPort(int) - Method in interface org.linphone.core.Transports
Sets the DTLS port in the Transports object.
setDualModeEnabled(boolean) - Method in interface org.linphone.core.Tunnel
Sets whether or not to use the dual tunnel client mode.
setDuration(int) - Method in interface org.linphone.core.ConferenceInfo
Set the duration (in minutes) of the conference.
setEarlyMediaSendingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable sending of real early media (during outgoing calls).
setEchoCancellationEnabled(boolean) - Method in interface org.linphone.core.Call
Enables or disables echo cancellation for this call.
setEchoCancellationEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables echo cancellation.
setEchoCancellerFilterName(String) - Method in interface org.linphone.core.Core
Sets the name of the mediastreamer2 filter to be used for echo cancelling.
setEchoLimiterEnabled(boolean) - Method in interface org.linphone.core.Call
Enables or disables echo limiter for this call.
setEchoLimiterEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disable echo limiter.
setEktPluginLoaded(boolean) - Method in interface org.linphone.core.Core
sets the state of the EKT plugin in the Linphone core instance.
setEmail(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setEmptyChatroomsDeletionEnabled(boolean) - Method in interface org.linphone.core.Core
Enable the deletion of empty chatrooms (i.e.
setEnabled(boolean) - Method in interface org.linphone.core.LdapParams
If this config is enabled.
setEnableSipUpdate(int) - Method in interface org.linphone.core.Core
Enable or disable the UPDATE method support.
setEncoding(String) - Method in interface org.linphone.core.Content
Set the encoding of the data buffer, for example "gzip".
setEncryptionBackend(ChatRoom.EncryptionBackend) - Method in interface org.linphone.core.ChatParams
Set the encryption backend implementation of these text capabilities of the
chat parameters.
setEncryptionBackend(ChatRoom.EncryptionBackend) - Method in interface org.linphone.core.ChatRoomParams
setEncryptionEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use linphone_conference_params_enable_encryption()
instead.
setEndAddress(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 end_address = 2;
setEphemeralEnabled(boolean) - Method in interface org.linphone.core.ChatRoom
Enable or disable the ephemeral message feature in the chat room.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatParams
Set lifetime (in seconds) for all new ephemral messages in the text
capabilities of the chat.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatRoom
Sets lifetime (in seconds) for all new ephemeral messages in the chat room.
setEphemeralLifetime(long) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams.setEphemeralLifetime(long) instead.
setEphemeralMode(ChatRoom.EphemeralMode) - Method in interface org.linphone.core.ChatParams
Enables or disables forcing of ephemeral messages for the text capabilities of
the chat associated with the given parameters.
setEphemeralMode(ChatRoom.EphemeralMode) - Method in interface org.linphone.core.ChatRoom
Sets the ephemeral mode of the chat room.
setEphemeralMode(ChatRoom.EphemeralMode) - Method in interface org.linphone.core.ChatRoomParams
setEtag(String) - Method in interface org.linphone.core.Vcard
Sets the eTAG of the vCard.
setExecute(boolean) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool execute = 6;
setExpectedBandwidth(int) - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 this function does nothing.
setExpires(int) - Method in interface org.linphone.core.AccountParams
Sets the registration expiration time in seconds.
setExpires(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setExpires(long) - Method in interface org.linphone.core.AuthInfo
Set the expiration time for the current authentication information.
setExternalBodyUrl(String) - Method in interface org.linphone.core.ChatMessage
Messages 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.
setFaultAddress(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
uint64 fault_address = 9;
setFaultAdjacentMetadata(LinphoneTombstoneProtos.MemoryDump) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
setFaultAdjacentMetadata(LinphoneTombstoneProtos.MemoryDump.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
Note, may or may not contain the dump of the actual memory contents.
setFd(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
int32 fd = 1;
setFecEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the flexible FEC feature (RFC8627) for video calls to recover RTP
packet loss.
setFileFormat(MediaFileFormat) - Method in interface org.linphone.core.RecorderParams
Set the #LinphoneRecorderFileFormat.
setFileMapOffset(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 file_map_offset = 7;
setFileName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string file_name = 6;
setFileNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string file_name = 6;
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 sets an http file transfer server to be used for content type
application/vnd.gsma.rcs-ft-http+xml.
setFilter(String) - Method in interface org.linphone.core.LdapParams
The search is based on this filter to search contacts.
setFirstName(String) - Method in interface org.linphone.core.Friend
Sets the first name for this friend is available.
setFloat(String, float) - Method in interface org.linphone.core.Dictionary
Sets a float value to a key.
setFloat(String, String, float) - Method in interface org.linphone.core.Config
Sets a float config item.
setForcedIceRelayEnabled(boolean) - Method in interface org.linphone.core.Core
Artificially cause the relay path to be selected when ICE is used.
setFriendListSubscriptionEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether or not to start friend lists subscription when in foreground.
setFriendsDatabasePath(String) - Method in interface org.linphone.core.Core
Deprecated.
27/10/2023 Friends are now stored in the main db
setFromAddress(Address) - Method in interface org.linphone.core.EktInfo
Set from address.
setFromHeader(String) - Method in interface org.linphone.core.CallParams
Force the from header of a call when instanciating it (if set, it precludes the
search in proxy and primary contact)

setFullName(String) - Method in interface org.linphone.core.Vcard
Sets the FN attribute of the vCard (which is mandatory).
setFunctionName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string function_name = 4;
setFunctionNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
string function_name = 4;
setFunctionOffset(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 function_offset = 5;
setGenericComfortNoiseEnabled(boolean) - Method in interface org.linphone.core.Core
Enable RFC3389 generic comfort noise algorithm (CN payload type).
setGivenName(String) - Method in interface org.linphone.core.Vcard
Sets the given name in the N attribute of the vCard.
setGroupChatStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the group_chat_str for "contact uri parameter", specific for remote push
notification.
setGroupEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ConferenceParams#enableGroup instead.
setGroupEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enables or disables group chat for the text capabilities of the conference
associated with the given parameters.
setGuessHostname(boolean) - Method in interface org.linphone.core.Core
Tells Core to guess local hostname automatically in primary contact.
setHa1(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setHa1(String) - Method in interface org.linphone.core.AuthInfo
Sets the ha1.
setHasFaultAddress(boolean) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_fault_address = 8;
setHasSender(boolean) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
bool has_sender = 5;
setHeader(String, String) - Method in interface org.linphone.core.Address
Set a header into the address.
setHeap(LinphoneTombstoneProtos.HeapObject) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
setHeap(LinphoneTombstoneProtos.HeapObject.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.HeapObject heap = 3;
setHeight(int) - Method in interface org.linphone.core.VideoDefinition
Set the height of the video definition.
setHidden(boolean) - Method in interface org.linphone.core.ConferenceParams
Set the conference as hidden.
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
Sets http proxy address to be used for signaling during next channel
connection.
setHttpProxyPort(int) - Method in interface org.linphone.core.Core
Sets http proxy port to be used for signaling.
setHumanReadable(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
string human_readable = 1;
setHumanReadableBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
string human_readable = 1;
setIceEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable ICE.
setIcsUid(String) - Method in interface org.linphone.core.ConferenceInfo
Store the ICS UID in the conference info.
setId(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int32 id = 1;
setId(String) - Method in interface org.linphone.core.PresencePerson
Sets the id of a presence person.
setId(String) - Method in interface org.linphone.core.PresenceService
Sets the id of a presence service.
setIdentityAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the user identity as a SIP address.
setIdentityAddress(Address) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setIdkey(String) - Method in interface org.linphone.core.AccountParams
Set the idkey property on the given account params.
setIdkey(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setImage(String) - Method in interface org.linphone.core.VideoSourceDescriptor
Sets the source of a VideoSourceDescriptor with an image path.
setImageResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the image resources are located.
setImdnResendPeriod(long) - Method in interface org.linphone.core.Core
Set the IMDN resend period.
setImdnToEverybodyThreshold(int) - Method in interface org.linphone.core.Core
Sets the threshold for sending IMDN to all participants to a ChatRoom.
setInCallTimeout(int) - Method in interface org.linphone.core.Core
Sets the maximum duration of a call 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
Sets the incoming call timeout in seconds.
setIndex(int) - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
setInfo(ConferenceInfo) - Method in interface org.linphone.core.ConferenceScheduler
Sets the ConferenceInfo to use to create/update the conference, which
will be done right away.
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.CallParams
Sets the given AudioDevice as default input for a call to be created
later.
setInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Conference
Sets the given AudioDevice as input for this conference only.
setInputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as input for all active calls.
setInstantMessagingEncryptionMandatory(boolean) - Method in interface org.linphone.core.AccountParams
Defines whether the encryption of instant messages is mandatory.
setInt(String, int) - Method in interface org.linphone.core.Dictionary
Sets a int value to a key.
setInt(String, String, int) - Method in interface org.linphone.core.Config
Sets an integer config item.
setInt64(String, int) - Method in interface org.linphone.core.Dictionary
Sets a int64 value to a key.
setInt64(String, String, int) - Method in interface org.linphone.core.Config
Sets a 64 bits integer config item.
setInternationalPrefix(String) - Method in interface org.linphone.core.AccountParams
Sets an international prefix (country code) to be automatically prepended when
inviting a number with Core.invite(java.lang.String) or when using Account.normalizePhoneNumber(java.lang.String)
.
setInternationalPrefixIsoCountryCode(String) - Method in interface org.linphone.core.AccountParams
Sets the ISO country code matching the international prefix.
setIntHex(String, String, int) - Method in interface org.linphone.core.Config
Sets an integer config item, but store it as hexadecimal.
setIpv6Enabled(boolean) - Method in interface org.linphone.core.Core
Turns IPv6 support on or off.
setJobTitle(String) - Method in interface org.linphone.core.Friend
Sets the contact's job title.
setJobTitle(String) - Method in interface org.linphone.core.Vcard
Fills the Title field of the vCard.
setKeepAliveEnabled(boolean) - Method in interface org.linphone.core.Core
Enables signaling keep alive, small udp packet sent periodically to keep udp
NAT association.
setKey(String, int) - Method in interface org.linphone.core.Content
Set the key associated with a RCS file transfer message if encrypted.
setLabel(String) - Method in interface org.linphone.core.Core
Set a label - for logging/troubleshooting purpose - to the core object.
setLabel(String) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the label for this phone number.
setLang(String) - Method in interface org.linphone.core.PresenceNote
Sets the language of a presence note.
setLanguage(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setLanguage(String) - Method in interface org.linphone.core.AccountManagerServices
Sets the preferred language to get error messages from account manager (if
supported, otherwise will be english).
setLastName(String) - Method in interface org.linphone.core.Friend
Sets the last name for this friend if vCard is available.
setLiblinphonePluginsDir(String) - Method in class org.linphone.core.Factory
Set the directory where the liblinphone plugins are located.
setLimeAlgo(String) - Method in interface org.linphone.core.AccountParams
Set the base(s) x3dh algorithm.
setLimeServerUrl(String) - Method in interface org.linphone.core.AccountParams
Set the x3dh server url.
setLimeX3DhEnabled(boolean) - Method in interface org.linphone.core.Core
Tells to LinphoneCore to use LIME X3DH.
setLimeX3DhServerUrl(String) - Method in interface org.linphone.core.Core
Deprecated.
setLimit(int) - Method in interface org.linphone.core.RemoteContactDirectory
Sets the maximum number of results to fetch, 0 means no limit.
setLimitedSearch(boolean) - Method in interface org.linphone.core.MagicSearch
Enables or disables the limited search.
setLinphoneSpecsList(String[]) - Method in interface org.linphone.core.Core
Sets the linphone specs list value telling what functionalities the linphone
client supports.
setListener(AndroidVideoWindowImpl.VideoWindowListener) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
Deprecated.
Specify pass a listener to the constructor instead.
setLoadBias(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 load_bias = 9;
setLocalParticipantEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable local participant to enter the conference.
setLocalParticipantStreamCapability(MediaDirection, StreamType) - Method in interface org.linphone.core.Conference
Set stream capability on 'me' device of a local conference.
setLogBuffers(int, LinphoneTombstoneProtos.LogBuffer) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
setLogBuffers(int, LinphoneTombstoneProtos.LogBuffer.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .LogBuffer log_buffers = 18;
setLogCollectionMaxFileSize(int) - Method in interface org.linphone.core.Core
Sets the max file size in bytes of the files used for log collection.
setLogCollectionPath(String) - Method in interface org.linphone.core.Core
Sets 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
Sets the prefix of the filenames that will be used for log collection.
setLogCollectionUploadServerUrl(String) - Method in interface org.linphone.core.Core
Sets the url of the server where to upload the collected log files.
setLogFile(String, String, int) - Method in interface org.linphone.core.LoggingService
Enables logging in a file.
setLoggerDomain(String) - Method in class org.linphone.core.Factory
Used to change the domain name in the app Logger (default is Linphone).
setLogLevel(LogLevel) - Method in interface org.linphone.core.LoggingService
Set the verbosity of the log.
setLogLevelMask(int) - Method in interface org.linphone.core.LoggingService
Sets the types of messages that will be authorized to be written in the log.
setLogs(int, LinphoneTombstoneProtos.LogMessage) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
setLogs(int, LinphoneTombstoneProtos.LogMessage.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
repeated .LogMessage logs = 2;
setLowBandwidthEnabled(boolean) - Method in interface org.linphone.core.CallParams
Indicate low bandwith mode.
setMappingName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string mapping_name = 2;
setMappingName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string mapping_name = 7;
setMappingNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string mapping_name = 2;
setMappingNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
string mapping_name = 7;
setMax(int) - Method in interface org.linphone.core.Range
Sets the higher value of the range.
setMaxCallLogs(int) - Method in interface org.linphone.core.Core
Sets the maximum number of call logs to retrieve when using Core.getCallLogs()
or Account.getCallLogs().
setMaxCalls(int) - Method in interface org.linphone.core.Core
Sets the maximum number of simultaneous calls Linphone core can manage at a
time.
setMaxResults(int) - Method in interface org.linphone.core.LdapParams
Deprecated.
18/11/2024 use RemoteContactDirectory.setLimit(int) instead.
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
Chooses the media encryption type to be used for RTP packets.
setMediaEncryptionMandatory(boolean) - Method in interface org.linphone.core.Core
Defines 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.
setMemory(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
bytes memory = 4;
setMemoryDump(int, LinphoneTombstoneProtos.MemoryDump) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
setMemoryDump(int, LinphoneTombstoneProtos.MemoryDump.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .MemoryDump memory_dump = 5;
setMemoryError(LinphoneTombstoneProtos.MemoryError) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
setMemoryError(LinphoneTombstoneProtos.MemoryError.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Cause.Builder
.MemoryError memory_error = 2;
setMemoryMappings(int, LinphoneTombstoneProtos.MemoryMapping) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
setMemoryMappings(int, LinphoneTombstoneProtos.MemoryMapping.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .MemoryMapping memory_mappings = 17;
setMemoryTags(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.ArmMTEMetadata.Builder
One memory tag per granule (e.g.
setMessage(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string message = 6;
setMessageBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string message = 6;
setMethodParam(String) - Method in interface org.linphone.core.Address
Set the value of the method parameter.
setMicEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable or disable the microphone at the call creation.
setMicEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables the microphone.
setMicGainDb(float) - Method in interface org.linphone.core.Core
Allow to control microphone level: gain in db.
setMicrophoneMuted(boolean) - Method in interface org.linphone.core.Call
Sets microphone muted state.
setMicrophoneMuted(boolean) - Method in interface org.linphone.core.Conference
Get microphone muted state.
setMicrophoneVolumeGain(float) - Method in interface org.linphone.core.Call
Sets microphone volume gain.
setMin(int) - Method in interface org.linphone.core.Range
Sets the lower value of the range.
setMinCharacters(int) - Method in interface org.linphone.core.RemoteContactDirectory
Sets the minimum number of characters to have before sending the query to the
server.
setMinChars(int) - Method in interface org.linphone.core.LdapParams
Deprecated.
setMinWeight(int) - Method in interface org.linphone.core.MagicSearch
Set the minimum value used to calculate the weight in search.
setMode(Tunnel.Mode) - Method in interface org.linphone.core.Tunnel
Set the tunnel mode.
setMsgSnd(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the msg_snd for "contact uri parameter", specific for remote push
notification.
setMsgStr(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the msg_str for "contact uri parameter", specific for remote push
notification.
setMspluginsDir(String) - Method in class org.linphone.core.Factory
Set the directory where the mediastreamer2 plugins are located.
setMtu(int) - Method in interface org.linphone.core.Core
Sets the maximum transmission unit size in bytes.
setMuted(boolean) - Method in interface org.linphone.core.ChatRoom
Sets if a chat room should be considered as muted or not.
setMwiServerAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the Message Waiting Indication server address.
setName(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.CrashDetail.Builder
bytes name = 1;
setName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
string name = 1;
setName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
string name = 1;
setName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string name = 2;
setName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
string name = 2;
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
Sets the display name for this friend.
setName(String) - Method in interface org.linphone.core.VideoDefinition
Set the name of the video definition.
setNameAttribute(String) - Method in interface org.linphone.core.LdapParams
List of LDAP attributes to check for the contact name, separated by a comma and
the first being the highest priority.
setNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogBuffer.Builder
string name = 1;
setNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
string name = 1;
setNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
string name = 2;
setNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
string name = 2;
setNatAddress(String) - Method in interface org.linphone.core.Core
setNativePreviewWindowId(Object) - Method in interface org.linphone.core.Core
Set the native window id where the preview video (local camera) is to be
displayed.
setNativeRingingEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether to use the native ringing (Android only).
setNativeUri(String) - Method in interface org.linphone.core.Friend
Sets the contact's native URI.
setNativeVideoWindowId(Object) - Method in interface org.linphone.core.Call
Set the native video window id where the video is to be displayed.
setNativeVideoWindowId(Object) - Method in interface org.linphone.core.Core
Set the native video window id where the video is to be displayed.
setNativeVideoWindowId(Object) - Method in interface org.linphone.core.ParticipantDevice
Sets the the native window ID where video for this participant device is to be
rendered.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.AccountParams
Set the policy to use to pass through NATs/firewalls when using this account
params.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.Core
Set the policy to use to pass through NATs/firewalls.
setNatPolicy(NatPolicy) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setNatV4Address(String) - Method in interface org.linphone.core.NatPolicy
Set the mandatory v4 IP address to use with this NAT policy as server-reflexive
candidate for ICE.
setNatV6Address(String) - Method in interface org.linphone.core.NatPolicy
Set the mandatory v6 IP address to use with this NAT policy as server-reflexive
candidate for ICE.
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.
setNortpOnholdTimeout(int) - Method in interface org.linphone.core.Core
Sets the no-rtp timeout value in seconds when the call is on hold.
setNortpTimeout(int) - Method in interface org.linphone.core.Core
Sets the no-rtp timeout value in seconds.
setNumber(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 number = 1;
setNumber(int) - Method in interface org.linphone.core.PayloadType
Force a number for a payload type.
setOffset(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
uint64 offset = 3;
setOneParticipantConferenceEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable conference with one participant.
setOpenFds(int, LinphoneTombstoneProtos.FD) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
setOpenFds(int, LinphoneTombstoneProtos.FD.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
repeated .FD open_fds = 19;
setOpenGLESDisplay(long) - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
setOrganization(String) - Method in interface org.linphone.core.Friend
Sets the contact's organization.
setOrganization(String) - Method in interface org.linphone.core.Vcard
Fills the Organization field of the vCard.
setOrganizer(Address) - Method in interface org.linphone.core.ConferenceInfo
Set the organizer of the conference.
setOutboundProxyEnabled(boolean) - Method in interface org.linphone.core.AccountParams
If enabled, the proxy will be used as the only route.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Call
Sets the given AudioDevice as output for this call only.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.CallParams
Sets the given AudioDevice as default output for a call to be created
later.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Conference
Sets the given AudioDevice as output for this conference only.
setOutputAudioDevice(AudioDevice) - Method in interface org.linphone.core.Core
Sets the given AudioDevice as output for all active calls.
setOverwriteFlagForEntry(String, String, boolean) - Method in interface org.linphone.core.Config
Sets the overwrite flag for a config item (used when dumping config as xml)

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

setOwner(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string owner = 3;
setOwnerBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string owner = 3;
setPacEnabledKeys(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 pac_enabled_keys = 8;
setParam(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the param for "contact uri parameter".
setParam(String, String) - Method in interface org.linphone.core.Address
Set the value of a parameter of the address.
setParams(AccountParams) - Method in interface org.linphone.core.Account
Set the AccountParams used by this Account.
setParams(CallParams) - Method in interface org.linphone.core.Call
Sets call parameters - advanced and not recommended feature - use with caution.
setParams(LdapParams) - Method in interface org.linphone.core.Ldap
Deprecated.
18/11/2024 Ldap object is no longer used, use RemoteContactDirectory
instead.
setParams(RecorderParams) - Method in interface org.linphone.core.Recorder
Sets the RecorderParams object.
setParticipantAdminStatus(Participant, boolean) - Method in interface org.linphone.core.ChatRoom
Changes the admin status of a participant of a chat room (you need to be an
admin yourself to do this).
setParticipantAdminStatus(Participant, boolean) - Method in interface org.linphone.core.Conference
Change the admin status of a participant of a conference (you need to be an
admin yourself to do this).
setParticipantDevices(Address, ParticipantDeviceIdentity[]) - Method in interface org.linphone.core.ChatRoom
Sets the list of participant devices in the form of SIP URIs with GRUUs for a
given participant.
setParticipantInfos(ParticipantInfo[]) - Method in interface org.linphone.core.ConferenceInfo
Set the list of participants.
setParticipantListType(Conference.ParticipantListType) - Method in interface org.linphone.core.ConferenceParams
Set the participant list type.
setParticipants(Address[]) - Method in interface org.linphone.core.ConferenceInfo
Deprecated.
24/08/2023 use linphone_conference_info_set_participant_infos
instead
setPassword(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setPassword(String) - Method in interface org.linphone.core.Address
Set the password encoded in the address.
setPassword(String) - Method in interface org.linphone.core.AuthInfo
Sets the password.
setPassword(String) - Method in interface org.linphone.core.LdapParams
The password to pass to server when binding.
setPath(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string path = 2;
setPathBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
string path = 2;
setPc(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 pc = 2;
setPhoneNumber(String) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the phone number.
setPhoneNumber(String, String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setPhoto(String) - Method in interface org.linphone.core.Friend
Sets the contact's picture URI.
setPhoto(String) - Method in interface org.linphone.core.Vcard
Sets a picture URI in the vCard, using the PHOTO property.
setPhrase(String) - Method in interface org.linphone.core.ErrorInfo
Assign phrase to a ErrorInfo object.
setPictureUri(String) - Method in interface org.linphone.core.AccountParams
Sets an URI for the account picture.
setPid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 pid = 2;
setPid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 pid = 5;
setPlaybackDevice(String) - Method in interface org.linphone.core.Core
setPlaybackGainDb(float) - Method in interface org.linphone.core.Core
Allow to control play level before entering sound card: gain in db.
setPlayFile(String) - Method in interface org.linphone.core.Core
Sets a wav file to be played when putting somebody on hold, or when files are
used instead of soundcards (see Core.setUseFiles(boolean)).
setPnParam(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setPnPrid(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setPnProvider(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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
Sets my presence model.
setPresenceModel(PresenceModel) - Method in interface org.linphone.core.Friend
Set the presence model of a friend.
setPresenceModelForUriOrTel(String, PresenceModel) - Method in interface org.linphone.core.Friend
Set the presence model for a specific SIP URI or phone number of a friend.
setPresentity(Address) - Method in interface org.linphone.core.PresenceModel
Sets the presentity of a presence model.
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
setPreviewDisplaySurface(Object, Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
setPreviewVideoDefinition(VideoDefinition) - Method in interface org.linphone.core.Core
Set the video definition for the captured (preview) video.
setPreviewVideoDefinitionByName(String) - Method in interface org.linphone.core.Core

setPrid(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the prid for "contact uri parameter".
setPrimaryContact(String) - Method in interface org.linphone.core.Core
Sets the local "from" SIP identity used for calls made out of any configured
Account.
setPriority(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 priority = 4;
setPrivacy(int) - Method in interface org.linphone.core.AccountParams
Set default privacy policy for all calls routed through this proxy.
setPrivacy(int) - Method in interface org.linphone.core.CallParams
Set requested level of privacy for the call.
setPrivacy(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setProcessUptime(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
Process uptime in seconds.
setProtocol(String) - Method in interface org.linphone.core.ErrorInfo
Assign protocol name to a ErrorInfo object.
setProtocolCode(int) - Method in interface org.linphone.core.ErrorInfo
Assign protocol code to a ErrorInfo object.
setProvider(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the provider for "contact uri parameter".
setProvisioningUri(String) - Method in interface org.linphone.core.Core
Sets the URI where to download xml configuration file at startup.
setProxyConfig(ProxyConfig) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setProxyConfig(ProxyConfig) - Method in interface org.linphone.core.CallParams
Deprecated.
setPublishEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates either or not, PUBLISH must be issued for this AccountParams.
setPublishEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPublishExpires(int) - Method in interface org.linphone.core.AccountParams
Set the publish expiration time in second.
setPublishExpires(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushIncomingCallTimeout(int) - Method in interface org.linphone.core.Core
Configures the minimum interval between a push notification and the
corresponding incoming INVITE.
setPushNotificationAllowed(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
setPushNotificationAllowed(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushNotificationConfig(PushNotificationConfig) - Method in interface org.linphone.core.AccountParams
Sets the push notification configuration.
setPushNotificationConfig(PushNotificationConfig) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setPushNotificationEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables push notifications on Android & iOS.
setQrcodeDecodeRect(int, int, int, int) - Method in interface org.linphone.core.Core
Set the rectangle where the decoder will search a QRCode.
setQrcodeVideoPreviewEnabled(boolean) - Method in interface org.linphone.core.Core
Controls QRCode scanning enablement.
setQualityReportingCollector(String) - Method in interface org.linphone.core.AccountParams
Set the route of the collector end-point when using quality reporting.
setQualityReportingCollector(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setQualityReportingEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether quality statistics during call should be stored and sent to a
collector according to RFC 6035.
setQualityReportingEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setQualityReportingInterval(int) - Method in interface org.linphone.core.AccountParams
Set the interval between 2 interval reports sending when using quality
reporting.
setQualityReportingInterval(int) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRange(String, String, int, int) - Method in interface org.linphone.core.Config
Sets a range config item.
setRead(boolean) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool read = 4;
setRealm(String) - Method in interface org.linphone.core.AccountParams
Set the realm of the given account params.
setRealm(String) - Method in interface org.linphone.core.AuthInfo
Sets the realm.
setRealm(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRealtimeTextEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable real time text following rfc4103.
setRealtimeTextKeepaliveInterval(int) - Method in interface org.linphone.core.CallParams
Use to set keep alive interval for real time text following rfc4103.
setRealtimeTextKeepaliveInterval(int) - Method in interface org.linphone.core.Core
Set keep alive interval for real time text (RFC4103).
setReason(Reason) - Method in interface org.linphone.core.ErrorInfo
Assign reason Reason to a ErrorInfo object.
setRecordAwareEnabled(boolean) - Method in interface org.linphone.core.Core
Enables the record-aware feature that will warn other users when doing
recording during a call.
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.
setRecvImdnDeliveryError(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn delivery error notifications receiving.
setRecvImdnDisplayed(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn displayed notifications receiving.
setRecvIsComposing(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable is_composing notifications receiving.
setRefKey(String) - Method in interface org.linphone.core.AccountParams
Associate a persistent reference key to the account params.
setRefKey(String) - Method in interface org.linphone.core.CallLog
Associates a persistent reference key to the call log.
setRefKey(String) - Method in interface org.linphone.core.Friend
Set the reference key of a friend.
setRefKey(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRefreshToken(BearerToken) - Method in interface org.linphone.core.AuthInfo
Set a refresh token to use when the access token set with AuthInfo.setAccessToken(org.linphone.core.BearerToken)
expires.
setRefreshWindow(int, int) - Method in interface org.linphone.core.Core
Set the refresh window.
setRegisterEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates either or not, REGISTRATION must be issued for this AccountParams
.
setRegisterEnabled(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRegisterName(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string register_name = 1;
setRegisterNameBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.Builder
string register_name = 1;
setRegisterOnlyWhenNetworkIsUp(boolean) - Method in interface org.linphone.core.Core
Sets if accounts will wait for network to be connected before trying to
REGISTER.
setRegisters(int, LinphoneTombstoneProtos.Register) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
setRegisters(int, LinphoneTombstoneProtos.Register.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated .Register registers = 3;
setRelPc(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 rel_pc = 1;
setRemoteAddress(Address) - Method in interface org.linphone.core.CallLog
Sets the remote address (that is 'from' or 'to' depending on call direction).
setRemotePushInterval(String) - Method in interface org.linphone.core.PushNotificationConfig
Specifies the interval in seconds between to subsequent remote push
notifications when remote push notifications are used to notify a call invite
to clients that haven't published any token for VoIP and background push
notifications.
setRemotePushNotificationAllowed(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether to add to the contact parameters the push notification
information.
setRemotePushNotificationAllowed(boolean) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRemoteRingbackTone(String) - Method in interface org.linphone.core.Core
Specify a ring back tone to be played to far end during incoming calls.
setRemoteToken(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the remote_token for "contact uri parameter", specific for remote push
notification.
setRemoteUdpMirrorPort(int) - Method in interface org.linphone.core.TunnelConfig
Set the remote port on the tunnel server side used to test UDP reachability.
setRequestAddress(Address) - Method in interface org.linphone.core.Event
Sets the "request uri" address of the subscription.
setRetransmissionOnNackEnabled(boolean) - Method in interface org.linphone.core.Core
Sets whether the use RTCP NACK for reliability of video transmission is enabled
or not.
setRetryAfter(int) - Method in interface org.linphone.core.ErrorInfo
Assign retry-after value to a ErrorInfo object.
setRevision(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string revision = 3;
setRevisionBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string revision = 3;
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.
setRole(Participant.Role) - Method in interface org.linphone.core.ParticipantInfo
Set the role of the object ParticipantInfo.
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)

setRotation(int) - Method in class org.linphone.mediastream.video.capture.CaptureTextureView
 
setRoute(String) - Method in interface org.linphone.core.AccountCreator
Set the route.
setRoute(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
setRoutes(String[]) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setRoutesAddresses(Address[]) - Method in interface org.linphone.core.AccountParams
Sets a list of SIP route.
setRtpBundleAssumptionEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Indicates whether support of rtp bundle is assumed.
setRtpBundleEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Enables or disables RTP bundle mode (Media Multiplexing).
setRtpBundleEnabled(boolean) - Method in interface org.linphone.core.CallParams
Deprecated.
This property can no longer be controlled via CallParams.
Use AccountParams#enableRtpBundle.
setRtpBundleEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables RTP bundle mode (Media Multiplexing).
setRttEnabled(boolean) - Method in interface org.linphone.core.ChatParams
Enables or disables real time text for the text capabilities of the chat
associated with the given parameters.
setRttEnabled(boolean) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
20/05/2024. Use ChatParams#enableRtt instead.
setSalEnabled(boolean) - Method in interface org.linphone.core.LdapParams
Handle the DNS resolution using liblinphone's own resolver, which allows to use
DNS SRV records.
setScreenSharing(VideoSourceScreenSharingType, Object) - Method in interface org.linphone.core.VideoSourceDescriptor
Sets the source of a VideoSourceDescriptor as screen sharing.
setScreenSharingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable screen sharing stream.
setSdp200AckEnabled(boolean) - Method in interface org.linphone.core.Core
Control when media offer is sent in SIP INVITE.
setSearchLimit(int) - Method in interface org.linphone.core.MagicSearch
Sets the number of the maximum SearchResult which will be returned, if the
magic search isn't configured as unlimited with MagicSearch.setLimitedSearch(boolean).
setSecure(boolean) - Method in interface org.linphone.core.Address
Make the address refer to a secure location (sips scheme)

setSecurityLevel(Conference.SecurityLevel) - Method in interface org.linphone.core.ConferenceInfo
Set the desired security level of the conference.
setSecurityLevel(Conference.SecurityLevel) - Method in interface org.linphone.core.ConferenceParams
Set the desired security level of the conference.
setSelfViewEnabled(boolean) - Method in interface org.linphone.core.Core
Deprecated.
04/09/2024 Prefer using Core.setNativePreviewWindowId(java.lang.Object) to assign
a view to render the local image.
setSelinuxLabel(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string selinux_label = 8;
setSelinuxLabelBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string selinux_label = 8;
setSenderNameHiddenInForwardMessageEnabled(boolean) - Method in interface org.linphone.core.Core
Enables whether or not to hide sender name in forwarded message.
setSenderPid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_pid = 7;
setSenderUid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Signal.Builder
int32 sender_uid = 6;
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.
setSendImdnDeliveryError(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn delivery error notifications sending.
setSendImdnDisplayed(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable imdn displayed notifications sending.
setSendIsComposing(boolean) - Method in interface org.linphone.core.ImNotifPolicy
Enable is_composing notifications sending.
setServer(String) - Method in interface org.linphone.core.LdapParams
Deprecated.
setServerAddr(String) - Method in interface org.linphone.core.AccountParams
setServerAddr(String) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
06/04/2020 Use Account object instead
setServerAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the SIP proxy or registrar address.
setServerCertificatesVerificationMode(Ldap.CertVerificationMode) - Method in interface org.linphone.core.LdapParams
Specify whether the tls server certificate must be verified when connecting to
a LDAP server.
setServerUrl(String) - Method in interface org.linphone.core.RemoteContactDirectory
Sets the server URL to use to reach the remote contact directory server.
setServiceDescriptions(String[]) - Method in interface org.linphone.core.PresenceService
Sets the service descriptions of a presence service.
setSessionExpiresEnabled(boolean) - Method in interface org.linphone.core.Core
Enable the Session Timers support.
setSessionExpiresMinValue(int) - Method in interface org.linphone.core.Core
Sets the session expires minSE value, forced to a minimum of 90 by default.
setSessionExpiresRefresherValue(SessionExpiresRefresher) - Method in interface org.linphone.core.Core
Sets the session expires refresher value.
setSessionExpiresValue(int) - Method in interface org.linphone.core.Core
Sets the session expires value, 0 by default.
setSessionName(String) - Method in interface org.linphone.core.CallParams
Set the session name of the media session (ie in SDP).
setSignalInfo(LinphoneTombstoneProtos.Signal) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
setSignalInfo(LinphoneTombstoneProtos.Signal.Builder) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
.Signal signal_info = 10;
setSignalType(SignalType) - Method in interface org.linphone.core.SignalInformation
setSignalUnit(SignalStrengthUnit) - Method in interface org.linphone.core.SignalInformation
setSipAttribute(String) - Method in interface org.linphone.core.LdapParams
Check these attributes to build the SIP username in address of Friend.
setSipDomain(String) - Method in interface org.linphone.core.LdapParams
Add the domain to the sip address(sip:username@domain).
setSipDscp(int) - Method in interface org.linphone.core.Core
Sets the DSCP field for SIP signaling channel.
setSipEnabled(boolean) - Method in interface org.linphone.core.Tunnel
Set whether SIP packets must be directly sent to a UA or pass through the
tunnel.
setSipNetworkReachable(boolean) - Method in interface org.linphone.core.Core
This method is called by the application to notify the linphone core library
when the SIP network is reachable.
setSipTransportTimeout(int) - Method in interface org.linphone.core.Core
Sets the SIP transport timeout, which represents the maximum time permitted to
establish a connection to a SIP server.
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.
setSize(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.HeapObject.Builder
uint64 size = 2;
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)

setSoundResourcesDir(String) - Method in class org.linphone.core.Factory
Set the directory where the sound resources are located.
setSp(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame.Builder
uint64 sp = 3;
setSpeakerMuted(boolean) - Method in interface org.linphone.core.Call
Sets speaker muted state.
setSpeakerVolumeGain(float) - Method in interface org.linphone.core.Call
Sets speaker volume gain.
setSrtpCryptoSuites(String) - Method in interface org.linphone.core.Core
Sets the crypto suites available to the core.
setSrtpSuites(SrtpSuite[]) - Method in interface org.linphone.core.CallParams
Sets the list of srtp suite enabled(enforced only when SDES is the encryption
mode)

setSspi(int) - Method in interface org.linphone.core.EktInfo
Set sSPI.
setStackTraceDumpsEnabled(boolean) - Method in interface org.linphone.core.LoggingService
Allow Linphone to set handlers for catching exceptions and write the stack
trace into log.
setStarred(boolean) - Method in interface org.linphone.core.Friend
Sets if the friend is a user's favorite or important contact.
setStaticPicture(String) - Method in interface org.linphone.core.Core
Set the path to the image file to stream when "Static picture" is set as the
video device.
setStaticPictureFps(float) - Method in interface org.linphone.core.Core
Set the frame rate for static picture.
setString(String, String) - Method in interface org.linphone.core.Dictionary
Sets a char* value to a key.
setString(String, String, String) - Method in interface org.linphone.core.Config
Sets a string config item.
setStringBuffer(String) - Method in interface org.linphone.core.Content
Deprecated.
2020-07-01. Use Content.setUtf8Text(java.lang.String) instead.
setStringContent(String) - Method in interface org.linphone.core.Buffer
Set the string content of the data buffer.
setStringList(String, String, String[]) - Method in interface org.linphone.core.Config
Sets a string list config item.
setStunEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable STUN.
setStunServer(String) - Method in interface org.linphone.core.Core
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
Sets the subject of a chat room.
setSubject(String) - Method in interface org.linphone.core.ChatRoomParams
Deprecated.
setSubject(String) - Method in interface org.linphone.core.Conference
Set the conference subject.
setSubject(String) - Method in interface org.linphone.core.ConferenceInfo
Set the subject of the conference.
setSubject(String) - Method in interface org.linphone.core.ConferenceParams
Set the conference subject.
setSubjectUtf8(String) - Method in interface org.linphone.core.ChatRoom
Sets the subject of a chat room (utf-8 string).
setSubjectUtf8(String) - Method in interface org.linphone.core.Conference
Set the conference subject as an UTF-8 string.
setSubjectUtf8(String) - Method in interface org.linphone.core.ConferenceInfo
Set the subject of the conference.
setSubjectUtf8(String) - Method in interface org.linphone.core.ConferenceParams
Set the conference subject as an UTF8 string.
setSubscribesEnabled(boolean) - Method in interface org.linphone.core.Friend
Configure Friend to subscribe to presence information.
setSubscriptionBodyless(boolean) - Method in interface org.linphone.core.FriendList
Set wheter the subscription of the friend list is bodyless or not.
setSubscriptionsEnabled(boolean) - Method in interface org.linphone.core.FriendList
Enable subscription to NOTIFYs.
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 SIP supported tags.
setSupportedTagsList(String[]) - Method in interface org.linphone.core.AccountParams
Sets the list of supported tags.
setTag(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.FD.Builder
uint64 tag = 4;
setTag(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string tag = 5;
setTag100RelSupportLevel(SupportLevel) - Method in interface org.linphone.core.Core
Defines what level of support is provided to the 100rel attribute.
setTagBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string tag = 5;
setTaggedAddrCtrl(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
int64 tagged_addr_ctrl = 6;
setTcapLineMergingEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable merging of tcap lines with consecutive indexes if capability
negotiations (RFC5939) is enabled.
setTcapLineMergingEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether tcap lines are going to be merged if capability negotiation
(RFC5939) is supported.
setTcpPort(int) - Method in interface org.linphone.core.Transports
Sets the TCP port in the Transports object.
setTcpTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TCP TURN transport.
setTeamId(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the team id for "contact uri parameter".
setTextPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefines 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.
setTid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
uint32 tid = 3;
setTid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 tid = 6;
setTimeout(int) - Method in interface org.linphone.core.LdapParams
Deprecated.
setTimeout(int) - Method in interface org.linphone.core.RemoteContactDirectory
Sets the timeout (in seconds) after which the query is abandonned.
setTimeoutTlsMs(int) - Method in interface org.linphone.core.LdapParams
Timeout for TLS connection in milliseconds.
setTimestamp(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string timestamp = 1;
setTimestamp(String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string timestamp = 4;
setTimestampBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.LogMessage.Builder
string timestamp = 1;
setTimestampBytes(ByteString) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
string timestamp = 4;
setTlsCert(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS certificate.
setTlsCert(String) - Method in interface org.linphone.core.Core
Sets a TLS certificate used for TLS authentication The certificate won't be
stored, you have to set it after each Core startup.
setTlsCertPath(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS certificate path.
setTlsCertPath(String) - Method in interface org.linphone.core.Core
Sets a TLS certificate path used for TLS authentication The path will be stored
in the rc file and automatically restored on startup.
setTlsEnabled(boolean) - Method in interface org.linphone.core.LdapParams
Encrypt transactions by LDAP over TLS(StartTLS).
setTlsKey(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS key.
setTlsKey(String) - Method in interface org.linphone.core.Core
Sets a TLS key used for TLS authentication The key won't be stored, you have to
set it after each Core startup.
setTlsKeyPath(String) - Method in interface org.linphone.core.AuthInfo
Sets the TLS key path.
setTlsKeyPath(String) - Method in interface org.linphone.core.Core
Sets a TLS key path used for TLS authentication The path will be stored in the
rc file and automatically restored on startup.
setTlsPort(int) - Method in interface org.linphone.core.Transports
Sets the TLS port in the Transports object.
setTlsTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TLS TURN transport.
setToBeStored(boolean) - Method in interface org.linphone.core.ChatMessage
Sets if a chat message is to be stored.
setToken(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
setTokenEndpointUri(String) - Method in interface org.linphone.core.AuthInfo
Set the token endpoint https uri (OAUTH2).
setTone(ToneID, String) - Method in interface org.linphone.core.Core
Assign an audio file to be played as a specific tone id.
setToneIndicationsEnabled(boolean) - Method in interface org.linphone.core.CallParams
Define whether tone indications are enabled.
setTool(LinphoneTombstoneProtos.MemoryError.Tool) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Tool tool = 1;
setToolValue(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Tool tool = 1;
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
Deprecated.
11/06/2024 use AccountManagerServices instead
setTransport(TransportType) - Method in interface org.linphone.core.AccountParams
Sets the transport type of the server address.
setTransport(TransportType) - Method in interface org.linphone.core.Address
Set a transport.
setTransports(Transports) - Method in interface org.linphone.core.Core
Sets the ports to be used for each of transport (UDP or TCP) A zero value port
for a given transport means the transport is not used.
setTurnConfigurationEndpoint(String) - Method in interface org.linphone.core.NatPolicy
Set the TURN configuration endpoint.
setTurnEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable TURN.
setType(LinphoneTombstoneProtos.MemoryError.Type) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Type type = 2;
setType(String) - Method in interface org.linphone.core.Content
Set the mime type of the content data.
setType(FriendList.Type) - Method in interface org.linphone.core.FriendList
Assign a friend list type to the friend list.
setType(PresenceActivity.Type) - Method in interface org.linphone.core.PresenceActivity
Sets the type of activity of a presence activity.
setTypeValue(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Builder
.MemoryError.Type type = 2;
setU64(long) - Method in class com.android.server.os.LinphoneTombstoneProtos.Register.Builder
uint64 u64 = 2;
setUdpPort(int) - Method in interface org.linphone.core.Transports
Sets the UDP port in the Transports object.
setUdpTurnTransportEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable UDP TURN transport.
setUid(int) - Method in class com.android.server.os.LinphoneTombstoneProtos.Tombstone.Builder
uint32 uid = 7;
setUid(String) - Method in interface org.linphone.core.Vcard
Sets the unique ID of the vCard.
setUnreadableElfFiles(int, String) - Method in class com.android.server.os.LinphoneTombstoneProtos.Thread.Builder
repeated string unreadable_elf_files = 9;
setUnregisterAtStopEnabled(boolean) - Method in interface org.linphone.core.AccountParams
Sets whether the account will unREGISTER when the core stops but only if the
push notifications are not allowed for the account.
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
Sets audio packetization time linphone will send (in absence of requirement
from peer) A value of 0 stands for the current codec default packetization
time.
setUpnpEnabled(boolean) - Method in interface org.linphone.core.NatPolicy
Enable uPnP.
setUri(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.
setUseExactMatchPolicy(boolean) - Method in interface org.linphone.core.CardDavParams
Sets the matching policy: true if the remote vCard value must match the filter
exactly, false if it only needs to contain the filter.
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 method can be used to send digits.
setUseInternationalPrefixForCallsAndChats(boolean) - Method in interface org.linphone.core.AccountParams
If enabled, the international prefix will automaticaly be used for calls and
chats.
setUserAgent(String, String) - Method in interface org.linphone.core.Core
Set the user agent string used in SIP messages.
setUserCertificatesPath(String) - Method in interface org.linphone.core.Core
Set the path to the directory storing the user's x509 certificates (used by
dtls)

setUserData(Object) - Method in interface org.linphone.core.Account
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountCreator
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountDevice
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountManagerServices
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountManagerServicesRequest
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.AccountParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Address
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Alert
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.BearerToken
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.CardDavParams
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.ChatMessageReaction
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatRoom
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ChatRoomParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Conference
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ConferenceInfo
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ConferenceParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ConferenceScheduler
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.Dictionary
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.DigestAuthenticationPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.EktInfo
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.FriendDevice
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.FriendList
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.FriendPhoneNumber
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Headers
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ImNotifPolicy
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.InfoMessage
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Ldap
Deprecated.
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.LdapParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.LoggingService
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.MagicSearch
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.MessageWaitingIndication
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.MessageWaitingIndicationSummary
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.ParticipantInfo
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PayloadType
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Player
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceActivity
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceModel
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceNote
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresencePerson
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PresenceService
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.ProxyConfig
Deprecated.
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PushNotificationConfig
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.PushNotificationMessage
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Range
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.Recorder
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.RecorderParams
Sets the object to store in this object user's data
setUserData(Object) - Method in interface org.linphone.core.RemoteContactDirectory
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.SignalInformation
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.VideoSourceDescriptor
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 or RFC4633 can be to be used to send digits.
setUserid(String) - Method in interface org.linphone.core.AuthInfo
Sets the user ID.
setUserInputFields(String[]) - Method in interface org.linphone.core.CardDavParams
Sets the list of vCard RFC fields to use to match user input text on.
setUsername(String) - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
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.Conference
Set the conference username.
setUsername(String) - Method in interface org.linphone.core.Tunnel
Set the username.
setUtf8Text(String) - Method in interface org.linphone.core.ChatMessage
Sets a text to be sent, given as a string of UTF-8 characters.
setUtf8Text(String) - Method in interface org.linphone.core.Content
Get the string content data buffer.
setValue(float) - Method in interface org.linphone.core.SignalInformation
Set a new value to a SignalInformation.
setVcard(Vcard) - Method in interface org.linphone.core.Friend
Binds a vCard object to a friend.
setVfsEncryption(int, byte[], int) - Method in class org.linphone.core.Factory
Select encryption module and set secret material to encrypt the files.
setVibrationOnIncomingCallEnabled(boolean) - Method in interface org.linphone.core.Core
Enable vibration will incoming call is ringing (Android only).
setVideoActivationPolicy(VideoActivationPolicy) - Method in interface org.linphone.core.Core
Sets the default policy for video.
setVideoAdaptiveJittcompEnabled(boolean) - Method in interface org.linphone.core.Core
Enables or disables the video adaptive jitter compensation.
setVideoCaptureEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video capture.
setVideoCodec(String) - Method in interface org.linphone.core.RecorderParams
Set the video codec.
setVideoCodecPriorityPolicy(CodecPriorityPolicy) - Method in interface org.linphone.core.Core
Sets the priority policy for video codecs (payload types).
setVideoDevice(String) - Method in interface org.linphone.core.Core
Sets the active video device.
setVideoDirection(MediaDirection) - Method in interface org.linphone.core.CallParams
Set the video stream direction.
setVideoDisplayEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video display.
setVideoDisplayFilter(String) - Method in interface org.linphone.core.Core
Sets the name of the mediastreamer2 engine (filter) to be used for rendering
video.
setVideoDscp(int) - Method in interface org.linphone.core.Core
Sets the DSCP field for outgoing video streams.
setVideoEnabled(boolean) - Method in interface org.linphone.core.CallParams
Enable video stream.
setVideoEnabled(boolean) - Method in interface org.linphone.core.ConferenceParams
Enable video capabilities.
setVideoJittcomp(int) - Method in interface org.linphone.core.Core
Sets the nominal video jitter buffer size in milliseconds.
setVideoMulticastAddr(String) - Method in interface org.linphone.core.Core
Use to set multicast address to be used for video stream.
setVideoMulticastEnabled(boolean) - Method in interface org.linphone.core.CallParams
Use to enable multicast rtp for video stream.
setVideoMulticastEnabled(boolean) - Method in interface org.linphone.core.Core
Use to enable multicast rtp for video stream.
setVideoMulticastTtl(int) - Method in interface org.linphone.core.Core
Use to set multicast ttl to be used for video stream.
setVideoPayloadTypes(PayloadType[]) - Method in interface org.linphone.core.Core
Redefines the list of the available video payload types (codecs).
setVideoPort(int) - Method in interface org.linphone.core.Core
Sets the UDP port used for video streaming.
setVideoPortRange(int, int) - Method in interface org.linphone.core.Core
Sets the UDP port range from which to randomly select the port used for video
streaming.
setVideoPreset(String) - Method in interface org.linphone.core.Core
Set the video preset to be used for video calls.
setVideoPreviewEnabled(boolean) - Method in interface org.linphone.core.Core
Controls video preview enablement.
setVideoSource(VideoSourceDescriptor) - Method in interface org.linphone.core.Call
Sets the video source of a call.
setVideoSourceReuseEnabled(boolean) - Method in interface org.linphone.core.Core
Enable or disable video source reuse when switching from preview to actual
video call.
setVoicemailAddress(Address) - Method in interface org.linphone.core.AccountParams
Sets the Voicemail address.
setVoipToken(String) - Method in interface org.linphone.core.PushNotificationConfig
Sets the voip_token for "contact uri parameter", specific for voip push
notification.
setVolumeGain(float) - Method in interface org.linphone.core.Player
Set the volume gain of the player.
setWarnings(String) - Method in interface org.linphone.core.ErrorInfo
Assign warnings to a ErrorInfo object.
setWebcamName(String) - Method in interface org.linphone.core.RecorderParams
Set the webcam name.
setWidth(int) - Method in interface org.linphone.core.VideoDefinition
Set the width of the video definition.
setWifiOnlyEnabled(boolean) - Method in interface org.linphone.core.Core
Turns Wifi only mode on or off.
setWindowId(Object) - Method in interface org.linphone.core.Player
Sets a window id to be used to display video if any.
setWindowId(Object) - Method in interface org.linphone.core.RecorderParams
Sets the window id to use to display the camera preview.
setWrite(boolean) - Method in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping.Builder
bool write = 5;
setZeroRtpPortForStreamInactiveEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether RTP port is set to 0 when a stream is inactive.
setZrtpGoClearEnabled(boolean) - Method in interface org.linphone.core.Core
Defines whether ZRTP go clear is enabled.
setZrtpKeyAgreementSuites(ZrtpKeyAgreement[]) - Method in interface org.linphone.core.Core
Redefine the list of prefered ZRTP key agreement algorithms.
setZrtpSecretsFile(String) - Method in interface org.linphone.core.Core
Sets the path to the file storing the zrtp secrets cache.
SharedMediaResources - Enum constant in enum class org.linphone.core.MediaResourceMode
Media resources are shared.
Shopping - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is visiting stores in search of goods or services.
Shutdown - Enum constant in enum class org.linphone.core.GlobalState
Transient state for when we call Core.stop()

SIGNAL_INFO_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
SignalInformation - Interface in org.linphone.core
Object to get signal (wifi/4G etc...) informations.
SignalStrengthUnit - Enum Class in org.linphone.core
All signal units that a device can use.
SignalType - Enum Class in org.linphone.core
All signal types that a device can use.
Simple - Enum constant in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
Connection with username/password.
SIP - Enum constant in enum class org.linphone.core.ConferenceScheduler.Type
SIP conference scheduler type.
Size(int, int) - Constructor for class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 
SIZE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.HeapObject
 
Skipped - Enum constant in enum class org.linphone.core.ConfiguringState

skipZrtpAuthentication() - Method in interface org.linphone.core.Call
If the user skips the ZRTP authentication check, stop the security alert.
sleep(int) - Static method in class org.linphone.mediastream.video.capture.hwconf.Hacks
 
Sleeping - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is sleeping.
Smff - Enum constant in enum class org.linphone.core.MediaFileFormat
< Standard Matroska file format, supports video, .mkv or .mka file extension.
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
Checks if a call will need the sound resources in near future (typically an
outgoing call that is awaiting response).
SP_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.BacktraceFrame
 
SPAccept - Enum constant in enum class org.linphone.core.SubscribePolicy
Automatically accepts a subscription request.
SPDeny - Enum constant in enum class org.linphone.core.SubscribePolicy
Rejects incoming subscription request.
Speaker - Enum constant in enum class org.linphone.core.AudioDevice.Type
Speaker.
Speaker - Enum constant in enum class org.linphone.core.Participant.Role
participant is a speaker in the conference

Spectator - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is observing an event, such as a sports event.
SPWait - Enum constant in enum class org.linphone.core.SubscribePolicy
Does not automatically accept an incoming subscription request.
SRTP - Enum constant in enum class org.linphone.core.MediaEncryption
Use SRTP media encryption.
SrtpSuite - Enum Class in org.linphone.core
Enum describing type of SRTP encryption suite.
start() - Method in interface org.linphone.core.Core
Starts a Core object after it has been instantiated and not
automatically started.
start() - Method in interface org.linphone.core.Player
Start playing a file that has been opened with Player.open(java.lang.String).
start() - Method in interface org.linphone.core.Recorder
Starts the recording into the opened file.
startBluetooth() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
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.
Started - Enum constant in enum class org.linphone.core.FriendList.SyncStatus
Synchronization started.
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
 
startRecording(String) - Method in interface org.linphone.core.Conference
Starts recording the conference.
Startup - Enum constant in enum class org.linphone.core.GlobalState
Transient state for when we call Core.start()

stateToString(ChatRoom.State) - Method in interface org.linphone.core.ChatRoom
Converts a ChatRoom.State enum to a string.
stateToString(Conference.State) - Method in interface org.linphone.core.Conference
A function to convert a Conference.State into a string.
Steering - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is controlling a vehicle, watercraft, or plane.
stop() - Method in interface org.linphone.core.Core
Stops a Core object after it has been instantiated and started.
stopAsync() - Method in interface org.linphone.core.Core
Asynchronously stops a Core object after it has been instantiated and
started.
stopBluetooth() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
 
stopDtmf() - Method in interface org.linphone.core.Core
Stops playing a dtmf started by Core.playDtmf(char, int).
stopEchoTester() - Method in interface org.linphone.core.Core
Stop the simulation of call.
stopRecording() - Method in interface org.linphone.core.Call
Stops call recording.
stopRecording() - Method in interface org.linphone.core.Conference
Stops the conference recording.
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper
 
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi8JniWrapper
 
stopRecording(Object) - Static method in class org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper
 
stopRinging() - Method in interface org.linphone.core.Core
Whenever the liblinphone is playing a ring to advertise an incoming call or
ringback of an outgoing call, this function stops the ringing.
StreamsRunning - Enum constant in enum class org.linphone.core.Call.State
Streams running.
StreamType - Enum Class 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).
String - Enum constant in enum class org.linphone.core.XmlRpcArgType

StringStruct - Enum constant in enum class org.linphone.core.XmlRpcArgType

submit() - Method in interface org.linphone.core.AccountManagerServicesRequest
Executes the request represented by AccountManagerServicesRequest.
subscribe(Address, String, int, Content) - Method in interface org.linphone.core.Core
Creates and send an outgoing subscription, specifying the destination resource,
the event name, and an optional content body.
SubscribePolicy - Enum Class in org.linphone.core
Enum controlling behavior for incoming subscription request.
SubscriptionDir - Enum Class in org.linphone.core
Enum for subscription direction (incoming or outgoing).
SubscriptionState - Enum Class in org.linphone.core
Enum for subscription states.
Success - Enum constant in enum class org.linphone.core.Call.Status
The call was sucessful.
Successful - Enum constant in enum class org.linphone.core.ConfiguringState

Successful - Enum constant in enum class org.linphone.core.FriendList.SyncStatus
Synchronization finished successfuly.
SupportLevel - Enum Class in org.linphone.core

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

T

TAG_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.FD
 
TAG_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
TAGGED_ADDR_CTRL_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
takePreviewSnapshot(String) - Method in interface org.linphone.core.Call
Takes a photo of currently captured video and write it into a jpeg file.
takePreviewSnapshot(String) - Method in interface org.linphone.core.Core
Takes a photo of currently from capture device and write it into a jpeg file.
takeVideoSnapshot(String) - Method in interface org.linphone.core.Call
Takes a photo of currently received video and write it into a jpeg file.
tcapLinesMerged() - Method in interface org.linphone.core.CallParams
Indicates whether tcap lines with consecutive indexes are going to be merged or
not if capability negotiations (RFC5939) is enabled.
Tcp - Enum constant in enum class org.linphone.core.TransportType

Telephony - Enum constant in enum class org.linphone.core.AudioDevice.Type
Telephony.
TemporarilyUnavailable - Enum constant in enum class org.linphone.core.Reason
Temporarily unavailable.
terminate() - Method in interface org.linphone.core.Call
Terminates (ends) 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
Deprecated.
23/01/2025 Use Conference.terminate() instead.
Terminated - Enum constant in enum class org.linphone.core.ChatRoom.State
Chat room exists on server but not in local.
Terminated - Enum constant in enum class org.linphone.core.Conference.State
The conference is terminated locally, though it may still exist on the service
for other participants.
Terminated - Enum constant in enum class org.linphone.core.SubscriptionState
Subscription is terminated normally.
terminateWithErrorInfo(ErrorInfo) - Method in interface org.linphone.core.Call
Terminates a call with additional information, serialized as a Reason header.
Terminating - Enum constant in enum class org.linphone.core.PublishState
Publish is about to terminate.
TerminationFailed - Enum constant in enum class org.linphone.core.ChatRoom.State
The chat room termination failed.
TerminationFailed - Enum constant in enum class org.linphone.core.Conference.State
Conference termination failed.
TerminationPending - Enum constant in enum class org.linphone.core.ChatRoom.State
Wait for chat room termination.
TerminationPending - Enum constant in enum class org.linphone.core.Conference.State
Wait for conference termination.
Text - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

Text - Enum constant in enum class org.linphone.core.StreamType

THREADS_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
TID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
TID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
TIMESTAMP_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.LogMessage
 
TIMESTAMP_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
Tls - Enum constant in enum class org.linphone.core.AuthMethod
Client certificate requested.
Tls - Enum constant in enum class org.linphone.core.TransportType

toContent() - Method in interface org.linphone.core.MessageWaitingIndication
Get a Content object to put in a NOTIFY message from a MessageWaitingIndication
object.
toInt() - Method in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.AlgoStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.Backend
 
toInt() - Method in enum class org.linphone.core.AccountCreator.DomainStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.EmailStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.LanguageStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.PasswordStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.Status
 
toInt() - Method in enum class org.linphone.core.AccountCreator.TransportStatus
 
toInt() - Method in enum class org.linphone.core.AccountCreator.UsernameStatus
 
toInt() - Method in enum class org.linphone.core.AccountManagerServicesRequest.Type
 
toInt() - Method in enum class org.linphone.core.Address.Family
 
toInt() - Method in enum class org.linphone.core.Alert.Type
 
toInt() - Method in enum class org.linphone.core.AudioDevice.Capabilities
 
toInt() - Method in enum class org.linphone.core.AudioDevice.Type
 
toInt() - Method in enum class org.linphone.core.AuthMethod
 
toInt() - Method in enum class org.linphone.core.AVPFMode
 
toInt() - Method in enum class org.linphone.core.BaudotMode
 
toInt() - Method in enum class org.linphone.core.BaudotStandard
 
toInt() - Method in enum class org.linphone.core.Call.Dir
 
toInt() - Method in enum class org.linphone.core.Call.State
 
toInt() - Method in enum class org.linphone.core.Call.Status
 
toInt() - Method in enum class org.linphone.core.ChatMessage.Direction
 
toInt() - Method in enum class org.linphone.core.ChatMessage.State
 
toInt() - Method in enum class org.linphone.core.ChatRoom.Backend
 
toInt() - Method in enum class org.linphone.core.ChatRoom.Capabilities
 
toInt() - Method in enum class org.linphone.core.ChatRoom.EncryptionBackend
 
toInt() - Method in enum class org.linphone.core.ChatRoom.EphemeralMode
 
toInt() - Method in enum class org.linphone.core.ChatRoom.HistoryFilter
 
toInt() - Method in enum class org.linphone.core.ChatRoom.SecurityLevel
 
toInt() - Method in enum class org.linphone.core.ChatRoom.State
 
toInt() - Method in enum class org.linphone.core.CodecPriorityPolicy
 
toInt() - Method in enum class org.linphone.core.Conference.JoiningMode
 
toInt() - Method in enum class org.linphone.core.Conference.Layout
 
toInt() - Method in enum class org.linphone.core.Conference.ParticipantListType
 
toInt() - Method in enum class org.linphone.core.Conference.SecurityLevel
 
toInt() - Method in enum class org.linphone.core.Conference.State
 
toInt() - Method in enum class org.linphone.core.ConferenceInfo.State
 
toInt() - Method in enum class org.linphone.core.ConferenceScheduler.State
 
toInt() - Method in enum class org.linphone.core.ConferenceScheduler.Type
 
toInt() - Method in enum class org.linphone.core.ConfiguringState
 
toInt() - Method in enum class org.linphone.core.ConsolidatedPresence
 
toInt() - Method in enum class org.linphone.core.Core.LogCollectionUploadState
 
toInt() - Method in enum class org.linphone.core.EcCalibratorStatus
 
toInt() - Method in enum class org.linphone.core.EventLog.SecurityEventType
 
toInt() - Method in enum class org.linphone.core.EventLog.Type
 
toInt() - Method in enum class org.linphone.core.Friend.Capability
 
toInt() - Method in enum class org.linphone.core.FriendList.Status
 
toInt() - Method in enum class org.linphone.core.FriendList.SyncStatus
 
toInt() - Method in enum class org.linphone.core.FriendList.Type
 
toInt() - Method in enum class org.linphone.core.GlobalState
 
toInt() - Method in enum class org.linphone.core.IceState
 
toInt() - Method in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
 
toInt() - Method in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
 
toInt() - Method in enum class org.linphone.core.Ldap.Check
Deprecated.
 
toInt() - Method in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
 
toInt() - Method in enum class org.linphone.core.LimeState
 
toInt() - Method in enum class org.linphone.core.LogCollectionState
 
toInt() - Method in enum class org.linphone.core.LogLevel
 
toInt() - Method in enum class org.linphone.core.MagicSearch.Aggregation
 
toInt() - Method in enum class org.linphone.core.MagicSearch.Source
 
toInt() - Method in enum class org.linphone.core.MediaDirection
 
toInt() - Method in enum class org.linphone.core.MediaEncryption
 
toInt() - Method in enum class org.linphone.core.MediaFileFormat
 
toInt() - Method in enum class org.linphone.core.MediaResourceMode
 
toInt() - Method in enum class org.linphone.core.MessageWaitingIndication.ContextClass
 
toInt() - Method in enum class org.linphone.core.Participant.Role
 
toInt() - Method in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
 
toInt() - Method in enum class org.linphone.core.ParticipantDevice.JoiningMethod
 
toInt() - Method in enum class org.linphone.core.ParticipantDevice.State
 
toInt() - Method in enum class org.linphone.core.Player.State
 
toInt() - Method in enum class org.linphone.core.PresenceActivity.Type
 
toInt() - Method in enum class org.linphone.core.PresenceBasicStatus
 
toInt() - Method in enum class org.linphone.core.Privacy
 
toInt() - Method in enum class org.linphone.core.PublishState
 
toInt() - Method in enum class org.linphone.core.Reason
 
toInt() - Method in enum class org.linphone.core.Recorder.State
 
toInt() - Method in enum class org.linphone.core.RegistrationState
 
toInt() - Method in enum class org.linphone.core.RemoteContactDirectory.Type
 
toInt() - Method in enum class org.linphone.core.SearchDirection
 
toInt() - Method in enum class org.linphone.core.SecurityLevel
 
toInt() - Method in enum class org.linphone.core.SessionExpiresRefresher
 
toInt() - Method in enum class org.linphone.core.SignalStrengthUnit
 
toInt() - Method in enum class org.linphone.core.SignalType
 
toInt() - Method in enum class org.linphone.core.SrtpSuite
 
toInt() - Method in enum class org.linphone.core.StreamType
 
toInt() - Method in enum class org.linphone.core.SubscribePolicy
 
toInt() - Method in enum class org.linphone.core.SubscriptionDir
 
toInt() - Method in enum class org.linphone.core.SubscriptionState
 
toInt() - Method in enum class org.linphone.core.SupportLevel
 
toInt() - Method in enum class org.linphone.core.ToneID
 
toInt() - Method in enum class org.linphone.core.TransportType
 
toInt() - Method in enum class org.linphone.core.Tunnel.Mode
 
toInt() - Method in enum class org.linphone.core.UpnpState
 
toInt() - Method in enum class org.linphone.core.VersionUpdateCheckResult
 
toInt() - Method in enum class org.linphone.core.VideoSourceScreenSharingType
 
toInt() - Method in enum class org.linphone.core.VideoSourceType
 
toInt() - Method in enum class org.linphone.core.XmlRpcArgType
 
toInt() - Method in enum class org.linphone.core.XmlRpcStatus
 
toInt() - Method in enum class org.linphone.core.ZrtpKeyAgreement
 
toInt() - Method in enum class org.linphone.core.ZrtpPeerStatus
 
toIntArray(AuthMethod[]) - Static method in enum class org.linphone.core.AuthMethod
 
toIntArray(AVPFMode[]) - Static method in enum class org.linphone.core.AVPFMode
 
toIntArray(BaudotMode[]) - Static method in enum class org.linphone.core.BaudotMode
 
toIntArray(BaudotStandard[]) - Static method in enum class org.linphone.core.BaudotStandard
 
toIntArray(CodecPriorityPolicy[]) - Static method in enum class org.linphone.core.CodecPriorityPolicy
 
toIntArray(ConfiguringState[]) - Static method in enum class org.linphone.core.ConfiguringState
 
toIntArray(ConsolidatedPresence[]) - Static method in enum class org.linphone.core.ConsolidatedPresence
 
toIntArray(EcCalibratorStatus[]) - Static method in enum class org.linphone.core.EcCalibratorStatus
 
toIntArray(GlobalState[]) - Static method in enum class org.linphone.core.GlobalState
 
toIntArray(IceState[]) - Static method in enum class org.linphone.core.IceState
 
toIntArray(LimeState[]) - Static method in enum class org.linphone.core.LimeState
 
toIntArray(LogCollectionState[]) - Static method in enum class org.linphone.core.LogCollectionState
 
toIntArray(LogLevel[]) - Static method in enum class org.linphone.core.LogLevel
 
toIntArray(MediaDirection[]) - Static method in enum class org.linphone.core.MediaDirection
 
toIntArray(MediaEncryption[]) - Static method in enum class org.linphone.core.MediaEncryption
 
toIntArray(MediaFileFormat[]) - Static method in enum class org.linphone.core.MediaFileFormat
 
toIntArray(MediaResourceMode[]) - Static method in enum class org.linphone.core.MediaResourceMode
 
toIntArray(PresenceBasicStatus[]) - Static method in enum class org.linphone.core.PresenceBasicStatus
 
toIntArray(Privacy[]) - Static method in enum class org.linphone.core.Privacy
 
toIntArray(PublishState[]) - Static method in enum class org.linphone.core.PublishState
 
toIntArray(Reason[]) - Static method in enum class org.linphone.core.Reason
 
toIntArray(RegistrationState[]) - Static method in enum class org.linphone.core.RegistrationState
 
toIntArray(SearchDirection[]) - Static method in enum class org.linphone.core.SearchDirection
 
toIntArray(SecurityLevel[]) - Static method in enum class org.linphone.core.SecurityLevel
 
toIntArray(SessionExpiresRefresher[]) - Static method in enum class org.linphone.core.SessionExpiresRefresher
 
toIntArray(SignalStrengthUnit[]) - Static method in enum class org.linphone.core.SignalStrengthUnit
 
toIntArray(SignalType[]) - Static method in enum class org.linphone.core.SignalType
 
toIntArray(SrtpSuite[]) - Static method in enum class org.linphone.core.SrtpSuite
 
toIntArray(StreamType[]) - Static method in enum class org.linphone.core.StreamType
 
toIntArray(SubscribePolicy[]) - Static method in enum class org.linphone.core.SubscribePolicy
 
toIntArray(SubscriptionDir[]) - Static method in enum class org.linphone.core.SubscriptionDir
 
toIntArray(SubscriptionState[]) - Static method in enum class org.linphone.core.SubscriptionState
 
toIntArray(SupportLevel[]) - Static method in enum class org.linphone.core.SupportLevel
 
toIntArray(ToneID[]) - Static method in enum class org.linphone.core.ToneID
 
toIntArray(TransportType[]) - Static method in enum class org.linphone.core.TransportType
 
toIntArray(UpnpState[]) - Static method in enum class org.linphone.core.UpnpState
 
toIntArray(VersionUpdateCheckResult[]) - Static method in enum class org.linphone.core.VersionUpdateCheckResult
 
toIntArray(VideoSourceScreenSharingType[]) - Static method in enum class org.linphone.core.VideoSourceScreenSharingType
 
toIntArray(VideoSourceType[]) - Static method in enum class org.linphone.core.VideoSourceType
 
toIntArray(XmlRpcArgType[]) - Static method in enum class org.linphone.core.XmlRpcArgType
 
toIntArray(XmlRpcStatus[]) - Static method in enum class org.linphone.core.XmlRpcStatus
 
toIntArray(ZrtpKeyAgreement[]) - Static method in enum class org.linphone.core.ZrtpKeyAgreement
 
toIntArray(ZrtpPeerStatus[]) - Static method in enum class org.linphone.core.ZrtpPeerStatus
 
ToneID - Enum Class in org.linphone.core
Enum listing frequent telephony tones.
TOOL_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
TooLong - Enum constant in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Activation code too long.
TooLong - Enum constant in enum class org.linphone.core.AccountCreator.PasswordStatus
Password too long.
TooLong - Enum constant in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Phone number too long.
TooLong - Enum constant in enum class org.linphone.core.AccountCreator.UsernameStatus
Username too long.
TooShort - Enum constant in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Activation code too short.
TooShort - Enum constant in enum class org.linphone.core.AccountCreator.PasswordStatus
Password too short.
TooShort - Enum constant in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Phone number too short.
TooShort - Enum constant in enum class org.linphone.core.AccountCreator.UsernameStatus
Username too short.
toStr() - Method in interface org.linphone.core.CallLog
Gets a human readable string describing the call.
toString() - Method in interface org.linphone.core.Account
 
toString() - Method in interface org.linphone.core.AccountCreator
 
toString() - Method in interface org.linphone.core.AccountDevice
 
toString() - Method in interface org.linphone.core.AccountManagerServices
 
toString() - Method in interface org.linphone.core.AccountManagerServicesRequest
 
toString() - Method in interface org.linphone.core.AccountParams
 
toString() - Method in interface org.linphone.core.Address
 
toString() - Method in interface org.linphone.core.Alert
 
toString() - Method in interface org.linphone.core.AudioDevice
 
toString() - Method in interface org.linphone.core.AuthInfo
 
toString() - Method in interface org.linphone.core.BearerToken
 
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.CardDavParams
 
toString() - Method in interface org.linphone.core.ChatMessage
 
toString() - Method in interface org.linphone.core.ChatMessageReaction
 
toString() - Method in interface org.linphone.core.ChatParams
 
toString() - Method in interface org.linphone.core.ChatRoom
 
toString() - Method in interface org.linphone.core.ChatRoomParams
 
toString() - Method in interface org.linphone.core.Conference
 
toString() - Method in interface org.linphone.core.ConferenceInfo
 
toString() - Method in interface org.linphone.core.ConferenceParams
 
toString() - Method in interface org.linphone.core.ConferenceScheduler
 
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.Dictionary
 
toString() - Method in interface org.linphone.core.DigestAuthenticationPolicy
 
toString() - Method in interface org.linphone.core.EktInfo
 
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.FriendDevice
 
toString() - Method in interface org.linphone.core.FriendList
 
toString() - Method in interface org.linphone.core.FriendPhoneNumber
 
toString() - Method in interface org.linphone.core.Headers
 
toString() - Method in interface org.linphone.core.ImNotifPolicy
 
toString() - Method in interface org.linphone.core.InfoMessage
 
toString() - Method in interface org.linphone.core.Ldap
Deprecated.
 
toString() - Method in interface org.linphone.core.LdapParams
 
toString() - Method in interface org.linphone.core.LoggingService
 
toString() - Method in interface org.linphone.core.MagicSearch
 
toString() - Method in interface org.linphone.core.MessageWaitingIndication
 
toString() - Method in interface org.linphone.core.MessageWaitingIndicationSummary
 
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.ParticipantInfo
 
toString() - Method in interface org.linphone.core.PayloadType
 
toString() - Method in interface org.linphone.core.Player
 
toString() - Method in interface org.linphone.core.PresenceActivity
Gets the string representation of a presence activity.
toString() - Method in interface org.linphone.core.PresenceModel
 
toString() - Method in interface org.linphone.core.PresenceNote
 
toString() - Method in interface org.linphone.core.PresencePerson
 
toString() - Method in interface org.linphone.core.PresenceService
 
toString() - Method in interface org.linphone.core.ProxyConfig
Deprecated.
 
toString() - Method in interface org.linphone.core.PushNotificationConfig
 
toString() - Method in interface org.linphone.core.PushNotificationMessage
 
toString() - Method in interface org.linphone.core.Range
 
toString() - Method in interface org.linphone.core.Recorder
 
toString() - Method in interface org.linphone.core.RecorderParams
 
toString() - Method in interface org.linphone.core.RemoteContactDirectory
 
toString() - Method in interface org.linphone.core.SearchResult
 
toString() - Method in interface org.linphone.core.SignalInformation
 
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.VideoSourceDescriptor
 
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.
Trace - Enum constant in enum class org.linphone.core.LogLevel
Level for traces.
transfer(String) - Method in interface org.linphone.core.Call
Deprecated.
Transferred - Enum constant in enum class org.linphone.core.Reason
The call has been transferred.
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 Class in org.linphone.core
Enum describing transport type for LinphoneAddress.
Travel - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is on a business or personal trip, but not necessarily in-transit.
Tty - Enum constant in enum class org.linphone.core.BaudotMode
Send and receive Baudot tones.
Tunnel - Interface in org.linphone.core
Linphone tunnel object.
Tunnel.Mode - Enum Class in org.linphone.core
 
tunnelAvailable() - Method in interface org.linphone.core.Core
True if tunnel extension was compiled.
TunnelConfig - Interface in org.linphone.core
Tunnel settings.
TV - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is watching television.
TYPE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryError
 
typeToString(Alert.Type) - Method in interface org.linphone.core.Alert
Provide a string describing the alert type.

U

U64_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Register
 
UAC - Enum constant in enum class org.linphone.core.SessionExpiresRefresher

UAS - Enum constant in enum class org.linphone.core.SessionExpiresRefresher

Udp - Enum constant in enum class org.linphone.core.TransportType

UID_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Tombstone
 
Unauthorized - Enum constant in enum class org.linphone.core.Reason
Operation is unauthorized because missing credential.
Undefined - Enum constant in enum class org.linphone.core.ToneID
Not a tone.
UnexpectedError - Enum constant in enum class org.linphone.core.AccountCreator.Status
Generic error.
Unknown - Enum constant in enum class org.linphone.core.AudioDevice.Type
Unknown.
Unknown - Enum constant in enum class org.linphone.core.MediaFileFormat

Unknown - Enum constant in enum class org.linphone.core.Participant.Role
participant role is unknown

Unknown - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The activity of the person is unknown.
Unknown - Enum constant in enum class org.linphone.core.Reason
Unknown reason.
Unknown - Enum constant in enum class org.linphone.core.StreamType

Unknown - Enum constant in enum class org.linphone.core.VideoSourceType

Unknown - Enum constant in enum class org.linphone.core.ZrtpPeerStatus
Peer URI unkown or never validated/invalidated the SAS.
UNKNOWN - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
UNKNOWN = 0;
UNREADABLE_ELF_FILES_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.Thread
 
UNRECOGNIZED - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
 
UNRECOGNIZED - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
 
UNRECOGNIZED - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
 
Unsafe - Enum constant in enum class org.linphone.core.ChatRoom.SecurityLevel
Security failure.
Unsafe - Enum constant in enum class org.linphone.core.SecurityLevel
Security failure.
Unspec - Enum constant in enum class org.linphone.core.Address.Family
Unknown.
Unspecified - Enum constant in enum class org.linphone.core.SessionExpiresRefresher

Unsupported - Enum constant in enum class org.linphone.core.AccountCreator.TransportStatus
Transport invalid.
UnsupportedContent - Enum constant in enum class org.linphone.core.Reason
Unsupported content.
Up - Enum constant in enum class org.linphone.core.SearchDirection

update() - Method in class org.linphone.mediastream.video.AndroidVideoWindowImpl
 
update(CallParams) - Method in interface org.linphone.core.Call
Updates a running call according to supplied call parameters or parameters
changed in the LinphoneCore.
updateAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
Updated - Enum constant in enum class org.linphone.core.ConferenceInfo.State
Conference has been updated.
UpdatedByRemote - Enum constant in enum class org.linphone.core.Call.State
The call's parameters are updated for example when video is asked by remote.
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.
updateParticipant(ParticipantInfo) - Method in interface org.linphone.core.ConferenceInfo
Update the participant information in the conference informations.
updatePublish(Content) - Method in interface org.linphone.core.Event
Update (refresh) a publish.
updateRevision(String) - 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.
Updating - Enum constant in enum class org.linphone.core.Call.State
We have initiated a call update.
Updating - Enum constant in enum class org.linphone.core.ConferenceScheduler.State
Conference has been updated.
uploadLogCollection() - Method in interface org.linphone.core.Core
Uploads the log collection to the configured server url.
upnpAvailable() - Method in interface org.linphone.core.Core
Return the availability of uPnP.
UpnpState - Enum Class in org.linphone.core
Enum describing uPnP states.
UpToDate - Enum constant in enum class org.linphone.core.VersionUpdateCheckResult

Us - Enum constant in enum class org.linphone.core.BaudotStandard
Send 45.45 baud US Baudot tones.
USE_AFTER_FREE - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
USE_AFTER_FREE = 1;
USE_AFTER_FREE_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
USE_AFTER_FREE = 1;
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.
User - Enum constant in enum class org.linphone.core.Privacy
Request that privacy services provide a user-level privacy function.
useTestAdminAccount() - Method in interface org.linphone.core.AccountCreator
Deprecated.
11/06/2024 use AccountManagerServices instead
Utils - Class in org.linphone.core
 
Utils() - Constructor for class org.linphone.core.Utils
 

V

Vacation - Enum constant in enum class org.linphone.core.PresenceActivity.Type
A period of time devoted to pleasure, rest, or relaxation.
Valid - Enum constant in enum class org.linphone.core.ZrtpPeerStatus
Peer URI SAS validated in database.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
Deprecated.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
Deprecated.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
Deprecated.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
Deprecated.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
Deprecated.
valueOf(int) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
Deprecated.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.AlgoStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.Backend
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.DomainStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.EmailStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.LanguageStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.PasswordStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.TransportStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountCreator.UsernameStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AccountManagerServicesRequest.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Address.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Alert.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AudioDevice.Capabilities
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AudioDevice.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AuthMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.AVPFMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.BaudotMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.BaudotStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Call.Dir
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Call.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Call.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatMessage.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatMessage.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.Backend
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.Capabilities
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.EncryptionBackend
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.EphemeralMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.HistoryFilter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.SecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ChatRoom.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.CodecPriorityPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Conference.JoiningMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Conference.Layout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Conference.ParticipantListType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Conference.SecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Conference.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ConferenceInfo.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ConferenceScheduler.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ConferenceScheduler.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ConfiguringState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ConsolidatedPresence
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Core.LogCollectionUploadState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.EcCalibratorStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.EventLog.SecurityEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.EventLog.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Friend.Capability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.FriendList.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.FriendList.SyncStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.FriendList.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.GlobalState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.IceState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Ldap.Check
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.LimeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.LogCollectionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MagicSearch.Aggregation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MagicSearch.Source
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MediaDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MediaEncryption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MediaFileFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MediaResourceMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.MessageWaitingIndication.ContextClass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Participant.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ParticipantDevice.JoiningMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ParticipantDevice.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Player.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.PresenceActivity.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.PresenceBasicStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Privacy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.PublishState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Reason
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Recorder.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.RegistrationState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.RemoteContactDirectory.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SearchDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SessionExpiresRefresher
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SignalStrengthUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SignalType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SrtpSuite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.StreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SubscribePolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SubscriptionDir
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SubscriptionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.SupportLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ToneID
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.TransportType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.Tunnel.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.UpnpState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.VersionUpdateCheckResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.VideoSourceScreenSharingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.VideoSourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.XmlRpcArgType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.XmlRpcStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ZrtpKeyAgreement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.core.ZrtpPeerStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.Cause.DetailsCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryDump.MetadataCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.LocationCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.android.server.os.LinphoneTombstoneProtos.MemoryError.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.ActivationCodeStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.AlgoStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.Backend
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.DomainStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.EmailStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.LanguageStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.PasswordStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.PhoneNumberStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.TransportStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountCreator.UsernameStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AccountManagerServicesRequest.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Address.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Alert.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AudioDevice.Capabilities
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AudioDevice.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AuthMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.AVPFMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.BaudotMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.BaudotStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Call.Dir
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Call.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Call.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatMessage.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatMessage.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.Backend
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.Capabilities
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.EncryptionBackend
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.EphemeralMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.HistoryFilter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.SecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ChatRoom.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.CodecPriorityPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Conference.JoiningMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Conference.Layout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Conference.ParticipantListType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Conference.SecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Conference.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ConferenceInfo.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ConferenceScheduler.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ConferenceScheduler.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ConfiguringState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ConsolidatedPresence
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Core.LogCollectionUploadState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.EcCalibratorStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.EventLog.SecurityEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.EventLog.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Friend.Capability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.FriendList.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.FriendList.SyncStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.FriendList.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.GlobalState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.IceState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Ldap.AuthMethod
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Ldap.CertVerificationMode
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Ldap.Check
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.LimeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.LogCollectionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MagicSearch.Aggregation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MagicSearch.Source
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MediaDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MediaEncryption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MediaFileFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MediaResourceMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.MessageWaitingIndication.ContextClass
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Participant.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ParticipantDevice.DisconnectionMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ParticipantDevice.JoiningMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ParticipantDevice.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Player.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.PresenceActivity.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.PresenceBasicStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Privacy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.PublishState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Reason
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Recorder.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.RegistrationState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.RemoteContactDirectory.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SearchDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SessionExpiresRefresher
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SignalStrengthUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SignalType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SrtpSuite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.StreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SubscribePolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SubscriptionDir
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SubscriptionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.SupportLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ToneID
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.TransportType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.Tunnel.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.UpnpState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.VersionUpdateCheckResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.VideoSourceScreenSharingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.VideoSourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.XmlRpcArgType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.XmlRpcStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ZrtpKeyAgreement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.core.ZrtpPeerStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.linphone.mediastream.video.capture.CaptureTextureView.DisplayMode
Returns an array containing the constants of this enum class, in the order they are declared.
Vcard - Interface in org.linphone.core
Object storing contact information using vCard 4.0 format.
VCard4 - Enum constant in enum class org.linphone.core.FriendList.Type
Used for simple vCards list remotely provisionned by a server.
vcardSupported() - Method in interface org.linphone.core.Core
Tells whether VCARD support is builtin.
Verbose - Enum constant in enum class org.linphone.core.Ldap.DebugLevel
Deprecated.
Set OpenLdap verbosity to debug level.
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 Class in org.linphone.core
Enum describing the result of a version update check.
Video - Enum constant in enum class org.linphone.core.StreamType

VideoActivationPolicy - Interface in org.linphone.core
Object describing policy regarding video streams establishments.
VideoDefinition - Interface in org.linphone.core
This object represents a video definition, eg.
VideoSourceDescriptor - Interface in org.linphone.core
Object that is used to describe a video source.
VideoSourceScreenSharingType - Enum Class in org.linphone.core
Enum representing the sub type of the screen sharing.
VideoSourceType - Enum Class in org.linphone.core
Enum representing the type of a video source.
videoSupported() - Method in interface org.linphone.core.Core
Test if video is supported.
Voice - Enum constant in enum class org.linphone.core.BaudotMode
Send and receive audio.
Voice - Enum constant in enum class org.linphone.core.MessageWaitingIndication.ContextClass

VoiceCarryOver - Enum constant in enum class org.linphone.core.BaudotMode
Send audio, but receive Baudot tones.

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.
Warning - Enum constant in enum class org.linphone.core.LogLevel
Level for warning messages.
wasConference() - Method in interface org.linphone.core.CallLog
Tells whether that call was part of a conference.
Wav - Enum constant in enum class org.linphone.core.MediaFileFormat

weakEqual(Address) - Method in interface org.linphone.core.Address
Compare two Address ignoring tags and headers, basically just domain,
username, and port.
weakEquals(PayloadType) - Method in interface org.linphone.core.PayloadType
Compare two payload types, and returns true if they are equal.
width - Variable in class org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.AndroidCamera.Size
 
Wifi - Enum constant in enum class org.linphone.core.SignalType

Window - Enum constant in enum class org.linphone.core.VideoSourceScreenSharingType
The screen sharing is done from a window.
Working - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is engaged in, typically paid, labor, as part of a profession or
job.
Worship - Enum constant in enum class org.linphone.core.PresenceActivity.Type
The person is participating in religious rites.
WRITE_FIELD_NUMBER - Static variable in class com.android.server.os.LinphoneTombstoneProtos.MemoryMapping
 
writeQrcodeFile(String, String, int, int, int) - Method in class org.linphone.core.Factory
Creates a QRCode and write it into a JPEG file specified by file_path (only if
build with JPEG).
writeRelativeFile(String, String) - Method in interface org.linphone.core.Config
Write a string in a file placed relatively with the Linphone configuration
file.
WrongActivationCode - Enum constant in enum class org.linphone.core.AccountCreator.Status
Error key doesn't match.

X

X255 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

X448 - Enum constant in enum class org.linphone.core.ZrtpKeyAgreement

X86 - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
X86 = 2;
X86_64 - Enum constant in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
X86_64 = 3;
X86_64_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
X86_64 = 3;
X86_VALUE - Static variable in enum class com.android.server.os.LinphoneTombstoneProtos.Architecture
X86 = 2;
XMLRPC - Enum constant in enum class org.linphone.core.AccountCreator.Backend
XMLRPC Backend.
XmlRpcArgType - Enum Class 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 XmlRpcRequest
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 Class in org.linphone.core
Enum describing the status of a LinphoneXmlRpcRequest.

Z

zoom(float, float, float) - Method in interface org.linphone.core.Call
Performs a zoom of the video displayed during a call.
ZRTP - Enum constant in enum class org.linphone.core.MediaEncryption
Use ZRTP media encryption.
ZrtpKeyAgreement - Enum Class in org.linphone.core
Enum describing the ZRTP key exchange algorithns.
ZrtpPeerStatus - Enum Class in org.linphone.core
Enum describing the ZRTP SAS validation status of a peer URI.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form