Capability checking

To understand the level of RCS capabilities of a device, it may be necessary to perform a capability check.

By identifying the RCS features a device does or doesn't support, it allows you to tailor messages to the capabilities of the user's device, or choose to communicate with them using a different channel.

When sending a message to a user via the Sinch RCS, an inline capability check is always performed, enabling appropriate fallback conditions to be used.

It's also possible to perform a standalone capability check using the capabilities endpoint

Important

Some RCS suppliers don't allow standalone capability checks for technical or contractual reasons. In this event, the Sinch RCS API will return a 451 response code and a "Capability lookup not allowed" error.

Copy
Copied
{
   "ref_id":"017b0734-b832-01df-8757-f5886b7d55e5",
   "error":"Capability lookup not allowed",
   "error_code":1018,
   "field_errors":[
      {
         "field":"",
         "errors":[
            "Capability lookup not allowed"
         ]
      }
   ]
}

List of possible RCS capabilities

The following table details the possible RCS capabilities that a device may have.

Capability Description
callComposer Enrich calling pre-call setup
videoCall Video calling
chatBotCommunication Rich Card and Suggested Chip List
fileTransfer Standalone file transfer and AMR audio message
geolocationPush Geolocation information
chat Text message
We'd love to hear from you!
Rate this content:
Still have a question?
 
Ask the community.