1.0.3 • Published 4 years ago

@convin/meeting-overview v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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;
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago