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 | ( | ) |
Gets the ID of the caller.
String io.agora.rtm.RemoteInvitation.getContent | ( | ) |
Gets the content of the call invitation.
String io.agora.rtm.RemoteInvitation.getChannelId | ( | ) |
Gets the channel ID.
void io.agora.rtm.RemoteInvitation.setResponse | ( | String | response | ) |
Sets the callee's response to the 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 | ( | ) |
Gets the callee's response to the call invitation.
int io.agora.rtm.RemoteInvitation.getState | ( | ) |
Gets the state of the incoming call invitation.