forked from mirrors/linphone-iphone
Show who is talking in conf view
This commit is contained in:
parent
b8e9569e5d
commit
7e81d189d0
1 changed files with 5 additions and 0 deletions
|
|
@ -147,4 +147,9 @@ class LinphoneCallImpl implements LinphoneCall {
|
|||
public String toString() {
|
||||
return "Call " + nativePtr;
|
||||
}
|
||||
|
||||
private native float getPlayVolume(long nativePtr);
|
||||
public float getPlayVolume() {
|
||||
return getPlayVolume(nativePtr);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue