Call Controller
interface CallController
CallController provides the entry point to the calling functionality of the Sinch SDK.
See also
Functions
Link copied to clipboard
The CallControllerListener object that will be notified of new incoming calls.
Link copied to clipboard
Link copied to clipboard
Makes a SIP call to the user with the given sip uri. The identity should be in the form "user@server".
Link copied to clipboard
Removes listener for incoming call events. If listener was not added before method is no-op.
Link copied to clipboard
Set whether or not the client should respect native calls. If this is set to true, answering native calls will hangup any ongoing Sinch calls. Also, if in a native calls, incoming Sinch calls will be denied automatically. If set to true, the app requires permissions android.permission.READ_PHONE_STATE. Defaults to true.