JLChen
2021-09-01 daca4f973aeda5b816f0160eb121c5f3c7a6e66c
HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/java/com/hdl/hdllinphonesdk/activity/HDLLinphoneMonitorActivity.java
@@ -317,7 +317,9 @@
            core.setNativePreviewWindowId(video_lp_rendering2);
            // Listen for call state changes
            core.addListener(mCoreListener);
            core.enableMic(false);//关闭麦克风
        }
    }
    /**