customData property

String? customData
getter/setter pair

Custom string associated with the call session.

It can be passed to the Voximplant Cloud to be obtained from the CallAlerting event or Call History using HTTP API.

Maximum size is 200 bytes.

Use VICall.sendMessage to pass a string over the limit; in order to pass a large data use media_session_access_url on your backend.

Implementation

String? customData;