Public Member Functions | |
String | getCalleeId () |
void | setContent (String content) |
String | getContent () |
void | setChannelId (String channelId) |
String | getChannelId () |
String | getResponse () |
int | getState () |
The caller's call invitation methods.
String io.agora.rtm.LocalInvitation.getCalleeId | ( | ) |
Gets the ID of the callee.
void io.agora.rtm.LocalInvitation.setContent | ( | String | content | ) |
Sets the content of the call invitation.
content | The content of the call invitation. The number of bytes representing content must not exceed 8 × 1024 if encoded in UTF-8. |
String io.agora.rtm.LocalInvitation.getContent | ( | ) |
Gets the content of the call invitation.
void io.agora.rtm.LocalInvitation.setChannelId | ( | String | channelId | ) |
Sets the channel ID.
channelId | The channel ID to be set. |
String io.agora.rtm.LocalInvitation.getChannelId | ( | ) |
Gets the channel ID.
String io.agora.rtm.LocalInvitation.getResponse | ( | ) |
Gets the callee's response to the call invitation.
int io.agora.rtm.LocalInvitation.getState | ( | ) |
Gets the state of the outgoing call invitation.