mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Merge branch 'master' of git.linphone.org:linphone
This commit is contained in:
commit
80f960862e
2 changed files with 2 additions and 2 deletions
|
|
@ -745,7 +745,7 @@ class LinphoneCoreImpl implements LinphoneCore {
|
|||
|
||||
@Override
|
||||
public PayloadType findPayloadType(String mime, int clockRate) {
|
||||
return null;
|
||||
return findPayloadType(mime, clockRate, 1);
|
||||
}
|
||||
|
||||
private native void removeFriend(long ptr, long lf);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f743c8b4ab7ec010a96aa53f2e179cea69bfb4e6
|
||||
Subproject commit 32e01d97d819cba4e16bd603f1dab33ef2a3a281
|
||||
Loading…
Add table
Reference in a new issue