Hangup the call.
Param callId the received call id.
callId
static Future<void> hangup(String callId) { return _impl.hangup(callId); }