Future<bool> hangup(Function(bool) callback) async { var resp = await ChannelsApi.hangup(id); return true; }