A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
C
- Call - class in com.sinch.android.rtc.calling
- Call object acts as a handler for managing a connection between call participants, accessing details such as start time, state and possible errors.
- callbackHandler(android.os.Handler) - function in com.sinch.android.rtc.SinchClientBuilder
- Sets the callback handler to be used for all Sinch callbacks.
- callbackHandler(com.sinch.android.rtc.internal.CallbackHandler) - function in com.sinch.android.rtc.UserControllerBuilder
- Sets the callback handler (on a thread with a looper) the UserController will post callbacks on.
- callConference(java.lang.String) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(java.lang.String,java.lang.String) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(java.lang.String,java.lang.String,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(java.lang.String,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- CallController - class in com.sinch.android.rtc.calling
- CallController provides the entry point to the calling functionality of the Sinch SDK.
- CallControllerListener - class in com.sinch.android.rtc.calling
- Listener handling changes connected with calling functionality of the Sinch SDK eg.
- CallDetails - class in com.sinch.android.rtc.calling
- Container holding detailed information about a Call instance.
- CallDirection - class in com.sinch.android.rtc.calling
- CallEndCause - class in com.sinch.android.rtc.calling
- Enumeration providing information why given Call has ended.
- CallListener - class in com.sinch.android.rtc.calling
- Represents a listener of Call events.
- CallNotificationResult - class in com.sinch.android.rtc.calling
- The CallNotificationResult is used to indicate the result of a relayed push notification payload and includes call related information.
- callPhoneNumber(java.lang.String,java.lang.String) - function in com.sinch.android.rtc.calling.CallController
- Calls a phone number and terminates the call to the PSTN-network (Publicly Switched Telephone Network).
- callPhoneNumber(java.lang.String,java.lang.String,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Calls a phone number and terminates the call to the PSTN-network (Publicly Switched Telephone Network).
- CallQualityController - class in com.sinch.android.rtc.callquality
- CallQualityController acts as an entry point for accessing call quality functionalities.
- CallQualityWarningEvent - class in com.sinch.android.rtc.callquality.warnings
- General interface for objects describing call quality warning events.
- CallQualityWarningEventListener - class in com.sinch.android.rtc.callquality.warnings
- Receiver of Call Quality warnings events issued by Sinch SDK.
- CallQualityWarningEventType - class in com.sinch.android.rtc.callquality.warnings
- Represents type of the call quality warning event.
- callSip(java.lang.String) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(java.lang.String,java.lang.String) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(java.lang.String,java.lang.String,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(java.lang.String,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- CallState - class in com.sinch.android.rtc.calling
- Enumeration representing different states during a Call lifecycle.
- callUser(java.lang.String,com.sinch.android.rtc.calling.MediaConstraints) - function in com.sinch.android.rtc.calling.CallController
- Makes a call to the user with the given id.
- callUser(java.lang.String,com.sinch.android.rtc.calling.MediaConstraints,java.util.Map) - function in com.sinch.android.rtc.calling.CallController
- Makes a call to the user with the given id.
- CANCELED - enum entry in com.sinch.android.rtc.calling.CallEndCause
- checkManifest() - function in com.sinch.android.rtc.SinchClient
- This method should be called before and be used during development time to verify that the manifest contains the permissions required.
- ClientRegistration - class in com.sinch.android.rtc
- Callback object to be used to proceed in user registration flow 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.callquality - package com.sinch.android.rtc.callquality
- com.sinch.android.rtc.callquality.warnings - package com.sinch.android.rtc.callquality.warnings
- com.sinch.android.rtc.internal.client.log - package com.sinch.android.rtc.internal.client.log
- com.sinch.android.rtc.video - package com.sinch.android.rtc.video
- ConstantInboundAudioLevelWarningEvent - class in com.sinch.android.rtc.callquality.warnings
- Warning issued when standard deviation of audio level measurements from last 20 seconds is lower then 0.5% of the maximum possible audio level value.
- ConstantOutboundAudioLevelWarningEvent - class in com.sinch.android.rtc.callquality.warnings
- Warning issued when standard deviation of audio level measurements from last 20 seconds is lower then 0.5% of the maximum possible audio level value.
- context(android.content.Context) - function in com.sinch.android.rtc.SinchClientBuilder
- Sets the context associated with the SinchClient.
- context(android.content.Context) - function in com.sinch.android.rtc.UserControllerBuilder
- Sets the context associated with the UserController.
- convertToBlackAndWhite(com.sinch.android.rtc.video.VideoFrame) - function in com.sinch.android.rtc.video.VideoUtils
- Demo method that shows how to process in-place VideoFrame by converting it to black-and-white image.