mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
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