1.0.0 • Published 4 years ago

@convinai/meeting-overview v1.0.0

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

convin-meeting-overview

Install

    npm install @convinai/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}
    />
1.0.0

4 years ago