dropCall abstract method

Future<ResultCode> dropCall(
  1. String phoneNo
)

dropCall the call-out or call-in.

Parameter phoneNo The phone number. null or empty to drop calls bound to self.

Returns

挂断拨出或拨入的电话。

Parameter phoneNo 电话号码。空值为挂断绑定到自己的电话。

Returns

Implementation

Future<ResultCode> dropCall(String phoneNo);