Bumping to use the latest version of @pipecat-ai/react-native-daily-transport, and removing code not needed.

This commit is contained in:
Filipi Fuchter
2025-05-08 18:18:00 -03:00
parent 277e2d7fc0
commit 46eed0a59a
5 changed files with 18 additions and 150 deletions

View File

@@ -15,7 +15,6 @@ import { MaterialIcons } from '@expo/vector-icons';
import WaveformView from '../components/WaveformView';
import MicrophoneView from '../components/MicrophoneView';
import CameraButtonView from '../components/CameraButtonView';
import { SafeAreaView } from 'react-native-safe-area-context';
import Colors from '../theme/Colors';
import CustomButton from '../theme/CustomButton';
@@ -50,11 +49,6 @@ const MeetingView: React.FC = () => {
style={styles.microphone}
/>
</TouchableOpacity>
<TouchableOpacity onPress={toggleCamInput}>
<CameraButtonView
style={styles.camera}
/>
</TouchableOpacity>
</View>
</View>
@@ -128,20 +122,6 @@ const styles = StyleSheet.create({
bottomPanel: {
paddingVertical: 10,
},
settingsButton: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
borderWidth: 1,
borderColor: '#ccc', // Replace with Color.buttonsBorder equivalent
borderRadius: 12,
padding: 10,
marginBottom: 10,
},
settingsText: {
marginLeft: 5,
color: 'black',
},
endButton: {
flexDirection: 'row',
alignItems: 'center',