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

O

onCallAnswered(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallListener
Tells the listener that the callee answered the call.
onCallAnswered(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.VideoCallListener
Tells the listener that the callee answered the call.
onCallEnded(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallListener
Tells the listener that the call has entered the CallState.ENDED state.
onCallEnded(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.VideoCallListener
Tells the listener that the call has entered the CallState.ENDED state.
onCallEstablished(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallListener
Tells the listener that the call was answered and media stream is connected.
onCallEstablished(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.VideoCallListener
Tells the listener that the call was answered and media stream is connected.
onCallProgressing(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallListener
Tells the listener that the outgoing call has entered the CallState.PROGRESSING state and a progress tone can be played.
onCallProgressing(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.VideoCallListener
Tells the listener that the outgoing call has entered the CallState.PROGRESSING state and a progress tone can be played.
onCallQualityWarningEvent(com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent) - function in com.sinch.android.rtc.callquality.warnings.CallQualityWarningEventListener
Invoked by Sinch SDK when an event connected with call quality warnings functionality is observed.
onCallRinging(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallListener
Tells the listener that the outgoing call has entered the CallState.RINGING state and the callee received the call.
onCallRinging(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.VideoCallListener
Tells the listener that the outgoing call has entered the CallState.RINGING state and the callee received the call.
onClientFailed(com.sinch.android.rtc.SinchClient,com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.SinchClientListener
Tells the listener that there was an error in the SinchClient.
onClientStarted(com.sinch.android.rtc.SinchClient) - function in com.sinch.android.rtc.SinchClientListener
Tells the listener that the client has started and ready for initiating outgoing calls.
onCredentialsRequired(com.sinch.android.rtc.ClientRegistration) - function in com.sinch.android.rtc.SinchClientListener
Called when SDK needs to verify user's identity within your application.
onCredentialsRequired(com.sinch.android.rtc.ClientRegistration) - function in com.sinch.android.rtc.UserRegistrationCallback
Called when SDK needs to verify user's identity within your application.
onFrame(com.sinch.android.rtc.video.VideoFrame,com.sinch.android.rtc.video.ProcessedVideoFrameListener) - function in com.sinch.android.rtc.video.LocalVideoFrameListener
Called on a worker thread when a new frame is available from the local camera.
onFrame(java.lang.String,com.sinch.android.rtc.video.VideoFrame) - function in com.sinch.android.rtc.video.RemoteVideoFrameListener
Called when a new frame is received from the remote stream.
onFrameProcessed() - function in 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(com.sinch.android.rtc.calling.CallController,com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.calling.CallControllerListener
Tells the listener that an incoming call has been received.
onLogMessage(java.lang.Integer,java.lang.String,java.lang.String) - function in com.sinch.android.rtc.SinchClientListener
Optional method for handling log messages from the Sinch SDK.
onLogMessage(java.lang.Integer,java.lang.String,java.lang.String,java.lang.Throwable) - function in com.sinch.android.rtc.SinchClientListener
Optional method for handling log messages from the Sinch SDK.
onLogMessage(java.lang.Integer,java.lang.String,java.lang.String) - function in com.sinch.android.rtc.SinchLogCallback
Optional method for handling log messages from the Sinch SDK.
onLogMessage(java.lang.Integer,java.lang.String,java.lang.String,java.lang.Throwable) - function in com.sinch.android.rtc.SinchLogCallback
Optional method for handling log messages from the Sinch SDK.
onPushTokenRegistered() - function in 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.
onPushTokenRegistered() - function in com.sinch.android.rtc.SinchClientListener
Informs that the push token has been successfully registered on backend and the application is ready to receive incoming calls via push notification.
onPushTokenRegistrationFailed(com.sinch.android.rtc.SinchError) - function in 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.
onPushTokenRegistrationFailed(com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.SinchClientListener
Informs that the push token registration failed and the application will not be able to receive incoming calls via push notification.
onPushTokenUnregistered() - function in com.sinch.android.rtc.PushTokenUnregistrationCallback
Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notifications anymore.
onPushTokenUnregistered() - function in com.sinch.android.rtc.SinchClientListener
Informs that the push token has been successfully unregistered on backend and the application will not receive incoming calls via push notifications anymore.
onPushTokenUnregistrationFailed(com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.PushTokenUnregistrationCallback
Informs that the push token unregistration failed
onPushTokenUnregistrationFailed(com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.SinchClientListener
Informs that the push token unregistration failed
onUserRegistered() - function in com.sinch.android.rtc.SinchClientListener
Informs that user has been successfully registered.
onUserRegistered() - function in com.sinch.android.rtc.UserRegistrationCallback
Informs that user has been successfully registered.
onUserRegistrationFailed(com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.SinchClientListener
Informs that user registration has failed and Sinch SDK will not function properly.
onUserRegistrationFailed(com.sinch.android.rtc.SinchError) - function in com.sinch.android.rtc.UserRegistrationCallback
Informs that user registration has failed and Sinch SDK will not function properly.
onVideoTrackAdded(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.video.VideoCallListener
Called when a Video track has been added to the call.
onVideoTrackPaused(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.video.VideoCallListener
Called when a Video track has been paused by the remote participant.
onVideoTrackResumed(com.sinch.android.rtc.calling.Call) - function in com.sinch.android.rtc.video.VideoCallListener
Called when a Video track has been resumed by the remote participant.
org.chromium.base - package org.chromium.base
 
OTHER_DEVICE_ANSWERED - enum entry in com.sinch.android.rtc.calling.CallEndCause
 
OUTGOING - enum entry in com.sinch.android.rtc.calling.CallDirection
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  Z