A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
C
- Call - class in com.sinch.android.rtc.calling
- callbackHandler(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(String) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(String,String) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(String,String,Map) - function in com.sinch.android.rtc.calling.CallController
- Calls the conference with the given id.
- callConference(String,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
- CallDetails - class in com.sinch.android.rtc.calling
- CallDirection - class in com.sinch.android.rtc.calling
- CallEndCause - class in com.sinch.android.rtc.calling
- 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 and includes call related information.
- callPhoneNumber(String,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(String,String,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).
- callSip(String) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(String,String) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(String,String,Map) - function in com.sinch.android.rtc.calling.CallController
- Makes a SIP call to the user with the given sip uri.
- callSip(String,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
- callUser(String,MediaConstraints) - function in com.sinch.android.rtc.calling.CallController
- Makes a call to the user with the given id.
- callUser(String,MediaConstraints,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/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) - function in com.sinch.android.rtc.SinchClientBuilder
- Sets the context associated with the SinchClient.
- context(Context) - function in com.sinch.android.rtc.UserControllerBuilder
- Sets the context associated with the UserController.
- convertToBlackAndWhite(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.