public override bool GetMultiChannelWanted() { if (_rtcEngine == null) { return(false); } return(IRtcEngineNative.getMultiChannelWanted()); }