@convin/meeting-overview
v1.0.3
Published
Convin Component for Meeting Overview
Downloads
6
Readme
convin-meeting-overview
Install
npm install @convin/meeting-overview antd@^4.6.5 axios@^0.20.0 @ant-design/icons@^4.2.2 prop-types@^15.7.2 react-player@^2.6.2
Styleguide
Find styleguide at convin-overview
Example app
Find example app using meeting overview convin-example
Example
hostname= "https://dev.convin.ai/"
jwt= "JWT eaDx....",
callId= 1351
<MeetingOverview
hostname={hostname}
jwt={jwt}
callId={callId}
/>
Endpoints being used:
src > Apis > endpoints.js
const endpoints = {
getMeetingId: '/meeting/meeting/retrieve/',
transcriptEndpoint: '/meeting/meeting/transcript/',
callMediaEndpoint: '/meeting/meeting/media/',
};
export default endpoints;