Confirmed users
632
edits
Line 182: | Line 182: | ||
** ''midcall'' - The call was set up and in progress when the user indicated an issue. | ** ''midcall'' - The call was set up and in progress when the user indicated an issue. | ||
** ''postcall'' - The call was already finished when the user indicated an issue. The call may have never set up successfully. | ** ''postcall'' - The call was already finished when the user indicated an issue. The call may have never set up successfully. | ||
* '''setupState''': call setup state; see [[MVP#Call_Setup_States]] ''(only if phase == setup)'' | * '''setupState''': call setup state; see [[Loop/Architecture/MVP#Call_Setup_States]] ''(only if phase == setup)'' | ||
** ''init'' | ** ''init'' | ||
** ''alerting'' | ** ''alerting'' | ||
Line 208: | Line 208: | ||
** ''doNotDisturb'' | ** ''doNotDisturb'' | ||
** ''disconnected'' | ** ''disconnected'' | ||
* '''termination''': If the call has been during setup, the "reason" code from the call progress signaling (see [[MVP#Termination_Reasons]]). | * '''termination''': If the call has been during setup, the "reason" code from the call progress signaling (see [[Loop/Architecture/MVP#Termination_Reasons]]). | ||
* '''reason''': User-selected value, one of the following: | * '''reason''': User-selected value, one of the following: | ||
** ''quality'' | ** ''quality'' | ||
** ''failure'' | |||
* '''comment''': User-provided description of problem. | * '''comment''': User-provided description of problem. | ||
* '''okToContact''': Set to "true" only if user opts-in to option to let developer contact them about this report | * '''okToContact''': Set to "true" only if user opts-in to option to let developer contact them about this report |