mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 23:28:09 +00:00
Fix typos
This commit is contained in:
parent
468932a579
commit
f965333d71
2 changed files with 2 additions and 6 deletions
|
|
@ -423,7 +423,7 @@ public:
|
|||
|
||||
logCollectionUploadStateClass = (jclass)env->NewGlobalRef(env->FindClass("org/linphone/core/LinphoneCore$LogCollectionUploadState"));
|
||||
logCollectionUploadStateFromIntId = env->GetStaticMethodID(logCollectionUploadStateClass, "fromInt", "(I)Lorg/linphone/core/LinphoneCore$LogCollectionUploadState;");
|
||||
logCollectionUploadProgressId = env->GetMethodID(listenerClass, "uploadProgressIndication", "(Lorg/linphone/core/LinphoneCore;I;I)V");
|
||||
logCollectionUploadProgressId = env->GetMethodID(listenerClass, "uploadProgressIndication", "(Lorg/linphone/core/LinphoneCore;II)V");
|
||||
env->ExceptionClear();
|
||||
if (logCollectionUploadProgressId) {
|
||||
vTable->log_collection_upload_progress_indication = logCollectionUploadProgressIndication;
|
||||
|
|
|
|||
|
|
@ -1847,11 +1847,7 @@ public interface LinphoneCore {
|
|||
public void setRemoteRingbackTone(String file);
|
||||
|
||||
/**
|
||||
* Return the ringback tone file used when doing early media. It may be
|
||||
|
||||
jclass logCollectionUploadStateClass;
|
||||
jmethodID logCollectionUploadStateId;
|
||||
jmethodID logCollectionUploadStateFromIntId; null.
|
||||
* Return the ringback tone file used when doing early media. It may be null.
|
||||
* @return the ringback tone file path.
|
||||
*/
|
||||
String getRemoteRingbackTone();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue