A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V 

A

addCallControllerListener(CallControllerListener) - function in com.sinch.android.rtc.calling.CallController
The CallControllerListener object that will be notified of new incoming calls.
addCallListener(CallListener) - function in com.sinch.android.rtc.calling.Call
Adds a callListener to the call.
addExternalPushListener(SinchClient,ExternalPushListener) - function in com.sinch.android.rtc.Internals
 
addSinchClientListener(SinchClientListener) - function in com.sinch.android.rtc.SinchClient
Adds SinchClientListener object that handles events from the SinchClient.
addSuppressed(Throwable) - function in kotlin.Throwable
 
answer() - function in com.sinch.android.rtc.calling.Call
Answers an incoming call.
applicationId(String) - function in com.sinch.android.rtc.HmsPushConfigurationBuilder
Sets the HMS Application Id.
applicationKey(String) - function in com.sinch.android.rtc.SinchClientBuilder
Sets the application key associated with the SinchClient.
applicationKey(String) - function in com.sinch.android.rtc.UserControllerBuilder
Sets the application key associated with the UserController.
ASPECT_BALANCED - enum entry in com.sinch.android.rtc.video.VideoScalingType

Compromise between ASPECT_FIT and ASPECT_FILL. Video frame will fill as much of the view as possible while maintaining aspect ratio, as long as at least 56% of the frame content will be shown.

ASPECT_FILL - enum entry in com.sinch.android.rtc.video.VideoScalingType

Video frame is scaled to fill the size of the view while maintaining the aspect ratio. Some portion of the video frame may be clipped.

ASPECT_FIT - enum entry in com.sinch.android.rtc.video.VideoScalingType

Video frame is scaled to fit the size of the view while maintaining the aspect ratio. Transparent borders may be displayed.

AudioController - class in com.sinch.android.rtc
Interface for controlling different audio settings.
AudioController.AudioRoutingConfig - class in com.sinch.android.rtc.AudioController
Automatic routing configuration data.
AudioController.UseSpeakerphone - class in com.sinch.android.rtc.AudioController
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V