getInvitationList abstract method
Get invitation list.
roomId Room ID.
cursor Pagination cursor. For the first fetch, use an empty string.
count The number of invitations to fetch.
Implementation
Future<TUIValueCallBack<TUIInvitationListResult>> getInvitationList(String roomId, String cursor, int count);