handleParticipantUserDetails(result, replaceAll);
}
};
GetWorkspaceParticipants req = GetWorkspaceParticipantsImpl.make();
frontendApi.GET_WORKSPACE_PARTICIPANTS.send(
req, new ApiCallback<GetWorkspaceParticipantsResponse>() {
@Override
public void onMessageReceived(GetWorkspaceParticipantsResponse message) {