mediasfu-reactnative-expo
Version:
mediasfu-reactnative-expo – Expo-managed React Native WebRTC SDK for video conferencing, webinars, live streaming, broadcast, screen sharing, whiteboard, chat, recording, live subtitles, translation, and AI agent rooms on iOS, Android, and web. Prebuilt r
18 lines • 756 B
JavaScript
import { launchRecording as sharedLaunchRecording } from 'mediasfu-shared';
export const launchRecording = ({ updateIsRecordingModalVisible, isRecordingModalVisible, showAlert, stopLaunchRecord, canLaunchRecord, recordingAudioSupport, recordingVideoSupport, updateCanRecord, updateClearedToRecord, recordStarted, recordPaused, localUIMode, }) => {
sharedLaunchRecording({
updateIsRecordingModalVisible,
isRecordingModalVisible,
showAlert,
stopLaunchRecord,
canLaunchRecord,
recordingAudioSupport,
recordingVideoSupport,
updateCanRecord,
updateClearedToRecord,
recordStarted,
recordPaused,
localUIMode,
});
};
//# sourceMappingURL=launchRecording.js.map