forked from mirrors/linphone-iphone
Fix typo in getRemoteUserAgent() method.
This commit is contained in:
parent
b31352ae9e
commit
0849cfcffa
1 changed files with 1 additions and 1 deletions
|
|
@ -1488,7 +1488,7 @@ extern "C" jlong Java_org_linphone_core_LinphoneCallImpl_getRemoteAddress( JNIEn
|
|||
return (jlong)linphone_call_get_remote_address((LinphoneCall*)ptr);
|
||||
}
|
||||
|
||||
extern "C" jstring Java_org_linphone_core_LinphoneCallImpl_get_remoteUserAgent(JNIEnv *env, jobject thiz, jlong ptr) {
|
||||
extern "C" jstring Java_org_linphone_core_LinphoneCallImpl_getRemoteUserAgent(JNIEnv *env, jobject thiz, jlong ptr) {
|
||||
LinphoneCall *call = (LinphoneCall *)ptr;
|
||||
jstring jvalue = env->NewStringUTF(linphone_call_get_remote_user_agent(call));
|
||||
return jvalue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue