import ZoomUs, { ZoomEmitter } from 'react-native-zoom-us';
const testData=await ZoomUs.initialize({
clientKey: 'Your client key',
clientSecret: 'your client secret',
domain: 'zoom.us',
});
const joinMeetingResult =
await ZoomUs.joinMeeting({
autoConnectAudio: true,
userName: 'Wick',
meetingNumber: "87606544441" ,
password: "123456",
});
Every thing is perfectly working I need the duration when user leave meeting after joining the meeting