UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

10 lines (9 loc) 192 B
import { callSync } from '../../core'; /** * 拨打电话 。 */ export const makePhoneCall = (options) => callSync({ ...options, service: 'device', action: 'makePhoneCall', });