|
@@ -529,8 +529,8 @@ class LinphoneManager private constructor(private val context: Context) {
|
|
|
val pt = payloads[i]
|
|
|
//Log.i("sipCall", ">>>>>>>>>>>>>>>>>1 " + pt.getMimeType() + " = " + pt.enabled());
|
|
|
if (pt.mimeType == "PCMU"
|
|
|
- || pt.mimeType == "opus"
|
|
|
- || pt.mimeType == "G722"
|
|
|
+ //|| pt.mimeType == "opus"
|
|
|
+ //|| pt.mimeType == "G722"
|
|
|
//|| pt.getMimeType().equals("PCMA")
|
|
|
//|| pt.getMimeType().equals("PUMA")
|
|
|
//|| pt.getMimeType().equals("GSM")
|