Future<void> setMicVolume(int volume) async { await TRTC.setAudioCaptureVolume(volume); _trtcStreamInfoObs.updateTRTCLocalVolume(volume); }