mqscript_phone_getcallstate
Retrieve the current call state from a mobile device for automation scripts, storing the result in a specified variable to monitor call status during mobile testing or control operations.
Instructions
Get current call state
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resultVariable | No | Variable name to store call state | callState |
Input Schema (JSON Schema)
{
"properties": {
"resultVariable": {
"default": "callState",
"description": "Variable name to store call state",
"type": "string"
}
},
"required": [],
"type": "object"
}