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 .
|