Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
Workcloud Communication Voice Client Programmer Guide
Actions
End a Call
Workcloud Communication Voice Client Programmer Guide
Workcloud Communication Voice Client Programmer Guide
About this Guide
Chapter Descriptions
Notational Conventions
Service Information
Revision History
Actions
Load New Configuration File
Update Configuration Parameters
Update with Token
Configure the Subscribe Feature
Zebra Voice Sign-out Action
Quit
Make a Call
End a Call
Import Contacts
Phone State Monitoring
Display Data Consent
Bypass Data Consent Using StageNow
Pinboard Integration - Intents/APIs to Share Call Data
Headless Mode
Enabling Headless Mode
Voice Connector
WFCDemo
End a Call
End a Call
Use the End Call action to end an active call session.
Prerequisites
Zebra Voice Client is loaded on the device and configured for PBX connectivity.
Zebra Voice Client is currently involved in a call.
The minimum required Zebra Voice Client version is 9.0.20302.
Intent Definition
Name
Description
Action
com.zebra.wfc.ACTION_END_ACTIVE_SESSION
Intent Type
broadcast
ADB Example
$ adb shell am broadcast -a com.zebra.wfc.ACTION_END_ACTIVE_SESSION
Actions