Package | Description |
---|---|
com.sinch.android.rtc |
Modifier and Type | Method and Description |
---|---|
SinchClient |
SinchClientBuilder.build()
Creates the resulting SinchClient.
|
Modifier and Type | Method and Description |
---|---|
static ManagedPush |
Beta.createManagedPush(SinchClient client)
Returns an instance of
ManagedPush that manages registration of push tokens that
enables Sinch Managed Push functionality and allows to receive incoming call via push notifications. |
void |
SinchClientListener.onClientFailed(SinchClient client,
SinchError error)
Tells the listener that there was an error in the
SinchClient . |
void |
SinchClientListener.onClientStarted(SinchClient client)
Tells the listener that the client has started and ready for initiating
outgoing calls.
|
void |
SinchClientListener.onClientStopped(SinchClient client)
Deprecated.
As of release 3.1.0, no replacement.
|
void |
SinchClientListener.onRegistrationCredentialsRequired(SinchClient client,
ClientRegistration registrationCallback)
Tells the listener that it is required to provide additional registration
credentials.
|
static void |
Beta.setMediaHandoverConfig(SinchClient client,
MediaHandoverConfig config)
Provides a way to override default timeouts governing media handover behavior and call auto-disconnection.
|
Copyright 2016, Sinch AB