Signaling (previously RTM) SDK v1.5.0 API Reference for Android
|
Public Member Functions |
|
String | getCallerId () |
String | getContent () |
String | getChannelId () |
void | setResponse (String response) |
String | getResponse () |
int | getState () |
The callee's call invitation methods.
String io.agora.rtm.RemoteInvitation.getCallerId | ( | ) |
Allows the callee to get the User ID of the caller.
String io.agora.rtm.RemoteInvitation.getContent | ( | ) |
Allows the callee to get the call invitation content set by the caller.
The caller sets the call invitation content using the
setContent
method.
String io.agora.rtm.RemoteInvitation.getChannelId | ( | ) |
Gets the channel ID.
setChannelId()
method.
void io.agora.rtm.RemoteInvitation.setResponse | ( | String | response | ) |
Allows the callee to set a response to the incoming call invitation.
response |
The callee's response to the call invitation. The number of bytes representing
the response must not exceed 8 KB if encoded in UTF-8.
|
String io.agora.rtm.RemoteInvitation.getResponse | ( | ) |
Allows the callee to get the the call invitation response.
The callee sets the response to the incoming call invitation using the
setResponse
method.
int io.agora.rtm.RemoteInvitation.getState | ( | ) |
Allows the callee to get the state of the incoming call invitation.
See:
RemoteInvitationState
.