]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCall.java
Add getRemoteUserAgent() to the JNI.
[linphone] / java / common / org / linphone / core / LinphoneCall.java
index 35e173d5a802d1a454b827780f3aca081285e475..7c02334e9f236390c9c740ef0f1b7f2b52ad63e5 100644 (file)
@@ -268,6 +268,11 @@ public interface LinphoneCall {
        boolean isInConference();
        
        float getPlayVolume();
+
+       /**
+        * Obtain the remote user agent string. 
+        */
+       String getRemoteUserAgent();
        
        /**
         * Take a photo of currently received video and write it into a jpeg file.