FDC3 StandardIntents PartStartCallVersion: NextOn this pageStartCall Initiate a call with a contact or list of contacts. Intent Name StartCall Display Name Start a Call Possible Contexts Contact ContactList Example const contact = { type: 'fdc3.contact', name: 'Jane Doe', id: { email: 'jane@mail.com' }}fdc3.raiseIntent('StartCall', contact) See Also Context Contact ContactList Intents StartChat StartEmail