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 void |
Internals.disableSupportActiveConnection(SinchClient client) |
static void |
Internals.enableSupportActiveConnection(SinchClient client) |
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.
|
static void |
Beta.setMediaHandoverConfig(SinchClient client,
MediaHandoverConfig config)
Provides a way to override default timeouts governing media handover behavior and call auto-disconnection.
|
static void |
Internals.terminateForcefully(SinchClient client)
Terminates SinchClient forcefully (in contrast to
terminateGracefully()
This will instantly release all internal resources, and it will NOT
allow any pending tasks (e.g. |
Copyright 2016, Sinch AB