Video Streaming Settings
The Video Streaming settings are defined in JSON format as key-value pairs. The following settings are available:
The Video Streaming processor does not have mappings because the operator decides if the application is approved or not, not a value stored in an attribute in the source entity.
Examples
Copy
{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BARET_AccountApplication",
"SourceLookupDestinationName": "retailApplicantId",
"maskNextStepURLSuccess": { "entity":"FTOS_BARET_AccountApplication", "form": "FTOS_BARET_AccountApplication_UserJourney", "section": "Contract " },
"maskNextStepURLFail": { "entity":"FTOS_BARET_AccountApplication", "form": "FTOS_BARET_AccountApplication_UserJourney", "section": "Video Call Unsuccessful " },
"QueueParameters":
[
{
"ParamName": "Name",
"ParamValue": "bankAgencyA"
}
]
}