UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

17 lines (16 loc) 602 B
import PropTypes from '../_util/vue-types'; export var WebRtcProps = function WebRtcProps() { return { sendAccount: PropTypes.string.def(''), sendPassword: PropTypes.string.def('Rockontrol123'), receiveAccount: PropTypes.string.def(''), receivePassword: PropTypes.string.def('Rockontrol123'), receiveName: PropTypes.string.def(''), receiveAvatar: PropTypes.string.def(''), appKey: PropTypes.string.def(''), disabled: PropTypes.bool.def(true), debug: PropTypes.bool.def(false), callTimeout: PropTypes.number.def(1000 * 60), getToken: PropTypes.func }; };