- Call - Interface in com.sinch.android.rtc.calling
-
- callbackHandler(CallbackHandler) - Method in interface com.sinch.android.rtc.UserControllerBuilder
-
Sets the callback handler (on a thread with a looper) the UserController will post callbacks on.
- CallClient - Interface in com.sinch.android.rtc.calling
-
CallClient provides the entry point to the calling functionality of the Sinch SDK.
- CallClientListener - Interface in com.sinch.android.rtc.calling
-
- callConference(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Calls the conference with the given id.
- callConference(String, Map<String, String>) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Calls the conference with the given id and the given headers.
- CallDetails - Interface in com.sinch.android.rtc.calling
-
- CallDirection - Enum in com.sinch.android.rtc.calling
-
- CallEndCause - Enum in com.sinch.android.rtc.calling
-
- callerIdentifier(String) - Method in interface com.sinch.android.rtc.SinchClientBuilder
-
Sets the caller identifier used when calling with PSTN.
- CallListener - Interface in com.sinch.android.rtc.calling
-
Represents a listener of
Call
events.
- CallNotificationResult - Interface in com.sinch.android.rtc.calling
-
- callPhoneNumber(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Calls a phone number and terminates the call to the PSTN-network (Publicly Switched
Telephone Network).
- callPhoneNumber(String, Map<String, String>) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Calls a phone number and terminates the call to the PSTN-network (Publicly Switched
Telephone Network).
- callSip(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a SIP call to the user with the given identity.
- callSip(String, Map<String, String>) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a SIP call to the user with the given identity and adding the given headers.
- CallState - Enum in com.sinch.android.rtc.calling
-
- callUser(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a call to the user with the given id.
- callUser(String, Map<String, String>) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a call to the user with the given id and adding the given headers.
- callUserVideo(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a video call to the user with the given id.
- callUserVideo(String, Map<String, String>) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Makes a video call to the user with the given id and adding the given headers.
- checkManifest() - Method in interface com.sinch.android.rtc.SinchClient
-
This method should be called before start()
and be used during
development time to verify that the manifest contains the permissions
required.
- ClientRegistration - Interface in com.sinch.android.rtc
-
Callback object to be used to proceed in user registration/setup when
registration credentials for the user in question have been obtained.
- com.sinch.android.rtc - package com.sinch.android.rtc
-
- com.sinch.android.rtc.calling - package com.sinch.android.rtc.calling
-
- com.sinch.android.rtc.video - package com.sinch.android.rtc.video
-
- context(Context) - Method in interface com.sinch.android.rtc.SinchClientBuilder
-
Sets the context associated with the SinchClient.
- context(Context) - Method in interface com.sinch.android.rtc.UserControllerBuilder
-
Sets the context associated with the UserController.
- convertToBlackAndWhite(VideoFrame) - Static method in class com.sinch.android.rtc.video.VideoUtils
-
Demo method that shows how to process in-place VideoFrame by converting it to black-and-white image.
- getAudioController() - Method in interface com.sinch.android.rtc.SinchClient
-
Returns an AudioController
object for controlling different audio
settings.
- getCall(String) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Returns the Call
object with the identifier callId
.
- getCallClient() - Method in interface com.sinch.android.rtc.SinchClient
-
Returns the CallClient
object for placing and receiving calls.
- getCallId() - Method in interface com.sinch.android.rtc.calling.Call
-
Returns the call identifier.
- getCallId() - Method in interface com.sinch.android.rtc.calling.CallNotificationResult
-
Returns the call identifier.
- getCallResult() - Method in interface com.sinch.android.rtc.NotificationResult
-
- getCaptureDevicePosition() - Method in interface com.sinch.android.rtc.video.VideoController
-
- getCode() - Method in interface com.sinch.android.rtc.SinchError
-
Returns the error code that should be used only for logging and troubleshooting purposes.
- getColorFormat() - Method in class com.sinch.android.rtc.video.VideoFrame.DefaultVideoFrame
-
- getColorFormat() - Method in interface com.sinch.android.rtc.video.VideoFrame
-
- getDefaultConfig() - Static method in class com.sinch.android.rtc.MediaHandoverConfig
-
- getDetails() - Method in interface com.sinch.android.rtc.calling.Call
-
Returns metadata about the call.
- getDirection() - Method in interface com.sinch.android.rtc.calling.Call
-
- getDisplayName() - Method in interface com.sinch.android.rtc.NotificationResult
-
The display name of the user calling or sending the message, if available.
- getDuration() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
Returns the duration of the call in seconds.
- getEndCause() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
Returns the cause of why a call ended, after it has ended.
- getEndedTime() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
Returns the ended time of the call.
- getError() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
If the end cause is CallEndCause.FAILURE
, then this method returns
an error object that describes the error.
- getErrorType() - Method in interface com.sinch.android.rtc.SinchError
-
Returns the error type which describes which part of the SDK caused the error.
- getEstablishedTime() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
Returns the time when the call was established.
- getExtras() - Method in interface com.sinch.android.rtc.SinchError
-
Returns a map containing any extra information about the error.
- getHeaders() - Method in interface com.sinch.android.rtc.calling.Call
-
Returns the headers.
- getHeaders() - Method in interface com.sinch.android.rtc.calling.CallNotificationResult
-
Returns public headers associated with the call.
- getHighPacketLossTimeoutMs() - Method in class com.sinch.android.rtc.MediaHandoverConfig
-
- getLocalUserId() - Method in interface com.sinch.android.rtc.SinchClient
-
Returns the id of the user associated with this SinchClient
.
- getLocalView() - Method in interface com.sinch.android.rtc.video.VideoController
-
- getMessage() - Method in interface com.sinch.android.rtc.SinchError
-
Returns a human readable message of the error, if available.
- getNoNetworkTimeoutMs() - Method in class com.sinch.android.rtc.MediaHandoverConfig
-
- getNoPacketsTimeoutMs() - Method in class com.sinch.android.rtc.MediaHandoverConfig
-
- getNumOfRetrialsWhenNoPackets() - Method in class com.sinch.android.rtc.MediaHandoverConfig
-
- getPushData() - Method in interface com.sinch.android.rtc.PushPair
-
Identifier for the specific device that should be woken up by the push notification.
- getPushPayload() - Method in interface com.sinch.android.rtc.PushPair
-
Opaque Sinch-specific payload to be sent with the push notification.
- getRemoteUserId() - Method in interface com.sinch.android.rtc.calling.Call
-
Returns the identifier of the remote participant in the call.
- getRemoteUserId() - Method in interface com.sinch.android.rtc.calling.CallNotificationResult
-
Returns the remote user identifier.
- getRemoteView() - Method in interface com.sinch.android.rtc.video.VideoController
-
- getRequiredPermission() - Method in exception com.sinch.android.rtc.MissingPermissionException
-
- getRotation() - Method in class com.sinch.android.rtc.video.VideoFrame.DefaultVideoFrame
-
- getRotation() - Method in interface com.sinch.android.rtc.video.VideoFrame
-
- getSinchClientBuilder() - Static method in class com.sinch.android.rtc.Sinch
-
Returns a SinchClientBuilder instance that can be used to create a new SinchClient.
- getStartedTime() - Method in interface com.sinch.android.rtc.calling.CallDetails
-
Returns the started time of the call.
- getState() - Method in interface com.sinch.android.rtc.calling.Call
-
Returns the
CallState
the call is currently in.
- getUserControllerBuilder() - Static method in class com.sinch.android.rtc.Sinch
-
Returns a UserControllerBuilder instance that can be used create a new UserController, which is used to register
new user and its FCM Push Token for the Sinch Managed push to allow receiving incoming calls via push for this
specified user on this very device.
- getValue() - Method in enum com.sinch.android.rtc.calling.CallEndCause
-
- getVersion() - Static method in class com.sinch.android.rtc.Sinch
-
Returns the current version of the Sinch SDK library.
- getVideoController() - Method in interface com.sinch.android.rtc.SinchClient
-
Returns a VideoController
object for managing and retrieving views for Video calls.
- onAudioBuffer(int, int, ByteBuffer) - Method in interface com.sinch.android.rtc.LocalAudioListener
-
Called when a new audio buffer is available from the local audio recorder.
- onAudioRecordingStarted(int, int, int, int) - Method in interface com.sinch.android.rtc.LocalAudioListener
-
Called when a audio recording is stopped.
- onAudioRecordingStopped(int) - Method in interface com.sinch.android.rtc.LocalAudioListener
-
Called when a audio recording is stopped.
- onCallEnded(Call) - Method in interface com.sinch.android.rtc.calling.CallListener
-
Tells the listener that the call ended.
- onCallEstablished(Call) - Method in interface com.sinch.android.rtc.calling.CallListener
-
Tells the listener that the call was established .
- onCallProgressing(Call) - Method in interface com.sinch.android.rtc.calling.CallListener
-
Tells the listener that the outgoing call is progressing and a progress tone can be played.
- onClientFailed(SinchClient, SinchError) - Method in interface com.sinch.android.rtc.SinchClientListener
-
Tells the listener that there was an error in the
SinchClient
.
- onClientStarted(SinchClient) - Method in interface com.sinch.android.rtc.SinchClientListener
-
Tells the listener that the client has started and ready for initiating
outgoing calls.
- onCredentialsRequired(ClientRegistration) - Method in interface com.sinch.android.rtc.UserRegistrationCallback
-
- onFrame(VideoFrame, ProcessedVideoFrameListener) - Method in interface com.sinch.android.rtc.video.LocalVideoFrameListener
-
Called when a new frame is available from the local camera.
- onFrame(String, VideoFrame) - Method in interface com.sinch.android.rtc.video.RemoteVideoFrameListener
-
Called when a new frame is received from the remote stream.
- onFrameProcessed() - Method in interface com.sinch.android.rtc.video.ProcessedVideoFrameListener
-
Called from
LocalVideoFrameListener
onFrame()
when the in-place processing of captured frame is complete
and a new local updated frame is available to send to the remote client.
- onIncomingCall(CallClient, Call) - Method in interface com.sinch.android.rtc.calling.CallClientListener
-
Tells the listener that an incoming call has been received.
- onLogMessage(int, String, String) - Method in interface com.sinch.android.rtc.SinchClientListener
-
Optional method for handling log messages from the underlying calling
functionality.
- onPushTokenRegistered() - Method in interface com.sinch.android.rtc.PushTokenRegistrationCallback
-
Informs that the push token has been successfully registered on backend and
the application is ready to receive incoming calls via push notification.
- onPushTokenRegistrationFailed(SinchError) - Method in interface com.sinch.android.rtc.PushTokenRegistrationCallback
-
Informs that the push token registration failed and the application will not
be able to receive incoming calls via push notification.
- onUserRegistered() - Method in interface com.sinch.android.rtc.UserRegistrationCallback
-
- onUserRegistrationFailed(SinchError) - Method in interface com.sinch.android.rtc.UserRegistrationCallback
-
- onVideoTrackAdded(Call) - Method in interface com.sinch.android.rtc.video.VideoCallListener
-
Called when a Video track has been added to the call.
- onVideoTrackPaused(Call) - Method in interface com.sinch.android.rtc.video.VideoCallListener
-
- onVideoTrackResumed(Call) - Method in interface com.sinch.android.rtc.video.VideoCallListener
-
- sendDTMF(String) - Method in interface com.sinch.android.rtc.calling.Call
-
Sends one or more DTMF tones for tone dialing.
- setBandwidthLimits(int, int) - Method in interface com.sinch.android.rtc.calling.Call
-
Sets bandwidth limitations on negotiated media streams.
- setCaptureDevicePosition(int) - Method in interface com.sinch.android.rtc.video.VideoController
-
Sets the camera to use for capturing video
- setLocalAudioListener(LocalAudioListener) - Method in interface com.sinch.android.rtc.AudioController
-
Sets a listener for the local audio listener.
- setLocalVideoFrameListener(LocalVideoFrameListener) - Method in interface com.sinch.android.rtc.video.VideoController
-
Sets a listener for the local video frames.
- setLocalVideoZOrder(boolean) - Method in interface com.sinch.android.rtc.video.VideoController
-
Sets whether local video (preview from camera) should be rendered on top of remove video view (default behaviour) or vice versa in case views are overlapping.
- setMediaHandover(boolean) - Method in interface com.sinch.android.rtc.calling.Call
-
Enables and disables media handover functionality.
- setMediaHandover(boolean) - Method in interface com.sinch.android.rtc.SinchClient
-
Enables and disables media handover functionality.
- setMediaHandoverConfig(SinchClient, MediaHandoverConfig) - Static method in class com.sinch.android.rtc.Beta
-
Provides a way to override default timeouts governing media handover behavior and call auto-disconnection.
- setPushNotificationDisplayName(String) - Method in interface com.sinch.android.rtc.SinchClient
-
Specify a display name to be used when the Sinch client sends a push notification on
behalf of the local user (e.g.
- setRemoteVideoFrameListener(RemoteVideoFrameListener) - Method in interface com.sinch.android.rtc.video.VideoController
-
Sets a listener for the remote video frames.
- setResizeBehaviour(VideoScalingType) - Method in interface com.sinch.android.rtc.video.VideoController
-
Controls how the remote view will resize to fit the view.
- setRespectNativeCalls(boolean) - Method in interface com.sinch.android.rtc.calling.CallClient
-
Set whether or not the client should respect native calls.
- setSupportManagedPush(boolean) - Method in interface com.sinch.android.rtc.SinchClient
-
Enables the use of managed push, where Sinch is responsible for sending your app a push notification when
necessary.
- setTorchMode(boolean) - Method in interface com.sinch.android.rtc.video.VideoController
-
Enables/disables flash torch mode during current video session.
- Sinch - Class in com.sinch.android.rtc
-
The Sinch class is the entry point to use the Sinch SDK.
- Sinch() - Constructor for class com.sinch.android.rtc.Sinch
-
- SinchClient - Interface in com.sinch.android.rtc
-
The SinchClient is the Sinch SDK entry point.
- SinchClientBuilder - Interface in com.sinch.android.rtc
-
The SinchClientBuilder class builds a new SinchClient instance.
- SinchClientListener - Interface in com.sinch.android.rtc
-
A SinchClientListener
handles client state changes and the optional log
method allows the listener to log messages from the underlying calling
functionality.
- SinchError - Interface in com.sinch.android.rtc
-
- SinchHelpers - Class in com.sinch.android.rtc
-
- SinchHelpers() - Constructor for class com.sinch.android.rtc.SinchHelpers
-
- start() - Method in interface com.sinch.android.rtc.SinchClient
-
Starts the Sinch client.
- startListeningOnActiveConnection() - Method in interface com.sinch.android.rtc.SinchClient
-
Start listening for incoming calls.
- stopListeningOnActiveConnection() - Method in interface com.sinch.android.rtc.SinchClient
-
Stop listening for incoming calls.
- valueOf(String) - Static method in enum com.sinch.android.rtc.AudioController.UseSpeakerphone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sinch.android.rtc.calling.CallDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sinch.android.rtc.calling.CallEndCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sinch.android.rtc.calling.CallState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sinch.android.rtc.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sinch.android.rtc.video.VideoScalingType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.sinch.android.rtc.AudioController.UseSpeakerphone
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sinch.android.rtc.calling.CallDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sinch.android.rtc.calling.CallEndCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sinch.android.rtc.calling.CallState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sinch.android.rtc.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sinch.android.rtc.video.VideoScalingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VideoCallListener - Interface in com.sinch.android.rtc.video
-
- VideoController - Interface in com.sinch.android.rtc.video
-
Interface for controlling different video settings.
- VideoFrame - Interface in com.sinch.android.rtc.video
-
Interface for representing video frame.
- VideoFrame.DefaultVideoFrame - Class in com.sinch.android.rtc.video
-
- VideoScalingType - Enum in com.sinch.android.rtc.video
-
- VideoUtils - Class in com.sinch.android.rtc.video
-
- VideoUtils() - Constructor for class com.sinch.android.rtc.video.VideoUtils
-