Sinch Client
The SinchClient is the Sinch SDK entry point.
It provides access to the feature classes in the Sinch SDK:
See also
Functions
Adds SinchClientListener object that handles events from the SinchClient.
This method should be called before and be used during development time to verify that the manifest contains the permissions required. Once the application is ready to be published any calls to this manifest can be removed.
Method used to forward the push notification payload. This will implicitly start the SinchClient if it wasn't already started.
Removes listener for client events.
Terminates the Sinch client, while still leaving it some time to finish up currently pending tasks, for example finishing pending HTTP requests.
Unregisters any push token that has been registered for Sinch Managed Push (for the User that this instance is bound to).
Properties
AudioController object for controlling different audio settings.
The CallController object used for placing and receiving calls.
The id of the user associated with this SinchClient.
VideoController object for managing and retrieving views for Video calls.