Package | Description |
---|---|
com.sinch.android.rtc.calling | |
com.sinch.android.rtc.video |
Modifier and Type | Method and Description |
---|---|
Call |
CallClient.callConference(java.lang.String conferenceId)
Calls the conference with the given id.
|
Call |
CallClient.callConference(java.lang.String conferenceId,
java.util.Map<java.lang.String,java.lang.String> headers)
Calls the conference with the given id and the given headers.
|
Call |
CallClient.callPhoneNumber(java.lang.String phoneNumber)
Calls a phone number and terminates the call to the PSTN-network (Publicly Switched
Telephone Network).
|
Call |
CallClient.callPhoneNumber(java.lang.String phoneNumber,
java.util.Map<java.lang.String,java.lang.String> headers)
Calls a phone number and terminates the call to the PSTN-network (Publicly Switched
Telephone Network).
|
Call |
CallClient.callSip(java.lang.String sipIdentity)
Makes a SIP call to the user with the given identity.
|
Call |
CallClient.callSip(java.lang.String sipIdentity,
java.util.Map<java.lang.String,java.lang.String> headers)
Makes a SIP call to the user with the given identity and adding the given headers.
|
Call |
CallClient.callUser(java.lang.String toUserId)
Makes a call to the user with the given id.
|
Call |
CallClient.callUser(java.lang.String toUserId,
java.util.Map<java.lang.String,java.lang.String> headers)
Makes a call to the user with the given id and adding the given headers.
|
Call |
CallClient.callUserVideo(java.lang.String toUserId)
Makes a video call to the user with the given id.
|
Call |
CallClient.callUserVideo(java.lang.String toUserId,
java.util.Map<java.lang.String,java.lang.String> headers)
Makes a video call to the user with the given id and adding the given headers.
|
Call |
CallClient.getCall(java.lang.String callId)
Returns the
Call object with the identifier callId . |
Modifier and Type | Method and Description |
---|---|
void |
CallListener.onCallEnded(Call call)
Tells the listener that the call ended.
|
void |
CallListener.onCallEstablished(Call call)
Tells the listener that the call was established .
|
void |
CallListener.onCallProgressing(Call call)
Tells the listener that the outgoing call is progressing and a progress tone can be played.
|
void |
CallClientListener.onIncomingCall(CallClient callClient,
Call call)
Tells the listener that an incoming call has been received.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoCallListener.onVideoTrackAdded(Call call)
Called when a Video track has been added to the call.
|
void |
VideoCallListener.onVideoTrackPaused(Call call) |
void |
VideoCallListener.onVideoTrackResumed(Call call) |
Copyright 2016, Sinch AB