- getActivity() - Method in interface org.linphone.core.PresenceModel
-
Gets the first activity of a presence model (there is usually only one).
- getAdaptiveRateAlgorithm() - Method in interface org.linphone.core.LinphoneCore
-
Returns which adaptive rate algorithm is currently configured for
future calls.
- getAddress() - Method in interface org.linphone.core.LinphoneFriend
-
get address of this friend
- getAddress() - Method in interface org.linphone.core.LinphoneProxyConfig
-
get linphoneAddress that belongs to this proxy configuration.
- getAddresses() - Method in interface org.linphone.core.LinphoneFriend
-
- getAllDialPlan() - Method in class org.linphone.core.LinphoneCoreFactory
-
Array of countries list
- getAppData() - Method in interface org.linphone.core.LinphoneChatMessage
-
- getAudioCodecs() - Method in interface org.linphone.core.LinphoneCore
-
Returns the currently supported audio codecs, as PayloadType elements
- getAudioDirection() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the audio stream direction.
- getAudioDscp() - Method in interface org.linphone.core.LinphoneCore
-
Return DSCP value used for the audio RTP sockets.
- getAudioMulticastAddr() - Method in interface org.linphone.core.LinphoneCore
-
Use to get multicast address to be used for audio stream.
- getAudioMulticastTtl() - Method in interface org.linphone.core.LinphoneCore
-
Use to get multicast ttl to be used for audio stream.
- getAudioStats() - Method in interface org.linphone.core.LinphoneCall
-
Get the audio statistics associated with this call.
- getAuthenticationToken() - Method in interface org.linphone.core.LinphoneCall
-
Used by ZRTP encryption mechanism.
- getAuthInfosList() - Method in interface org.linphone.core.LinphoneCore
-
Returns an array with all the auth infos stored in LinphoneCore
- getAverageQuality() - Method in interface org.linphone.core.LinphoneCall
-
Returns call quality averaged over all the duration of the call.
- getAvpfRRInterval() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the interval between regular RTCP reports when using AVPF/SAVPF.
- 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.
- getBool(String, String, boolean) - Method in interface org.linphone.core.LpConfig
-
Gets a boolean from the config
- getCall() - Method in interface org.linphone.core.LinphoneChatRoom
-
get Curent Call associated to this chatroom if any
To commit a message, use #linphone_chat_room_send_message
- getCallDuration() - Method in interface org.linphone.core.LinphoneCallLog
-
The call duration, in seconds
- getCallId() - Method in interface org.linphone.core.LinphoneCallLog
-
Call id from signaling
- getCallLog() - Method in interface org.linphone.core.LinphoneCall
-
get the call log associated to this call.
- getCallLogs() - Method in interface org.linphone.core.LinphoneCore
-
- getCalls() - Method in interface org.linphone.core.LinphoneCore
-
Returns all calls.
- getCallsNb() - Method in interface org.linphone.core.LinphoneCore
-
Get number of calls currently handled by Linphone core
- getChar() - Method in interface org.linphone.core.LinphoneChatRoom
-
When realtime text is enabled LinphoneCallParams.realTimeTextEnabled, LinphoneCoreListener.isComposingReceived is call every time a char is received from peer.
- getChatRoom() - Method in interface org.linphone.core.LinphoneCall
-
Create a new chat room for messaging from a call if not already existing, else return existing one
- getChatRoom(LinphoneAddress) - Method in interface org.linphone.core.LinphoneCore
-
Create a new chat room for messaging from a linphone address
- getChatRooms() - Method in interface org.linphone.core.LinphoneCore
-
Gets the chat rooms
- getConference() - Method in interface org.linphone.core.LinphoneCall
-
Get the conference instance which the call is part of.
- getConference() - Method in interface org.linphone.core.LinphoneCore
-
Return the value of the C pointer on the conference instance.
- getConferenceSize() - Method in interface org.linphone.core.LinphoneCore
-
Returns the number of participants to the conference, including the local participant.
- getConfig() - Method in interface org.linphone.core.LinphoneCore
-
- 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.
- getContactParameters() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the contact's parameters.
- getContactUriParameters() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the contact's URI parameters.
- getContent() - Method in interface org.linphone.core.LinphoneBuffer
-
- getContent() - Method in interface org.linphone.core.LinphoneInfoMessage
-
Get the actual content of the info message.
- getContent() - Method in interface org.linphone.core.LinphoneXmlRpcRequest
-
- getContent() - Method in interface org.linphone.core.PresenceNote
-
Gets the content of a presence note.
- getContext() - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
-
- getCore() - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns a back pointer to the core managing the chat room.
- getCore() - Method in interface org.linphone.core.LinphoneEvent
-
Get a back pointer to the LinphoneCore object managing this LinphoneEvent.
- getCountryCallingCode() - Method in interface org.linphone.core.DialPlan
-
- getCountryCode() - Method in interface org.linphone.core.DialPlan
-
- getCountryName() - Method in interface org.linphone.core.DialPlan
-
- getCpuAbis() - Static method in class org.linphone.mediastream.Version
-
- getCurrentCall() - Method in interface org.linphone.core.LinphoneCore
-
Returns The LinphoneCall the current call if one is in call
- getCurrentParamsCopy() - Method in interface org.linphone.core.LinphoneCall
-
- getCurrentPosition() - Method in interface org.linphone.core.LinphonePlayer
-
Get the position of the playback
- getCurrentQuality() - Method in interface org.linphone.core.LinphoneCall
-
Obtain real-time quality rating of the call
Based on local RTP statistics and RTCP feedback, a quality rating is computed and updated
during all the duration of the call.
- getCustomHeader(String) - Method in interface org.linphone.core.LinphoneCallParams
-
Returns the value of a custom header given its name.
- getCustomHeader(String) - Method in interface org.linphone.core.LinphoneChatMessage
-
Obtain a header value.
- getCustomHeader(String) - Method in interface org.linphone.core.LinphoneEvent
-
Obtain the value of a given header for an incoming subscription.
- getCustomHeader(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Return the value of a header
- getCustomSdpAttribute(String) - Method in interface org.linphone.core.LinphoneCallParams
-
Get a custom SDP attribute that is related to all the streams.
- getCustomSdpMediaAttribute(LinphoneCore.StreamType, String) - Method in interface org.linphone.core.LinphoneCallParams
-
Get a custom SDP attribute that is related to a specific stream.
- getData() - Method in interface org.linphone.core.LinphoneContent
-
Get the data as a byte array.
- getDataAsString() - Method in interface org.linphone.core.LinphoneContent
-
Get the data as a string.
- getDecoderName(PayloadType) - Method in interface org.linphone.core.LinphoneCallStats
-
Get the decoder name of specified payload
- getDefaultProxyConfig() - Method in interface org.linphone.core.LinphoneCore
-
get he default proxy configuration, that is the one used to determine the current identity.
- getDelay() - Method in interface org.linphone.core.TunnelConfig
-
Get the maximum amount of time for waiting for UDP packets to come back during
the UDP connectivity check, in milliseconds.
- getDescription() - Method in interface org.linphone.core.PresenceActivity
-
Gets the description of a presence activity.
- getDetails() - Method in interface org.linphone.core.ErrorInfo
-
Get details about the error, if provided by the protocol.
- getDialEscapePlus() - Method in interface org.linphone.core.LinphoneProxyConfig
-
- getDialPrefix() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Returns the automatically added international prefix to e164 phone numbers
- getDirection() - Method in interface org.linphone.core.LinphoneCall
-
get direction of the call (incoming or outgoing).
- getDirection() - Method in interface org.linphone.core.LinphoneCallLog
-
The direction of the call
- getDisplayName() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getDisplayName() - Method in interface org.linphone.core.LinphoneAddress
-
Human display name
- getDiversionAddress() - Method in interface org.linphone.core.LinphoneCall
-
Returns the diversion address associated to this call if one exists.
- getDomain() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getDomain() - Method in interface org.linphone.core.LinphoneAddress
-
Domain name
- getDomain() - Method in interface org.linphone.core.LinphoneAuthInfo
-
Gets the domain
- getDomain() - Method in interface org.linphone.core.LinphoneProxyConfig
-
get domain host name or ip
- getDownloadBandwidth() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the download bandwidth in kbit/s
- getDownloadBandwidth() - Method in interface org.linphone.core.LinphoneCore
-
Retrieve the maximum available download bandwidth.
- getDuration() - Method in interface org.linphone.core.LinphoneCall
-
- getDuration() - Method in interface org.linphone.core.LinphonePlayer
-
Get the duration of the media
- getEmail() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getEncoderName(PayloadType) - Method in interface org.linphone.core.LinphoneCallStats
-
Get the encoder name of specified payload
- getEncoding() - Method in interface org.linphone.core.LinphoneContent
-
Get the encoding applied to the data, can be null if no encoding.
- getError() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Return reason error code.
- getErrorInfo() - Method in interface org.linphone.core.LinphoneCall
-
Returns last error reported for the call.
- getErrorInfo() - Method in interface org.linphone.core.LinphoneChatMessage
-
Returns full error in case of failure when sending message.
- getErrorInfo() - Method in interface org.linphone.core.LinphoneEvent
-
In case of error notified, returns the full error details.
- getErrorInfo() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get full error information about last error occured on the proxy config.
- getEventName() - Method in interface org.linphone.core.LinphoneEvent
-
Get the event name as standardized by the event package RFC.
- getExpectedSize() - Method in interface org.linphone.core.LinphoneContent
-
Get the expected data size.
- getExpires() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Gets the registration expiration time.
- getExternalBodyUrl() - Method in interface org.linphone.core.LinphoneChatMessage
-
Linphone message can carry external body as defined by rfc2017
- getFamilyName() - Method in interface org.linphone.core.LinphoneFriend
-
get a family name of this friend
- getFileTransferInformation() - Method in interface org.linphone.core.LinphoneChatMessage
-
Get the file_transfer_information (used by call backs to recover informations during a rcs file transfer)
- getFileTransferServer() - Method in interface org.linphone.core.LinphoneCore
-
Get the globaly set http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml.
- getFirewallPolicy() - Method in interface org.linphone.core.LinphoneCore
-
Deprecated.
- getFloat(String, String, float) - Method in interface org.linphone.core.LpConfig
-
Gets a float from the config
- getFriendList() - Method in interface org.linphone.core.LinphoneCore
-
Get list of LinphoneFriend
- getFriendList() - Method in interface org.linphone.core.LinphoneFriendList
-
- getFriendLists() - Method in interface org.linphone.core.LinphoneCore
-
Get list of LinphoneFriendList
- getFrom() - Method in interface org.linphone.core.LinphoneCallLog
-
Originator of the call as a LinphoneAddress object.
- getFrom() - Method in interface org.linphone.core.LinphoneChatMessage
-
get from address associated to this LinphoneChatMessage
- getGivenName() - Method in interface org.linphone.core.LinphoneFriend
-
get a given name of this friend
- getGlobalState() - Method in interface org.linphone.core.LinphoneCore
-
Get the LinphoneCore's global state.
- getHa1() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getHa1() - Method in interface org.linphone.core.LinphoneAuthInfo
-
get ha1
- getHeader(String) - Method in interface org.linphone.core.LinphoneInfoMessage
-
Retrieve a header's value based on its name.
- getHistory() - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns the chat history associated with the peer address associated with this chat room
- getHistory(int) - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns the chat history associated with the peer address associated with this chat room
- getHistoryRange(int, int) - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns the chat history associated with the peer address associated with this chat room for the given range, sorted from oldest to most recent
- getHistorySize() - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns the amount of messages associated with the peer of this chatRoom.
- getHost() - Method in interface org.linphone.core.TunnelConfig
-
Get the hostname of the tunnel server
- getHttpProxyHost() - Method in interface org.linphone.core.LinphoneCore
-
Get the http proxy host previously set.
- getHttpProxyPort() - Method in interface org.linphone.core.LinphoneCore
-
Get the http proxy port previously set.
- getIceState() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the ICE state
- getId() - Method in interface org.linphone.core.PresencePerson
-
Gets the id of a presence person.
- getId() - Method in interface org.linphone.core.PresenceService
-
Gets the id of a presence service.
- getIdentity() - Method in interface org.linphone.core.LinphoneProxyConfig
-
get the SIP identity that belongs to this proxy configuration.
- getIncSubscribePolicy() - Method in interface org.linphone.core.LinphoneFriend
-
get current subscription policy for this LinphoneFriend
- getInt() - Method in enum org.linphone.core.LinphoneCallStats.LinphoneAddressFamily
-
- getInt(String, String, int) - Method in interface org.linphone.core.LpConfig
-
Gets a int from the config
- getIntRange(String, String, int, int) - Method in interface org.linphone.core.LpConfig
-
Gets a int range from the config
- getIntResponse() - Method in interface org.linphone.core.LinphoneXmlRpcRequest
-
- getIpFamilyOfRemote() - Method in interface org.linphone.core.LinphoneCallStats
-
Get family of remote ip
- getJitterBufferSize() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the jitter buffer size
- getLang() - Method in interface org.linphone.core.PresenceNote
-
Gets the language of a presence note.
- getLastOutgoingCallLog() - Method in interface org.linphone.core.LinphoneCore
-
- getLatePacketsCumulativeNumber() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the cumulative number of late packets
- getLimeEncryption() - Method in interface org.linphone.core.LinphoneCore
-
- getLocalLateRate() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the local late packets rate.
- getLocalLossRate() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the local loss rate.
- getMaxCalls() - Method in interface org.linphone.core.LinphoneCore
-
Get the maximum number of simultaneous calls Linphone core can manage at a time.
- getMediaEncryption() - Method in interface org.linphone.core.LinphoneCallParams
-
return selected media encryption
- getMediaEncryption() - Method in interface org.linphone.core.LinphoneCore
-
return selected media encryption
- getMediaType() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the stats media type
- getMime() - Method in interface org.linphone.core.PayloadType
-
Obtain the registered mime-type (actually submime) of the PayloadType.
- getMissedCallsCount() - Method in interface org.linphone.core.LinphoneCore
-
- getMSFactory() - Method in interface org.linphone.core.LinphoneCore
-
Returns the mediastreamer2 (media stack) factory object used by the LinphoneCore.
- getMtu() - Method in interface org.linphone.core.LinphoneCore
-
Returns the mtu value previously set by setMtu().
- getName() - Method in interface org.linphone.core.LinphoneContent
-
- getName() - Method in interface org.linphone.core.LinphoneFriend
-
get a name of this friend
- getNativePtr() - Method in interface org.linphone.core.LinphoneFriend
-
Return the native pointer for this object
- getNativePtr() - Method in interface org.linphone.core.LinphoneFriendList
-
- getNativePtr() - Method in interface org.linphone.core.PresenceActivity
-
Gets the native pointer for this object.
- getNativePtr() - Method in interface org.linphone.core.PresenceNote
-
Gets the native pointer for this object.
- getNativePtr() - Method in interface org.linphone.core.PresencePerson
-
Gets the native pointer for this object.
- getNativePtr() - Method in interface org.linphone.core.PresenceService
-
Gets the native pointer for this object.
- getNatPolicy() - Method in interface org.linphone.core.LinphoneCore
-
Get The policy that is used to pass through NATs/firewalls.
- getNbActivities() - Method in interface org.linphone.core.PresenceModel
-
Gets the number of activities included in the presence model.
- getNbActivities() - Method in interface org.linphone.core.PresencePerson
-
Gets the number of activities included in the presence person.
- getNbActivitiesNotes() - Method in interface org.linphone.core.PresencePerson
-
Gets the number of activities notes included in the presence person.
- getNbNotes() - Method in interface org.linphone.core.PresencePerson
-
Gets the number of notes included in the presence person.
- getNbNotes() - Method in interface org.linphone.core.PresenceService
-
Gets the number of notes included in the presence service.
- 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.
- getNortpTimeout() - Method in interface org.linphone.core.LinphoneCore
-
Get the nortp timeout.
- getNote(String) - Method in interface org.linphone.core.PresenceModel
-
Gets the first note of a presence model (there is usually only one).
- getNthActivitiesNote(long) - Method in interface org.linphone.core.PresencePerson
-
Gets the nth activities note of a presence person.
- getNthActivity(long) - Method in interface org.linphone.core.PresenceModel
-
Gets the nth activity of a presence model.
- getNthActivity(long) - Method in interface org.linphone.core.PresencePerson
-
Gets the nth activity of a presence person.
- getNthNote(long) - Method in interface org.linphone.core.PresencePerson
-
Gets the nth note of a presence person.
- getNthNote(long) - Method in interface org.linphone.core.PresenceService
-
Gets the nth note of a presence service.
- getNthPerson(long) - Method in interface org.linphone.core.PresenceModel
-
Gets the nth person of a presence model.
- getNthService(long) - Method in interface org.linphone.core.PresenceModel
-
Gets the nth service of a presence model.
- getNumberLength() - Method in interface org.linphone.core.DialPlan
-
- getOrCreateChatRoom(String) - Method in interface org.linphone.core.LinphoneCore
-
Create a new chat room for messaging from a sip uri like sip:joe@sip.linphone.org
- getOrganization() - Method in interface org.linphone.core.LinphoneFriend
-
Get organization of this friend
- getParticipants() - Method in interface org.linphone.core.LinphoneConference
-
Get the URIs of all participants of the conference
- getPassword() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getPassword() - Method in interface org.linphone.core.LinphoneAuthInfo
-
get password
- getPayloadTypeBitrate(PayloadType) - Method in interface org.linphone.core.LinphoneCore
-
Get target bitrate previously set by setPayloadTypeBitrate().
- getPayloadTypeNumber(PayloadType) - Method in interface org.linphone.core.LinphoneCore
-
- getPeerAddress() - Method in interface org.linphone.core.LinphoneChatMessage
-
get peer address associated to this LinphoneChatMessage
- getPeerAddress() - Method in interface org.linphone.core.LinphoneChatRoom
-
get peer address associated to this LinphoneChatRoom
- getPhoneNumber() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getPhoneNumbers() - Method in interface org.linphone.core.LinphoneFriend
-
- getPhrase() - Method in interface org.linphone.core.ErrorInfo
-
Get the reason-phrase provided by the protocol (typically a SIP reason-phrase).
- getPlaybackGain() - Method in interface org.linphone.core.LinphoneCore
-
get play level before entering sound card:
- getPlayer() - Method in interface org.linphone.core.LinphoneCall
-
Get a call player
Call player enable to stream a media file through a call
- getPlayLevel() - Method in interface org.linphone.core.LinphoneCore
-
get playback level [0..100];
-1 if not cannot be determined
- getPlayVolume() - Method in interface org.linphone.core.LinphoneCall
-
- getPort() - Method in interface org.linphone.core.LinphoneAddress
-
Port
- getPort() - Method in interface org.linphone.core.TunnelConfig
-
Get the port where to connect.
- getPreferredFramerate() - Method in interface org.linphone.core.LinphoneCore
-
Returns the preferred video framerate, previously set by setPreferredFramerate().
- getPreferredVideoSize() - Method in interface org.linphone.core.LinphoneCore
-
get current preferred video size for sending.
- getPrefix(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getPresenceInfo() - Method in interface org.linphone.core.LinphoneCore
-
Deprecated.
Use getPresenceModel() instead
- getPresenceModel() - Method in interface org.linphone.core.LinphoneCore
-
Get my presence status
- getPresenceModel() - Method in interface org.linphone.core.LinphoneFriend
-
Deprecated.
Use getPresenceModelForUri() instead
- getPresenceModelForUri(String) - Method in interface org.linphone.core.LinphoneFriend
-
Get the presence information for a specific uri (phone number or sip address)
- getPrimaryContact() - Method in interface org.linphone.core.LinphoneCore
-
Returns the address used if no LinphoneProxyConfig configured
- getPrimaryContactDisplayName() - Method in interface org.linphone.core.LinphoneCore
-
Returns the display name used if no LinphoneProxyConfig configured
- getPrimaryContactUsername() - Method in interface org.linphone.core.LinphoneCore
-
Returns the username used if no LinphoneProxyConfig configured
- getPrivacy() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the privacy mask requested for this call.
- getPrivacy() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the privacy mask requested for this proxy config.
- getProtocolCode() - Method in interface org.linphone.core.ErrorInfo
-
Get the protocol code corresponding to the error (typically a SIP status code).
- getProvisioningUri() - Method in interface org.linphone.core.LinphoneCore
-
Get the provisioning URI previously set.
- getProxy() - Method in interface org.linphone.core.LinphoneProxyConfig
-
get the proxy's SIP address.
- getProxyConfigList() - Method in interface org.linphone.core.LinphoneCore
-
Returns an unmodifiable list of entered proxy configurations.
- getPublishExpires() - Method in interface org.linphone.core.LinphoneProxyConfig
-
- getQualityReportingCollector() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the collector SIP URI collecting reports when using quality reporting.
- getQualityReportingInterval() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the interval between quality interval reports during a call when using quality reporting.
- getRate() - Method in interface org.linphone.core.PayloadType
-
Return the RTP clockrate.
- getRealm() - Method in interface org.linphone.core.LinphoneAuthInfo
-
get realm
- getRealm() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Get the outbound proxy realm.
- getRealSize() - Method in interface org.linphone.core.LinphoneContent
-
Return the size of the data field
- getReason() - Method in interface org.linphone.core.ErrorInfo
-
Return the Reason enum corresponding to the error type.
- getReason() - Method in interface org.linphone.core.LinphoneCall
-
- getReason() - Method in interface org.linphone.core.LinphoneChatMessage
-
- getReason() - Method in interface org.linphone.core.LinphoneEvent
-
In the event where an error would be returned or notified relatively to this LinphoneEvent, returns a reason error code.
- getReceivedVideoSize() - Method in interface org.linphone.core.LinphoneCallParams
-
Gets the size of the video that is received.
- getReceiverInterarrivalJitter() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the remote reported interarrival jitter
- getReceiverLossRate() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the remote reported loss rate since last report
- getRecvFmtp() - Method in interface org.linphone.core.PayloadType
-
Return the format parameters wished for incoming stream.
- getRefKey() - Method in interface org.linphone.core.LinphoneFriend
-
Get the reference key of a friend.
- getRemoteAddress() - Method in interface org.linphone.core.LinphoneCall
-
Returns the remote address associated to this call
- getRemoteAddress() - Method in interface org.linphone.core.LinphoneCore
-
get current call remote address in case of in/out call
- getRemoteContact() - Method in interface org.linphone.core.LinphoneCall
-
Obtain the remote sip contact string.
- getRemoteParams() - Method in interface org.linphone.core.LinphoneCall
-
Get call's remote parameters, as proposed by far end.
- getRemoteRingbackTone() - Method in interface org.linphone.core.LinphoneCore
-
Return the ringback tone file used when doing early media.
- getRemoteUdpMirrorPort() - Method in interface org.linphone.core.TunnelConfig
-
Get the remote udp mirror port, which is used to check udp connectivity of the network.
- getRemoteUserAgent() - Method in interface org.linphone.core.LinphoneCall
-
Obtain the remote user agent string.
- getReplacedCall() - Method in interface org.linphone.core.LinphoneCall
-
Returns the object associated to a call this one is replacing.
- getRing() - Method in interface org.linphone.core.LinphoneCore
-
gets the path to a wav file used for ringing.
- getRoundTripDelay() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the round trip delay
- getRoute() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getRoute() - Method in interface org.linphone.core.LinphoneProxyConfig
-
- getSenderInterarrivalJitter() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the local interarrival jitter
- getSenderLossRate() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the local loss rate since last report
- getSendFmtp() - Method in interface org.linphone.core.PayloadType
-
Return the format parameter effective for the outgoing stream.
- getSentVideoSize() - Method in interface org.linphone.core.LinphoneCallParams
-
Gets the size of the video that is sent.
- getSessionName() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the session name of the media session (ie in SDP).
- getSignalingTransportPorts() - Method in interface org.linphone.core.LinphoneCore
-
Get
- getSipDscp() - Method in interface org.linphone.core.LinphoneCore
-
Get DSCP used for SIP socket.
- getSipTransportTimeout() - Method in interface org.linphone.core.LinphoneCore
-
Get the current SIP transport timeout.
- getSize() - Method in interface org.linphone.core.LinphoneBuffer
-
- getStartDate() - Method in interface org.linphone.core.LinphoneCallLog
-
A human readable String with the start date/time of the call
- getState() - Method in interface org.linphone.core.LinphoneCall
-
Retrieves the call's current state.
- getState() - Method in interface org.linphone.core.LinphonePlayer
-
Get the state of the player
- getState() - Method in interface org.linphone.core.LinphoneProxyConfig
-
- getStatus() - Method in interface org.linphone.core.LinphoneCallLog
-
get status of this call
- getStatus() - Method in interface org.linphone.core.LinphoneChatMessage
-
Gets the status of the message
- getStatus() - Method in interface org.linphone.core.LinphoneFriend
-
Deprecated.
Use getPresenceModelForUri() instead
- getStatus() - Method in interface org.linphone.core.LinphoneXmlRpcRequest
-
- getStorageId() - Method in interface org.linphone.core.LinphoneChatMessage
-
Returns the id used to id this message in the database
- getString(String, String, String) - Method in interface org.linphone.core.LpConfig
-
Gets a string from the config
- getStringResponse() - Method in interface org.linphone.core.LinphoneXmlRpcRequest
-
- getStunServer() - Method in interface org.linphone.core.LinphoneCore
-
Get STUN server
- getStunServer() - Method in interface org.linphone.core.LinphoneNatPolicy
-
Get the STUN/TURN server to use with this NAT policy.
- getStunServerUsername() - Method in interface org.linphone.core.LinphoneNatPolicy
-
Get the username used to authenticate with the STUN/TURN server.
- getSubscriptionDir() - Method in interface org.linphone.core.LinphoneEvent
-
Return subscription direction (incoming or outgoing).
- getSubscriptionState() - Method in interface org.linphone.core.LinphoneEvent
-
Get subscription state.
- getSubtype() - Method in interface org.linphone.core.LinphoneContent
-
Get the subtype of the content, for example "html"
- getSupportedVideoSizes() - Method in interface org.linphone.core.LinphoneCore
-
Gets the linphonecore supported resolutions for video
- getText() - Method in interface org.linphone.core.LinphoneChatMessage
-
get text associated to this LinphoneChatMessage
- getTime() - Method in interface org.linphone.core.LinphoneChatMessage
-
Gets the time at which the message was sent
- getTimestamp() - Method in interface org.linphone.core.LinphoneCallLog
-
A timestamp of the start date/time of the call in milliseconds since January 1st 1970
- getTimestamp() - Method in interface org.linphone.core.PresenceModel
-
Gets the timestamp of a presence model.
- getTlsCertificate() - Method in interface org.linphone.core.LinphoneAuthInfo
-
Gets the TLS certificate
- getTlsCertificate() - Method in interface org.linphone.core.LinphoneCore
-
Gets the TLS certificate
- getTlsCertificatePath() - Method in interface org.linphone.core.LinphoneAuthInfo
-
Gets the path to the TLS certificate file
- getTlsCertificatePath() - Method in interface org.linphone.core.LinphoneCore
-
Gets the path to the TLS certificate file
- getTlsKey() - Method in interface org.linphone.core.LinphoneAuthInfo
-
Gets the TLS key file
- getTlsKey() - Method in interface org.linphone.core.LinphoneCore
-
Gets the TLS key file
- getTlsKeyPath() - Method in interface org.linphone.core.LinphoneAuthInfo
-
Gets the path to the TLS key file
- getTlsKeyPath() - Method in interface org.linphone.core.LinphoneCore
-
Gets the path to the TLS key file
- getTo() - Method in interface org.linphone.core.LinphoneCallLog
-
Destination of the call as a LinphoneAddress object.
- getTo() - Method in interface org.linphone.core.LinphoneChatMessage
-
Get destination address of the LinphoneChatMessage.
- getTransfererCall() - Method in interface org.linphone.core.LinphoneCall
-
Returns the transferer if this call was started automatically as a result of an incoming transfer request.
- getTransferState() - Method in interface org.linphone.core.LinphoneCall
-
If a call transfer has been initiated for this call, returns the call state of the new call performed at the remote end as a result of the transfer request.
- getTransferTargetCall() - Method in interface org.linphone.core.LinphoneCall
-
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.LinphoneAccountCreator
-
- getTransport() - Method in interface org.linphone.core.LinphoneAddress
-
Gets the transport set in the address
- getType() - Method in interface org.linphone.core.LinphoneContent
-
Get the type of the content, for example "application"
- getType() - Method in interface org.linphone.core.PresenceActivity
-
Gets the activity type of a presence activity.
- getUnreadMessagesCount() - Method in interface org.linphone.core.LinphoneChatRoom
-
Returns the amount of unread messages associated with the peer of this chatRoom.
- getUploadBandwidth() - Method in interface org.linphone.core.LinphoneCallStats
-
Get the upload bandwidth in kbit/s
- getUploadBandwidth() - Method in interface org.linphone.core.LinphoneCore
-
Retrieve the maximum available upload bandwidth.
- getUpnpExternalIpaddress() - Method in interface org.linphone.core.LinphoneCore
-
Return the external ip address of router.
- getUpnpState() - Method in interface org.linphone.core.LinphoneCore
-
Return the internal state of uPnP.
- getUsedAudioCodec() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the currently used audio codec
- getUsedVideoCodec() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the currently used video codec
- getUserContext() - Method in interface org.linphone.core.LinphoneEvent
-
Retrieve application context previously set by setUserContext().
- getUserData() - Method in interface org.linphone.core.LinphoneCall
-
Returns user data from a call. return null if any
- getUserData() - Method in interface org.linphone.core.LinphoneProxyConfig
-
Returns user data from a proxy config. return null if any
- getUseRfc2833ForDtmfs() - Method in interface org.linphone.core.LinphoneCore
-
Returns the state of use of inband DTMFs
- getUserId() - Method in interface org.linphone.core.LinphoneAuthInfo
-
get auth userid has used in authentication header.
- getUsername() - Method in interface org.linphone.core.LinphoneAccountCreator
-
- getUserName() - Method in interface org.linphone.core.LinphoneAddress
-
userinfo
- getUsername() - Method in interface org.linphone.core.LinphoneAuthInfo
-
get user name
- getUseSipInfoForDtmfs() - Method in interface org.linphone.core.LinphoneCore
-
Returns the state of use of SIP INFO for DTMFs
- getUsualPrefix() - Method in interface org.linphone.core.DialPlan
-
- getVersion() - Method in interface org.linphone.core.LinphoneCore
-
return the version code of linphone core
- getVideoAutoAcceptPolicy() - Method in interface org.linphone.core.LinphoneCore
-
Gets the policy for the autoAccept video
- getVideoAutoInitiatePolicy() - Method in interface org.linphone.core.LinphoneCore
-
Gets the policy for the autoInitiate video
- getVideoCodecs() - Method in interface org.linphone.core.LinphoneCore
-
Returns the currently supported video codecs, as PayloadType elements
- getVideoDevice() - Method in interface org.linphone.core.LinphoneCore
-
Returns the id of the currently active video device as found in AndroidCameraConfiguration.retrieveCameras()
.
- getVideoDirection() - Method in interface org.linphone.core.LinphoneCallParams
-
Get the video stream direction.
- getVideoDscp() - Method in interface org.linphone.core.LinphoneCore
-
Return DSCP value used for the video RTP sockets.
- getVideoEnabled() - Method in interface org.linphone.core.LinphoneCallParams
-
- getVideoMulticastAddr() - Method in interface org.linphone.core.LinphoneCore
-
Use to get multicast address to be used for video stream.
- getVideoMulticastTtl() - Method in interface org.linphone.core.LinphoneCore
-
Use to get multicast ttl to be used for video stream.
- getVideoPreset() - Method in interface org.linphone.core.LinphoneCore
-
Get the video preset used for video calls.
- getVideoStats() - Method in interface org.linphone.core.LinphoneCall
-
Get the video statistics associated with this call.
- GlobalConfiguring - Static variable in class org.linphone.core.LinphoneCore.GlobalState
-
Configuring
- GlobalOff - Static variable in class org.linphone.core.LinphoneCore.GlobalState
-
Off
- GlobalOn - Static variable in class org.linphone.core.LinphoneCore.GlobalState
-
On
- GlobalShutdown - Static variable in class org.linphone.core.LinphoneCore.GlobalState
-
Shutdown
- GlobalStartup - Static variable in class org.linphone.core.LinphoneCore.GlobalState
-
Startup
- globalState(LinphoneCore, LinphoneCore.GlobalState, String) - Method in interface org.linphone.core.LinphoneCoreListener
-
General State notification
- globalState(LinphoneCore, LinphoneCore.GlobalState, String) - Method in class org.linphone.core.LinphoneCoreListenerBase
-
- Gone - Static variable in class org.linphone.core.Reason
-
Resource no longer exists
- 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
-
- seek(int) - Method in interface org.linphone.core.LinphonePlayer
-
Go to a specific position in the timeline
- sendChatMessage(LinphoneChatMessage) - Method in interface org.linphone.core.LinphoneChatRoom
-
- sendDtmf(char) - Method in interface org.linphone.core.LinphoneCore
-
Initiate a dtmf signal if in call
- sendDtmfs(String) - Method in interface org.linphone.core.LinphoneCore
-
Initiate dtmf if in call
- sendInfoMessage(LinphoneInfoMessage) - Method in interface org.linphone.core.LinphoneCall
-
Send an info message to remote peer.
- sendMessage(String) - Method in interface org.linphone.core.LinphoneChatRoom
-
send a message to peer member of this chat room.
- sendMessage(LinphoneChatMessage, LinphoneChatMessage.StateListener) - Method in interface org.linphone.core.LinphoneChatRoom
-
Deprecated.
- SendOnly - Static variable in class org.linphone.core.LinphoneCore.MediaDirection
-
SendOnly
- sendPublish(LinphoneContent) - Method in interface org.linphone.core.LinphoneEvent
-
Send a publish created by linphone_core_create_publish().
- SendRecv - Static variable in class org.linphone.core.LinphoneCore.MediaDirection
-
SendRecv
- sendRequest(LinphoneXmlRpcRequest) - Method in interface org.linphone.core.LinphoneXmlRpcSession
-
- sendSubscribe(LinphoneContent) - Method in interface org.linphone.core.LinphoneEvent
-
Send a subscription previously created by linphone_core_create_subscribe().
- ServerTimeout - Static variable in class org.linphone.core.Reason
-
Server timeout
- SESSION - Static variable in interface org.linphone.core.Privacy
-
- setActivationCode(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setActivity(PresenceActivityType, String) - Method in interface org.linphone.core.PresenceModel
-
Sets the activity of a presence model (limits to only one activity).
- setAdaptiveRateAlgorithm(LinphoneCore.AdaptiveRateAlgorithm) - Method in interface org.linphone.core.LinphoneCore
-
Sets adaptive rate algorithm.
- setAddress(LinphoneAddress) - Method in interface org.linphone.core.LinphoneFriend
-
- setAddress(LinphoneAddress) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Sets the address of the proxy configuration
- setAppData(String) - Method in interface org.linphone.core.LinphoneChatMessage
-
Sets data in the chat message
- setAudioBandwidth(int) - Method in interface org.linphone.core.LinphoneCallParams
-
set audio bandwidth in kbits/s
- setAudioCodecs(PayloadType[]) - Method in interface org.linphone.core.LinphoneCore
-
Set the list of audio codecs.
- setAudioDirection(LinphoneCore.MediaDirection) - Method in interface org.linphone.core.LinphoneCallParams
-
Set the audio stream direction.
- setAudioDscp(int) - Method in interface org.linphone.core.LinphoneCore
-
Assign a DSCP value to the audio RTP sockets.
- setAudioJittcomp(int) - Method in interface org.linphone.core.LinphoneCore
-
Set audio jitter buffer size in milliseconds.
- setAudioMulticastAddr(String) - Method in interface org.linphone.core.LinphoneCore
-
Use to set multicast address to be used for audio stream.
- setAudioMulticastTtl(int) - Method in interface org.linphone.core.LinphoneCore
-
Use to set multicast ttl to be used for audio stream.
- setAudioPort(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets the UDP port used for audio streaming.
- setAudioPortRange(int, int) - Method in interface org.linphone.core.LinphoneCore
-
Sets the UDP port range from which to randomly select the port used for audio streaming.
- setAuthenticationTokenVerified(boolean) - Method in interface org.linphone.core.LinphoneCall
-
Used by ZRTP encryption mechanism.
- setAvpfRRInterval(int) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the interval between regular RTCP reports when using AVPF/SAVPF.
- setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceModel
-
Sets the basic status of a presence model.
- setBasicStatus(PresenceBasicStatus) - Method in interface org.linphone.core.PresenceService
-
Sets the basic status of a presence service.
- setBool(String, String, boolean) - Method in interface org.linphone.core.LpConfig
-
Sets an boolean config item
- setCallErrorTone(Reason, String) - Method in interface org.linphone.core.LinphoneCore
-
Assign an audio file to played locally upon call failure, for a given reason.
- setCallLogsDatabasePath(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the path to the database where the logs will be stored (if enabled)
- setChatDatabasePath(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the path to the database where the chat messages will be stored (if enabled)
- setContact(String) - Method in interface org.linphone.core.PresenceModel
-
Sets the contact of a presence model.
- setContact(String) - Method in interface org.linphone.core.PresenceService
-
Sets the contact of a presence service.
- setContactParameters(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set optional contact parameters that will be added to the contact information sent in the registration.
- setContactUriParameters(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set optional contact parameters that will be added to the contact information sent in the registration, inside the URI.
- setContent(byte[]) - Method in interface org.linphone.core.LinphoneBuffer
-
- setContent(LinphoneContent) - Method in interface org.linphone.core.LinphoneInfoMessage
-
Assign a content to the info message.
- setContent(String) - Method in interface org.linphone.core.PresenceNote
-
Sets the content of a presence note.
- setContext(Object) - Method in interface org.linphone.core.LinphoneCore
-
Set the context of creation of the LinphoneCore.
- setContext(Object) - Static method in class org.linphone.mediastream.MediastreamerAndroidContext
-
- setCpuCount(int) - Method in interface org.linphone.core.LinphoneCore
-
Set the number of cores used for media processing
- setCustomHeader(String, String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set a custom header
- setData(byte[]) - Method in interface org.linphone.core.LinphoneContent
-
Set the data, as a byte buffer.
- setDebugMode(boolean, String) - Method in class org.linphone.core.LinphoneCoreFactory
-
Enable verbose traces
- setDefaultProxyConfig(LinphoneProxyConfig) - Method in interface org.linphone.core.LinphoneCore
-
Sets the default proxy.
- setDefaultSoundDevices() - Method in interface org.linphone.core.LinphoneCore
-
- setDelay(int) - Method in interface org.linphone.core.TunnelConfig
-
Set the maximum amount of time for waiting for UDP packets to come back during
the UDP connectivity check, in milliseconds.
- setDescription(String) - Method in interface org.linphone.core.PresenceActivity
-
Sets the description of a presence activity.
- setDeviceInfo(String, String, String, int, int, int) - Method in class org.linphone.mediastream.Factory
-
- setDeviceRotation(int) - Method in interface org.linphone.core.LinphoneCore
-
Tells the core the device current orientation.
- setDialEscapePlus(boolean) - Method in interface org.linphone.core.LinphoneProxyConfig
-
- setDialPrefix(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Useful function to automatically add international prefix to e164 phone numbers
- setDisplayName(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setDisplayName(String) - Method in interface org.linphone.core.LinphoneAddress
-
set display name
- setDnsServers(String[]) - Method in interface org.linphone.core.LinphoneCore
-
Overrides the list of DNS servers to use.
- setDomain(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setDomain(String) - Method in interface org.linphone.core.LinphoneAddress
-
set domain name
- setDomain(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the domain
- setDownloadBandwidth(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets maximum available download bandwidth
This is IP bandwidth, in kbit/s.
- setDownloadPtime(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets audio packetization interval suggested for remote end.
- setEmail(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setEncoding(String) - Method in interface org.linphone.core.LinphoneContent
-
Set the encoding applied to the data, can be null if no encoding.
- setExpectedSize(int) - Method in interface org.linphone.core.LinphoneContent
-
Sets the expected data size
- setExpires(int) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Sets the registration expiration time.
- setExternalBodyUrl(String) - Method in interface org.linphone.core.LinphoneChatMessage
-
Linphone message can carry external body as defined by rfc2017
- setFactoryClassName(String) - Static method in class org.linphone.core.LinphoneCoreFactory
-
Indicate the name of the class used by this factory
- setFamilyName(String) - Method in interface org.linphone.core.LinphoneFriend
-
Set a family name for this friend
- setFileTransferFilepath(String) - Method in interface org.linphone.core.LinphoneChatMessage
-
Set the path to the file to read from or write to during the file transfer.
- setFileTransferServer(String) - Method in interface org.linphone.core.LinphoneCore
-
Globaly set an http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml.
- setFirewallPolicy(LinphoneCore.FirewallPolicy) - Method in interface org.linphone.core.LinphoneCore
-
Deprecated.
- setFloat(String, String, float) - Method in interface org.linphone.core.LpConfig
-
Sets an float config item
- setFriendsDatabasePath(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the path to the database where the friends will be stored (if enabled)
- setGivenName(String) - Method in interface org.linphone.core.LinphoneFriend
-
Set a given name for this friend
- setHa1(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setHa1(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
set ha1
- setHost(String) - Method in interface org.linphone.core.TunnelConfig
-
Set the hostname (or ip address) of the tunnel server.
- setHttpProxyHost(String) - Method in interface org.linphone.core.LinphoneCore
-
Set an http proxy hostname or IP address to use for SIP connection.
- setHttpProxyPort(int) - Method in interface org.linphone.core.LinphoneCore
-
Set an http proxy port to use for SIP connection.
- 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.
- setIdentity(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Sets the user identity as a SIP address.
- setInCallTimeout(int) - Method in interface org.linphone.core.LinphoneCore
-
Set the call timeout in seconds.
- setIncomingTimeout(int) - Method in interface org.linphone.core.LinphoneCore
-
Set the incoming call timeout in seconds.
- setIncSubscribePolicy(LinphoneFriend.SubscribePolicy) - Method in interface org.linphone.core.LinphoneFriend
-
Configure incoming subscription policy for this friend.
- setInt(String, String, int) - Method in interface org.linphone.core.LpConfig
-
Sets an integer config item
- setIntRange(String, String, int, int) - Method in interface org.linphone.core.LpConfig
-
Sets an integer range config item
- setLang(String) - Method in interface org.linphone.core.PresenceNote
-
Sets the language of a presence note.
- setLanguage(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setLimeEncryption(LinphoneCore.LinphoneLimeState) - Method in interface org.linphone.core.LinphoneCore
-
- setListener(LinphoneAccountCreator.LinphoneAccountCreatorListener) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setListener(LinphoneCall.LinphoneCallListener) - Method in interface org.linphone.core.LinphoneCall
-
Set the callbacks associated with the LinphoneCall.
- setListener(LinphoneChatMessage.LinphoneChatMessageListener) - Method in interface org.linphone.core.LinphoneChatMessage
-
Set the callbacks associated with the LinphoneChatMessage.
- setListener(LinphoneFriendList.LinphoneFriendListListener) - Method in interface org.linphone.core.LinphoneFriendList
-
Set the callbacks associated with the LinphoneFriendList.
- setListener(LinphoneXmlRpcRequest.LinphoneXmlRpcRequestListener) - Method in interface org.linphone.core.LinphoneXmlRpcRequest
-
- setLogCollectionPath(String) - Method in class org.linphone.core.LinphoneCoreFactory
-
Set the path where the log files will be written for log collection.
- setLogHandler(LinphoneLogHandler) - Method in class org.linphone.core.LinphoneCoreFactory
-
- setMaxCalls(int) - Method in interface org.linphone.core.LinphoneCore
-
Set the maximum number of simultaneous calls Linphone core can manage at a time.
- setMediaEncryption(LinphoneCore.MediaEncryption) - Method in interface org.linphone.core.LinphoneCore
-
set media encryption (rtp) to use
- setMediaEncryptionMandatory(boolean) - Method in interface org.linphone.core.LinphoneCore
-
Set media encryption required for outgoing calls
- setMediaEnctyption(LinphoneCore.MediaEncryption) - Method in interface org.linphone.core.LinphoneCallParams
-
set media encryption (rtp) to use
- setMediaNetworkReachable(boolean) - Method in interface org.linphone.core.LinphoneCore
-
This method is called by the application to notify the linphone core library when the media (RTP) network is reachable.
- setMicrophoneGain(float) - Method in interface org.linphone.core.LinphoneCore
-
Allow to control microphone level:
- setMtu(int) - Method in interface org.linphone.core.LinphoneCore
-
Inform the core about the maximum transmission unit of the network.
- setName(String) - Method in interface org.linphone.core.LinphoneContent
-
- setName(String) - Method in interface org.linphone.core.LinphoneFriend
-
Set a name for this friend
- setNatPolicy(LinphoneNatPolicy) - Method in interface org.linphone.core.LinphoneCore
-
Set the policy to use to pass through NATs/firewalls.
- setNetworkReachable(boolean) - Method in interface org.linphone.core.LinphoneCore
-
This method is called by the application to notify the Linphone core library when network is reachable.
- setNortpTimeout(int) - Method in interface org.linphone.core.LinphoneCore
-
- setOrganization(String) - Method in interface org.linphone.core.LinphoneFriend
-
Set an organization for this friend
- setPassword(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setPassword(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
sets password
- setPayloadTypeBitrate(PayloadType, int) - Method in interface org.linphone.core.LinphoneCore
-
Set an explicit bitrate (IP bitrate, not codec bitrate) for a given codec, in kbit/s.
- setPayloadTypeNumber(PayloadType, int) - Method in interface org.linphone.core.LinphoneCore
-
Force a number for a payload type.
- setPhoneNumber(String, String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setPlaybackGain(float) - Method in interface org.linphone.core.LinphoneCore
-
Allow to control play level before entering sound card:
- setPlayFile(String) - Method in interface org.linphone.core.LinphoneCore
-
- setPlayLevel(int) - Method in interface org.linphone.core.LinphoneCore
-
set play level
- setPort(int) - Method in interface org.linphone.core.LinphoneAddress
-
set port
- setPort(int) - Method in interface org.linphone.core.TunnelConfig
-
Set the port where to connect to the tunnel server.
- setPreferredFramerate(float) - Method in interface org.linphone.core.LinphoneCore
-
Set the preferred frame rate for video.
- setPreferredVideoSize(VideoSize) - Method in interface org.linphone.core.LinphoneCore
-
Sets the preferred video size.
- setPreferredVideoSizeByName(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the preferred video size giving a known size name.
- setPresenceInfo(int, String, OnlineStatus) - Method in interface org.linphone.core.LinphoneCore
-
Deprecated.
Use setPresenceModel() instead
- setPresenceModel(PresenceModel) - Method in interface org.linphone.core.LinphoneCore
-
Set my presence status
- setPresenceModel(PresenceModel) - Method in interface org.linphone.core.LinphoneFriend
-
Set the presence information of a friend
- setPreviewWindow(Object) - Method in interface org.linphone.core.LinphoneCore
-
Set the native video window id where the video preview is to be displayed.
- setPrimaryContact(String) - Method in interface org.linphone.core.LinphoneCore
-
Set address to use if no LinphoneProxyConfig configured
- setPrimaryContact(String, String) - Method in interface org.linphone.core.LinphoneCore
-
Set username and display name to use if no LinphoneProxyConfig configured
- setPrivacy(int) - Method in interface org.linphone.core.LinphoneCallParams
-
Set the privacy for the call.
- setPrivacy(int) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the privacy for all calls or chat sessions using the identity exposed by this LinphoneProxyConfig
- setProvisioningUri(String) - Method in interface org.linphone.core.LinphoneCore
-
Set a provisioning URI to fetch an xml linphonerc config file from, at next LinphoneCore instantiation.
- setProxy(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Sets the proxy address
Examples of valid sip proxy address are:
IP address: sip:87.98.157.38
IP address with port: sip:87.98.157.38:5062
hostnames : sip:sip.example.net
- setPublishExpires(int) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the publish expiration time in second.
- setQualityReportingCollector(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the collector SIP URI to collect reports when using quality reporting.
- setQualityReportingInterval(int) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the interval between quality interval reports during a call when using quality reporting.
- setRealm(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
set realm
- setRealm(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Set the outbound proxy realm.
- setRecordFile(String) - Method in interface org.linphone.core.LinphoneCallParams
-
Set a path to file where the call will be recorded.
- setRecvFmtp(String) - Method in interface org.linphone.core.PayloadType
-
Set format parameter string wished for incoming stream.
- setRefKey(String) - Method in interface org.linphone.core.LinphoneFriend
-
Set the reference key of a friend.
- setRemoteRingbackTone(String) - Method in interface org.linphone.core.LinphoneCore
-
Specifies a ring back tone to be played to far end during incoming calls, when early media is requested.
- setRemoteUdpMirrorPort(int) - Method in interface org.linphone.core.TunnelConfig
-
Set the udp mirror port, which is used to check udp connectivity.
- setRing(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the path to a wav file used for ringing.
- setRingback(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the path to a wav file used for for ringing back.
- setRLSAddress(LinphoneAddress) - Method in interface org.linphone.core.LinphoneFriendList
-
- setRLSUri(String) - Method in interface org.linphone.core.LinphoneFriendList
-
- setRootCA(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets file or folder containing trusted root CAs
- setRootCAData(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets trusted root CAs
- setRoute(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setRoute(String) - Method in interface org.linphone.core.LinphoneProxyConfig
-
Sets a SIP route.
- setSendFmtp(String) - Method in interface org.linphone.core.PayloadType
-
Set the format parameter effective for the outgoing stream (unusual).
- setSessionName(String) - Method in interface org.linphone.core.LinphoneCallParams
-
Set the session name of the media session (ie in SDP).
- setSignalingTransportPorts(LinphoneCore.Transports) - Method in interface org.linphone.core.LinphoneCore
-
Set transport ports linphone core will listen on
- setSipDscp(int) - Method in interface org.linphone.core.LinphoneCore
-
Assign a dscp value for the SIP socket.
- setSipNetworkReachable(boolean) - Method in interface org.linphone.core.LinphoneCore
-
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.LinphoneCore
-
Set the timeout in milliseconds for SIP transport (TCP or TLS connection establishment maximum time).
- setSize(int) - Method in interface org.linphone.core.LinphoneBuffer
-
- setStaticPicture(String) - Method in interface org.linphone.core.LinphoneCore
-
Set static picture to be used when "Static picture" is the video device
- setString(String, String, String) - Method in interface org.linphone.core.LpConfig
-
Sets an string config item
- setStringData(String) - Method in interface org.linphone.core.LinphoneContent
-
Set the data, supplied as String.
- setStunServer(String) - Method in interface org.linphone.core.LinphoneCore
-
Specify a STUN server to help firewall traversal.
- setStunServer(String) - Method in interface org.linphone.core.LinphoneNatPolicy
-
Set the STUN/TURN server to use with this NAT policy.
- setStunServerUsername(String) - Method in interface org.linphone.core.LinphoneNatPolicy
-
Set the username used to authenticate with the STUN/TURN server.
- setSubtype(String) - Method in interface org.linphone.core.LinphoneContent
-
Set the subtype, for example "text"
- setTlsCertificate(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the TLS certificate
- setTlsCertificate(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the TLS certificate
- setTlsCertificatePath(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the TLS certificate file path
- setTlsCertificatePath(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the TLS certificate file path
- setTlsKey(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the TLS key
- setTlsKey(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the TLS key
- setTlsKeyPath(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the TLS key file path
- setTlsKeyPath(String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the TLS key file path
- setTone(ToneID, String) - Method in interface org.linphone.core.LinphoneCore
-
Assign an audio file to be played locally in replacement of common telephony tone.
- setTransport(LinphoneAddress.TransportType) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setTransport(LinphoneAddress.TransportType) - Method in interface org.linphone.core.LinphoneAddress
-
Sets the transport in the address
- setType(String) - Method in interface org.linphone.core.LinphoneContent
-
Set the content type, for example "application"
- setType(PresenceActivityType) - Method in interface org.linphone.core.PresenceActivity
-
Sets the type of activity of a presence activity.
- setUploadBandwidth(int) - Method in interface org.linphone.core.LinphoneCore
-
- setUploadPtime(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets audio packetization interval sent to remote end.
- setUri(String) - Method in interface org.linphone.core.LinphoneFriendList
-
- setUserAgent(String, String) - Method in interface org.linphone.core.LinphoneCore
-
Sets the user agent string used in SIP messages.
- setUserCertificatesPath(String) - Method in interface org.linphone.core.LinphoneCore
-
Set user certificates directory path (used by SRTP-DTLS).
- setUserContext(Object) - Method in interface org.linphone.core.LinphoneEvent
-
Assign an application context to the LinphoneEvent, for later use.
- setUserData(Object) - Method in interface org.linphone.core.LinphoneCall
-
attached a user data to a call
- setUserData(Object) - Method in interface org.linphone.core.LinphoneProxyConfig
-
attached a user data to a proxy config
- setUseRfc2833ForDtmfs(boolean) - Method in interface org.linphone.core.LinphoneCore
-
Enable/Disable the use of inband DTMFs
- setUserId(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
set auth userid has used in authentication header.
- setUsername(String) - Method in interface org.linphone.core.LinphoneAccountCreator
-
- setUserName(String) - Method in interface org.linphone.core.LinphoneAddress
-
set user name
- setUsername(String) - Method in interface org.linphone.core.LinphoneAuthInfo
-
Sets the username.
- setUseSipInfoForDtmfs(boolean) - Method in interface org.linphone.core.LinphoneCore
-
Enable/Disable the use of SIP INFO for DTMFs
- setVideoCodecs(PayloadType[]) - Method in interface org.linphone.core.LinphoneCore
-
Set the list of video codecs.
- setVideoDevice(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets the active video device.
- setVideoDirection(LinphoneCore.MediaDirection) - Method in interface org.linphone.core.LinphoneCallParams
-
Set the video stream direction.
- setVideoDscp(int) - Method in interface org.linphone.core.LinphoneCore
-
Assign a DSCP value to the video RTP sockets.
- setVideoEnabled(boolean) - Method in interface org.linphone.core.LinphoneCallParams
-
- setVideoJittcomp(int) - Method in interface org.linphone.core.LinphoneCore
-
Set video jitter buffer size in milliseconds.
- setVideoMulticastAddr(String) - Method in interface org.linphone.core.LinphoneCore
-
Use to set multicast address to be used for video stream.
- setVideoMulticastTtl(int) - Method in interface org.linphone.core.LinphoneCore
-
Use to set multicast ttl to be used for video stream.
- setVideoPolicy(boolean, boolean) - Method in interface org.linphone.core.LinphoneCore
-
Sets the default policy for video.
- setVideoPort(int) - Method in interface org.linphone.core.LinphoneCore
-
Sets the UDP port used for video streaming.
- setVideoPortRange(int, int) - Method in interface org.linphone.core.LinphoneCore
-
Sets the UDP port range from which to randomly select the port used for video streaming.
- setVideoPreset(String) - Method in interface org.linphone.core.LinphoneCore
-
Set the video preset to be used for video calls.
- setVideoWindow(Object) - Method in interface org.linphone.core.LinphoneCore
-
Set the native video window id where the video is to be displayed.
- setZrtpSecretsCache(String) - Method in interface org.linphone.core.LinphoneCore
-
- show(LinphoneCore) - Method in interface org.linphone.core.LinphoneCoreListener
-
Deprecated.
- show(LinphoneCore) - Method in class org.linphone.core.LinphoneCoreListenerBase
-
- Simple - Static variable in class org.linphone.core.LinphoneCore.AdaptiveRateAlgorithm
-
Simple
- soundResourcesLocked() - Method in interface org.linphone.core.LinphoneCore
-
Use this method to check the calls state and forbid proposing actions
which could result in an active call.
- SPAccept - Static variable in class org.linphone.core.LinphoneFriend.SubscribePolicy
-
Automatically accepts a subscription request.
- SPDeny - Static variable in class org.linphone.core.LinphoneFriend.SubscribePolicy
-
Rejects incoming subscription request.
- SPWait - Static variable in class org.linphone.core.LinphoneFriend.SubscribePolicy
-
Does not automatically accept an incoming subscription request.
- SRTP - Static variable in class org.linphone.core.LinphoneCore.MediaEncryption
-
SRTP
- start() - Method in interface org.linphone.core.LinphonePlayer
-
Start playback
- startConferenceRecording(String) - Method in interface org.linphone.core.LinphoneCore
-
Request recording of the conference into a supplied file path.
- startDownload() - Method in interface org.linphone.core.OpenH264DownloadHelperAction
-
- startEchoCalibration(LinphoneCoreListener) - Method in interface org.linphone.core.LinphoneCore
-
Start 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.LinphoneCore
-
Start the speaker and the micro to test the echo
- startRecording() - Method in interface org.linphone.core.LinphoneCall
-
Start call recording.
- startReferedCall(LinphoneCall, LinphoneCallParams) - Method in interface org.linphone.core.LinphoneCore
-
Start a new call as a consequence of a transfer request received from a call.
- Stateful - Static variable in class org.linphone.core.LinphoneCore.AdaptiveRateAlgorithm
-
Stateful
- StatusAltService - Static variable in class org.linphone.core.OnlineStatus
-
Deprecated.
Using another messaging service
- StatusMoved - Static variable in class org.linphone.core.OnlineStatus
-
Deprecated.
- stopConferenceRecording() - Method in interface org.linphone.core.LinphoneCore
-
Stop recording of the conference.
- stopDtmf() - Method in interface org.linphone.core.LinphoneCore
-
stop current dtmf
- stopEchoTester() - Method in interface org.linphone.core.LinphoneCore
-
Stop the speaker and the micro
- stopRecording() - Method in interface org.linphone.core.LinphoneCall
-
Stop call recording.
- stopRinging() - Method in interface org.linphone.core.LinphoneCore
-
Whenever the liblinphone is playing a ring to advertise an incoming call or ringback of an outgoing call, this function stops the ringing.
- store() - Method in interface org.linphone.core.LinphoneChatMessage
-
THIS METHOD IS ONLY USED TO IMPORT OLD MESSAGES, DON'T USE IT FOR ANY OTHER USAGE!
- StreamsRunning - Static variable in class org.linphone.core.LinphoneCall.State
-
Streams running
- String - Static variable in class org.linphone.core.LinphoneXmlRpcRequest.ArgType
-
- stunEnabled() - Method in interface org.linphone.core.LinphoneNatPolicy
-
Tell whether STUN is enabled.
- subscribe(LinphoneAddress, String, int, LinphoneContent) - Method in interface org.linphone.core.LinphoneCore
-
Sends an outgoing subscription for a resource with given event, expiration period, and content.
- SubscriptionDir - Enum in org.linphone.core
-
- SubscriptionState - Enum in org.linphone.core
-
- subscriptionStateChanged(LinphoneCore, LinphoneEvent, SubscriptionState) - Method in interface org.linphone.core.LinphoneCoreListener
-
Notifies of subscription requests state changes, including new incoming subscriptions.
- subscriptionStateChanged(LinphoneCore, LinphoneEvent, SubscriptionState) - Method in class org.linphone.core.LinphoneCoreListenerBase
-
- Success - Static variable in class org.linphone.core.LinphoneCallLog.CallStatus
-
Call success.
- sync() - Method in interface org.linphone.core.LpConfig
-
Synchronize LpConfig with file
- SyncFailure - Static variable in class org.linphone.core.LinphoneFriendList.State
-
- synchronizeFriendsFromServer() - Method in interface org.linphone.core.LinphoneFriendList
-
- SyncStarted - Static variable in class org.linphone.core.LinphoneFriendList.State
-
- SyncSuccessful - Static variable in class org.linphone.core.LinphoneFriendList.State
-