Porovnat verze

Klíč

  • Tento řádek byl přidán.
  • Tento řádek byl odstraněn.
  • Formátování bylo změněno.

...

  • Outgoing call (including ringing event)
  • Incoming call (ringing event)
  • Answer call
  • Hang-up
  • Hold
  • Transfer
  • DTMF


Example incoming event

Blok kódu
{
    "type": "data",
    "id": "1",
    "payload": {
        "data": {
            "callEvents": {
                "type": "incoming",
                "parameters": {
                    "number": "+420777888999",
                    "entryTime": null,
                    "value": null,
                    "type": null
                }
            }
        }
    }
}

Example Application

Requirements

  • user credentials (for communicator)
  • git,node.js

Install instructions

Image RemovedImage Removed

API Documentation

Documentation is based on GraphQL Playground - https://www.apollographql.com/docs/apollo-server/features/graphql-playground/

...

Subscriptions
callEvents - Incoming command notification


Examples


Example Application

Requirements

  • user credentials (for communicator)
  • git,node.js


Install instructions


Image AddedImage Added


FAQ

Q: What is the difference between click2dial and RCC?

...