mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 15:48:09 +00:00
Play sound to other part when holding call.
This commit is contained in:
parent
e261dcc207
commit
a829a84f6d
1 changed files with 6 additions and 0 deletions
|
|
@ -615,4 +615,10 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
public boolean mediaEncryptionSupported(MediaEncryption menc) {
|
||||
return mediaEncryptionSupported(nativePtr,menc.mValue);
|
||||
}
|
||||
|
||||
private native void setPlayFile(long nativePtr, String path);
|
||||
@Override
|
||||
public void setPlayFile(String path) {
|
||||
setPlayFile(nativePtr, path);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue