Const
import React from 'react';
import { MeetingProgressTimer } from 'mediasfu-reactnative';
function App() {
return (
<MeetingProgressTimer
meetingProgressTime="15:30"
initialBackgroundColor="blue"
position="bottomRight"
showTimer={true}
textStyle={{ color: 'white', fontSize: 16 }}
/>
);
}
export default App;
MeetingProgressTimer displays a compact badge showing the meeting's elapsed time with corner-anchored positioning.
Key Features