This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
56dd83740c
jiti-meet
/
react
/
features
/
invite
/
components
/
dial-in-summary
/
web
/
index.js
4 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
rn: add DialInSummary
2019-05-07 14:50:57 +00:00
// @flow
feat(unsupported-browser): show dial-in for mobile - Move the existing components for the static dial in page into a separate folder for easier reuse. - Reuse those components for displaying dial-on numbers on the mobile page for unsupported browsers. - Modify those components to support having tel protocol links on the dial-in numbers. - Have DialInSummary, formerly DialInInfoPage, respect a passed in className prop for easier styling differences.
2018-02-21 01:25:22 +00:00
export
{
default
as
DialInSummary
}
from
'./DialInSummary'
;