mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
Fix findPayloadType() without channels parameter.
This commit is contained in:
parent
42b4cb5446
commit
7b502e170b
1 changed files with 1 additions and 1 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue