Skip to main content
Version: 1.1

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