HomeDocs
Skip to main content

dlt.makePhoneCall

Introduction

The dlt.makePhoneCall function is used to initiate a phone call.

Parameters

Object object

PropertyTypeDefault ValueRequiredDescription
phoneNumberstringYesThe phone number to call.
successfunctionNoCallback function for a successful API call.
failfunctionNoCallback function for a failed API call.
completefunctionNoCallback function that is called when the API call is complete (whether successful or not).

Example Code

dlt.makePhoneCall({
phoneNumber: '13333333333',
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.