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