Uses of Interface
com.sinch.android.rtc.SinchClient
-
Packages that use SinchClient Package Description com.sinch.android.rtc -
-
Uses of SinchClient in com.sinch.android.rtc
Methods in com.sinch.android.rtc that return SinchClient Modifier and Type Method Description SinchClient
SinchClientBuilder. build()
Creates the resulting SinchClient.Methods in com.sinch.android.rtc with parameters of type SinchClient Modifier and Type Method 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 theSinchClient
.void
SinchClientListener. onClientStarted(SinchClient client)
Tells the listener that the client has started and ready for initiating outgoing calls.static void
Internals. terminateForcefully(SinchClient client)
Terminates SinchClient forcefully (in contrast toterminateGracefully()
This will instantly release all internal resources, and it will NOT allow any pending tasks (e.g.static void
Internals. useAllIceCandidates(SinchClient client)
static void
Internals. useRelayIceCandidatesOnly(SinchClient client)
-